[ Jan 6 01:49:15 Enabled. ] [ Jan 6 01:49:15 Rereading configuration. ] [ Jan 6 01:49:16 Rereading configuration. ] [ Jan 6 01:49:20 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Jan 6 01:49:20 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.01.06 01:49:22.504082 [ 1 ] {} Application: Will watch for the process with pid 25937 2026.01.06 01:49:22.504424 [ 1 ] {} Application: Forked a child process to watch 2026.01.06 01:49:22.987245 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25937 2026.01.06 01:49:22.988026 [ 1 ] {} Application: starting up 2026.01.06 01:49:22.988186 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.06 01:49:23.084654 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.06 01:49:23.158678 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.06 01:49:23.158771 [ 1 ] {} Application: Initializing DateLUT. 2026.01.06 01:49:23.158797 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.06 01:49:23.158863 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.06 01:49:23.159521 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.06 01:49:23.161847 [ 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.01.06 01:49:23.162795 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.06 01:49:23.163674 [ 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.01.06 01:49:23.163729 [ 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.01.06 01:49:23.163772 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.06 01:49:23.164525 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.06 01:49:23.165561 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.06 01:49:23.171727 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.06 01:49:23.172426 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.06 01:49:23.173731 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.06 01:49:23.173821 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.06 01:49:23.174912 [ 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.01.06 01:49:23.175366 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.06 01:49:23.179600 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.06 01:49:23.180341 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.06 01:49:23.200465 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.06 01:49:23.200903 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.06 01:49:23.201324 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.06 01:49:23.201744 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.06 01:49:23.203307 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.06 01:49:23.203333 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.06 01:49:23.203417 [ 136 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:49:23.203517 [ 136 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:49:23.236962 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.06 01:49:23.236987 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000170491 sec 2026.01.06 01:49:23.237055 [ 1 ] {} ReferentialDeps: No tables 2026.01.06 01:49:23.237097 [ 1 ] {} LoadingDeps: No tables 2026.01.06 01:49:23.237994 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.06 01:49:23.238671 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.06 01:49:23.249364 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.06 01:49:23.249410 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.06 01:49:23.249497 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.06 01:49:23.249510 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.06 01:49:23.249547 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.06 01:49:23.249624 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.06 01:49:23.253800 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.06 01:49:23.253853 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.06 01:49:23.253917 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.06 01:49:23.254100 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.06 01:49:23.254144 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.06 01:49:23.254159 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.06 01:49:23.254249 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.06 01:49:23.254264 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.06 01:49:23.254297 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.06 01:49:23.254382 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.06 01:49:23.279569 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.06 01:49:23.294166 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.06 01:49:23.294271 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000129741 sec 2026.01.06 01:49:23.294290 [ 1 ] {} ReferentialDeps: No tables 2026.01.06 01:49:23.294304 [ 1 ] {} LoadingDeps: No tables 2026.01.06 01:49:23.294337 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.06 01:49:23.294616 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.06 01:49:23.294732 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.06 01:49:23.294748 [ 1 ] {} Application: Loaded metadata. 2026.01.06 01:49:23.294759 [ 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.01.06 01:49:23.294771 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.06 01:49:23.320356 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.06 01:49:23.320574 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.02 MiB 2026.01.06 01:49:23.322064 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.265e-05 sec. 2026.01.06 01:49:23.322502 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.06 01:49:23.323899 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.06 01:49:23.323919 [ 1 ] {} Application: Ready for connections. 2026.01.06 01:49:23.935922 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41879 2026.01.06 01:49:23.937940 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.938003 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Authenticating user 'default' from [fd00:1122:3344:101::d]:41879 2026.01.06 01:49:23.938030 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.938099 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.938194 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.06 01:49:23.938221 [ 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.01.06 01:49:23.938299 [ 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.01.06 01:49:23.938871 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47162 2026.01.06 01:49:23.938873 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59416 2026.01.06 01:49:23.938978 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54241 2026.01.06 01:49:23.939102 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939217 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53737 2026.01.06 01:49:23.939245 [ 5 ] {} TCP-Session: 2827aed3-ab4c-4d97-9f21-df14efad5169 Authenticating user 'default' from [fd00:1122:3344:101::d]:47162 2026.01.06 01:49:23.939276 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939289 [ 5 ] {} TCP-Session: 2827aed3-ab4c-4d97-9f21-df14efad5169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939358 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61061 2026.01.06 01:49:23.939312 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:54241 2026.01.06 01:49:23.939284 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939481 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48987 2026.01.06 01:49:23.939425 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939435 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939425 [ 5 ] {} TCP-Session: 2827aed3-ab4c-4d97-9f21-df14efad5169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939591 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939634 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43916 2026.01.06 01:49:23.939574 [ 255 ] {} TCP-Session: b35d78f0-edfa-47b3-9cd0-f7e54fc7ee51 Authenticating user 'default' from [fd00:1122:3344:101::d]:53737 2026.01.06 01:49:23.939720 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939709 [ 256 ] {} TCP-Session: 057e2c7f-abf7-40b9-82f4-d97118728a9a Authenticating user 'default' from [fd00:1122:3344:101::d]:61061 2026.01.06 01:49:23.939569 [ 4 ] {} TCP-Session: 02539303-6b90-4fb7-8108-4430e5434247 Authenticating user 'default' from [fd00:1122:3344:101::d]:59416 2026.01.06 01:49:23.939834 [ 257 ] {} TCP-Session: 82d5584d-1902-49d5-96c0-48e50163ff9e Authenticating user 'default' from [fd00:1122:3344:101::d]:48987 2026.01.06 01:49:23.939845 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:49025 2026.01.06 01:49:23.939861 [ 4 ] {} TCP-Session: 02539303-6b90-4fb7-8108-4430e5434247 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939841 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.939903 [ 257 ] {} TCP-Session: 82d5584d-1902-49d5-96c0-48e50163ff9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939912 [ 4 ] {} TCP-Session: 02539303-6b90-4fb7-8108-4430e5434247 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939806 [ 256 ] {} TCP-Session: 057e2c7f-abf7-40b9-82f4-d97118728a9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940022 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:23.940029 [ 257 ] {} TCP-Session: 82d5584d-1902-49d5-96c0-48e50163ff9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940075 [ 256 ] {} TCP-Session: 057e2c7f-abf7-40b9-82f4-d97118728a9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.939803 [ 255 ] {} TCP-Session: b35d78f0-edfa-47b3-9cd0-f7e54fc7ee51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940147 [ 259 ] {} TCP-Session: 1b4b81f1-0131-44c6-b356-4fa638be6594 Authenticating user 'default' from [fd00:1122:3344:101::d]:49025 2026.01.06 01:49:23.939568 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940195 [ 255 ] {} TCP-Session: b35d78f0-edfa-47b3-9cd0-f7e54fc7ee51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940188 [ 259 ] {} TCP-Session: 1b4b81f1-0131-44c6-b356-4fa638be6594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940016 [ 258 ] {} TCP-Session: 2995c8ae-f7b4-4fc6-a9ac-95fa305d7591 Authenticating user 'default' from [fd00:1122:3344:101::d]:43916 2026.01.06 01:49:23.940296 [ 259 ] {} TCP-Session: 1b4b81f1-0131-44c6-b356-4fa638be6594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940403 [ 258 ] {} TCP-Session: 2995c8ae-f7b4-4fc6-a9ac-95fa305d7591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.940425 [ 258 ] {} TCP-Session: 2995c8ae-f7b4-4fc6-a9ac-95fa305d7591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:23.943091 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:23.945871 [ 3 ] {ae48d8d7-6eea-4748-b450-9f8743052eb7} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:49:24.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.86 MiB, peak 116.86 MiB, free memory in arenas 0.00 B, will set to 120.98 MiB (RSS), difference: 4.12 MiB 2026.01.06 01:49:24.145179 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42664 2026.01.06 01:49:24.146984 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.147018 [ 260 ] {} TCP-Session: f3b18b8b-0a9f-45ee-a195-1451c57eeba7 Authenticating user 'default' from [fd00:1122:3344:101::b]:42664 2026.01.06 01:49:24.147114 [ 260 ] {} TCP-Session: f3b18b8b-0a9f-45ee-a195-1451c57eeba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.147129 [ 260 ] {} TCP-Session: f3b18b8b-0a9f-45ee-a195-1451c57eeba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.147195 [ 260 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.06 01:49:24.147301 [ 260 ] {} 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.01.06 01:49:24.147319 [ 260 ] {} 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.01.06 01:49:24.148811 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55913 2026.01.06 01:49:24.150292 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58987 2026.01.06 01:49:24.150307 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59333 2026.01.06 01:49:24.151911 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58679 2026.01.06 01:49:24.152519 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37855 2026.01.06 01:49:24.153586 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.153659 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55319 2026.01.06 01:49:24.153680 [ 261 ] {} TCP-Session: a9a0c020-c331-457d-a5ec-9ddb100b51c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:59333 2026.01.06 01:49:24.153742 [ 261 ] {} TCP-Session: a9a0c020-c331-457d-a5ec-9ddb100b51c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.153756 [ 261 ] {} TCP-Session: a9a0c020-c331-457d-a5ec-9ddb100b51c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.154840 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45754 2026.01.06 01:49:24.155321 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.155360 [ 264 ] {} TCP-Session: fae573c7-7195-45c0-9ad0-cc58063bd853 Authenticating user 'default' from [fd00:1122:3344:101::b]:58679 2026.01.06 01:49:24.155448 [ 264 ] {} TCP-Session: fae573c7-7195-45c0-9ad0-cc58063bd853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.155462 [ 264 ] {} TCP-Session: fae573c7-7195-45c0-9ad0-cc58063bd853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.155930 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.155998 [ 266 ] {} TCP-Session: 85d1366d-b9db-4ba6-a573-18baaa90f71d Authenticating user 'default' from [fd00:1122:3344:101::b]:55319 2026.01.06 01:49:24.156034 [ 266 ] {} TCP-Session: 85d1366d-b9db-4ba6-a573-18baaa90f71d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.156048 [ 266 ] {} TCP-Session: 85d1366d-b9db-4ba6-a573-18baaa90f71d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.157545 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.157627 [ 265 ] {} TCP-Session: 1a7d7b7e-d91f-420e-8664-94aab363d161 Authenticating user 'default' from [fd00:1122:3344:101::b]:37855 2026.01.06 01:49:24.157655 [ 265 ] {} TCP-Session: 1a7d7b7e-d91f-420e-8664-94aab363d161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.157668 [ 265 ] {} TCP-Session: 1a7d7b7e-d91f-420e-8664-94aab363d161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.158089 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.158125 [ 267 ] {} TCP-Session: cbedb2d1-9dc7-4652-82cf-f2bb59c2e169 Authenticating user 'default' from [fd00:1122:3344:101::b]:45754 2026.01.06 01:49:24.158141 [ 267 ] {} TCP-Session: cbedb2d1-9dc7-4652-82cf-f2bb59c2e169 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.158229 [ 267 ] {} TCP-Session: cbedb2d1-9dc7-4652-82cf-f2bb59c2e169 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.159230 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.159278 [ 262 ] {} TCP-Session: 155b044a-16b9-48fd-9084-2f76fc6d2da0 Authenticating user 'default' from [fd00:1122:3344:101::b]:55913 2026.01.06 01:49:24.159365 [ 262 ] {} TCP-Session: 155b044a-16b9-48fd-9084-2f76fc6d2da0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.159379 [ 262 ] {} TCP-Session: 155b044a-16b9-48fd-9084-2f76fc6d2da0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.160875 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.160981 [ 263 ] {} TCP-Session: 9e3da5b7-ae85-469e-82e2-d1416fe29dc5 Authenticating user 'default' from [fd00:1122:3344:101::b]:58987 2026.01.06 01:49:24.160999 [ 263 ] {} TCP-Session: 9e3da5b7-ae85-469e-82e2-d1416fe29dc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.161011 [ 263 ] {} TCP-Session: 9e3da5b7-ae85-469e-82e2-d1416fe29dc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.162016 [ 3 ] {ae48d8d7-6eea-4748-b450-9f8743052eb7} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:41879) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.06 01:49:24.162953 [ 3 ] {ae48d8d7-6eea-4748-b450-9f8743052eb7} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.06 01:49:24.163208 [ 3 ] {ae48d8d7-6eea-4748-b450-9f8743052eb7} TCPHandler: Processed in 0.222090473 sec. 2026.01.06 01:49:24.163619 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.163896 [ 254 ] {e6ede23a-0130-4c57-9b33-b28f4d4ac2fc} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:49:24.164312 [ 254 ] {e6ede23a-0130-4c57-9b33-b28f4d4ac2fc} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:54241) (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.06 01:49:24.164605 [ 254 ] {e6ede23a-0130-4c57-9b33-b28f4d4ac2fc} 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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2026.01.06 01:49:24.164826 [ 254 ] {e6ede23a-0130-4c57-9b33-b28f4d4ac2fc} TCPHandler: Processed in 0.001364263 sec. 2026.01.06 01:49:24.165152 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.165873 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} executeQuery: (from [fd00:1122:3344:101::d]:41879) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.06 01:49:24.166548 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.06 01:49:24.179738 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.06 01:49:24.179766 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6461e-05 sec 2026.01.06 01:49:24.179832 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} ReferentialDeps: No tables 2026.01.06 01:49:24.179880 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} LoadingDeps: No tables 2026.01.06 01:49:24.179909 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} DatabaseAtomic (oximeter): Starting up tables. 2026.01.06 01:49:24.180736 [ 3 ] {713dab39-7afb-4ec7-ba03-fd3fd0ad90f4} TCPHandler: Processed in 0.015690386 sec. 2026.01.06 01:49:24.180892 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.181114 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} executeQuery: (from [fd00:1122:3344:101::d]:41879) /* 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.01.06 01:49:24.181202 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.06 01:49:24.186444 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.06 01:49:24.200090 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a): Loading data parts 2026.01.06 01:49:24.201165 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a): There are no data parts 2026.01.06 01:49:24.219485 [ 3 ] {0bdfe3f2-f27d-41f0-8ded-ab168a2fc403} TCPHandler: Processed in 0.03864237 sec. 2026.01.06 01:49:24.219659 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.219832 [ 3 ] {bb13ee6a-9678-4e1b-bca3-1bd284df1a10} executeQuery: (from [fd00:1122:3344:101::d]:41879) /* 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.01.06 01:49:24.219970 [ 3 ] {bb13ee6a-9678-4e1b-bca3-1bd284df1a10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.06 01:49:24.245265 [ 3 ] {bb13ee6a-9678-4e1b-bca3-1bd284df1a10} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Loading data parts 2026.01.06 01:49:24.245508 [ 3 ] {bb13ee6a-9678-4e1b-bca3-1bd284df1a10} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): There are no data parts 2026.01.06 01:49:24.247810 [ 3 ] {bb13ee6a-9678-4e1b-bca3-1bd284df1a10} TCPHandler: Processed in 0.028204803 sec. 2026.01.06 01:49:24.247963 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.248218 [ 3 ] {f2ca1288-df8e-4e26-b344-a4e49a489b9d} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.248340 [ 3 ] {f2ca1288-df8e-4e26-b344-a4e49a489b9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.06 01:49:24.252476 [ 3 ] {f2ca1288-df8e-4e26-b344-a4e49a489b9d} oximeter.measurements_i8 (4275e887-ed75-45e3-8aa1-0fd44875eced): Loading data parts 2026.01.06 01:49:24.252651 [ 3 ] {f2ca1288-df8e-4e26-b344-a4e49a489b9d} oximeter.measurements_i8 (4275e887-ed75-45e3-8aa1-0fd44875eced): There are no data parts 2026.01.06 01:49:24.265641 [ 3 ] {f2ca1288-df8e-4e26-b344-a4e49a489b9d} TCPHandler: Processed in 0.017727435 sec. 2026.01.06 01:49:24.265819 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.266024 [ 3 ] {ce9f73af-71ac-42c5-91a4-c45c8825dcf4} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.266179 [ 3 ] {ce9f73af-71ac-42c5-91a4-c45c8825dcf4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.06 01:49:24.272499 [ 3 ] {ce9f73af-71ac-42c5-91a4-c45c8825dcf4} oximeter.measurements_u8 (c9738054-7c6c-4450-b73e-e35c80dd2320): Loading data parts 2026.01.06 01:49:24.272727 [ 3 ] {ce9f73af-71ac-42c5-91a4-c45c8825dcf4} oximeter.measurements_u8 (c9738054-7c6c-4450-b73e-e35c80dd2320): There are no data parts 2026.01.06 01:49:24.286790 [ 3 ] {ce9f73af-71ac-42c5-91a4-c45c8825dcf4} TCPHandler: Processed in 0.021035067 sec. 2026.01.06 01:49:24.286972 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.287274 [ 3 ] {b3e4bdd4-8582-4dbf-bb4e-e70f5be8f337} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.287406 [ 3 ] {b3e4bdd4-8582-4dbf-bb4e-e70f5be8f337} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.06 01:49:24.292306 [ 3 ] {b3e4bdd4-8582-4dbf-bb4e-e70f5be8f337} oximeter.measurements_i16 (24b3a714-3ea4-48e2-b96c-b75cd1ac365e): Loading data parts 2026.01.06 01:49:24.292488 [ 3 ] {b3e4bdd4-8582-4dbf-bb4e-e70f5be8f337} oximeter.measurements_i16 (24b3a714-3ea4-48e2-b96c-b75cd1ac365e): There are no data parts 2026.01.06 01:49:24.321125 [ 3 ] {b3e4bdd4-8582-4dbf-bb4e-e70f5be8f337} TCPHandler: Processed in 0.034216809 sec. 2026.01.06 01:49:24.321293 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.321463 [ 3 ] {d859f508-93fd-4a7e-80a7-863807814cf3} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.321589 [ 3 ] {d859f508-93fd-4a7e-80a7-863807814cf3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.06 01:49:24.337357 [ 3 ] {d859f508-93fd-4a7e-80a7-863807814cf3} oximeter.measurements_u16 (d537e317-7979-48a4-b5e4-f51e4579e167): Loading data parts 2026.01.06 01:49:24.337570 [ 3 ] {d859f508-93fd-4a7e-80a7-863807814cf3} oximeter.measurements_u16 (d537e317-7979-48a4-b5e4-f51e4579e167): There are no data parts 2026.01.06 01:49:24.340581 [ 3 ] {d859f508-93fd-4a7e-80a7-863807814cf3} TCPHandler: Processed in 0.019347151 sec. 2026.01.06 01:49:24.340734 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.340995 [ 3 ] {3242ecea-65a0-4cfa-bbde-9f8eaaafa126} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.341109 [ 3 ] {3242ecea-65a0-4cfa-bbde-9f8eaaafa126} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.06 01:49:24.358504 [ 3 ] {3242ecea-65a0-4cfa-bbde-9f8eaaafa126} oximeter.measurements_i32 (a45a48bb-6489-4853-a2a1-efcc5587627f): Loading data parts 2026.01.06 01:49:24.358683 [ 3 ] {3242ecea-65a0-4cfa-bbde-9f8eaaafa126} oximeter.measurements_i32 (a45a48bb-6489-4853-a2a1-efcc5587627f): There are no data parts 2026.01.06 01:49:24.384454 [ 3 ] {3242ecea-65a0-4cfa-bbde-9f8eaaafa126} TCPHandler: Processed in 0.043768968 sec. 2026.01.06 01:49:24.384615 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.384773 [ 3 ] {9920bbc3-9075-460c-9496-3ebd3c6b9348} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.384893 [ 3 ] {9920bbc3-9075-460c-9496-3ebd3c6b9348} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.06 01:49:24.390458 [ 3 ] {9920bbc3-9075-460c-9496-3ebd3c6b9348} oximeter.measurements_u32 (25611166-f2a5-489e-979a-517049de925b): Loading data parts 2026.01.06 01:49:24.390711 [ 3 ] {9920bbc3-9075-460c-9496-3ebd3c6b9348} oximeter.measurements_u32 (25611166-f2a5-489e-979a-517049de925b): There are no data parts 2026.01.06 01:49:24.403884 [ 3 ] {9920bbc3-9075-460c-9496-3ebd3c6b9348} TCPHandler: Processed in 0.019318041 sec. 2026.01.06 01:49:24.404060 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.404320 [ 3 ] {54f39abe-4669-4b19-ac8a-ebdd64f38c2d} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.404412 [ 3 ] {54f39abe-4669-4b19-ac8a-ebdd64f38c2d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.06 01:49:24.408783 [ 3 ] {54f39abe-4669-4b19-ac8a-ebdd64f38c2d} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): Loading data parts 2026.01.06 01:49:24.408938 [ 3 ] {54f39abe-4669-4b19-ac8a-ebdd64f38c2d} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): There are no data parts 2026.01.06 01:49:24.410958 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48680 2026.01.06 01:49:24.411522 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.411560 [ 270 ] {} TCP-Session: 1b506a4e-595c-4e9e-bc1c-9f9316366f03 Authenticating user 'default' from [fd00:1122:3344:101::c]:48680 2026.01.06 01:49:24.411581 [ 270 ] {} TCP-Session: 1b506a4e-595c-4e9e-bc1c-9f9316366f03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.411647 [ 270 ] {} TCP-Session: 1b506a4e-595c-4e9e-bc1c-9f9316366f03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.411720 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.06 01:49:24.411746 [ 270 ] {} 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.01.06 01:49:24.411818 [ 270 ] {} 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.01.06 01:49:24.413098 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46911 2026.01.06 01:49:24.413109 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48022 2026.01.06 01:49:24.413330 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58815 2026.01.06 01:49:24.413338 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34278 2026.01.06 01:49:24.413293 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.413438 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.413452 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63682 2026.01.06 01:49:24.413547 [ 271 ] {} TCP-Session: ed4a1573-6a3d-4c9d-94d4-9347619315a1 Authenticating user 'default' from [fd00:1122:3344:101::c]:48022 2026.01.06 01:49:24.413684 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:59109 2026.01.06 01:49:24.413584 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.413556 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49279 2026.01.06 01:49:24.413912 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.413791 [ 274 ] {} TCP-Session: cea30595-700c-4dde-98c3-dc352782d25c Authenticating user 'default' from [fd00:1122:3344:101::c]:58815 2026.01.06 01:49:24.413779 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.413772 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.414069 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.414096 [ 274 ] {} TCP-Session: cea30595-700c-4dde-98c3-dc352782d25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414095 [ 277 ] {} TCP-Session: 87970aa5-692f-41b6-ac5d-191b7e4ef23e Authenticating user 'default' from [fd00:1122:3344:101::c]:59109 2026.01.06 01:49:24.414176 [ 276 ] {} TCP-Session: e11f904d-88a9-48ca-9129-dd2876f13b94 Authenticating user 'default' from [fd00:1122:3344:101::c]:49279 2026.01.06 01:49:24.414147 [ 275 ] {} TCP-Session: a39cb6c4-283a-43d3-bc26-386b7da6e163 Authenticating user 'default' from [fd00:1122:3344:101::c]:63682 2026.01.06 01:49:24.414089 [ 273 ] {} TCP-Session: 83fe0691-fddc-4c5d-b009-6b52536b6d8e Authenticating user 'default' from [fd00:1122:3344:101::c]:34278 2026.01.06 01:49:24.414256 [ 276 ] {} TCP-Session: e11f904d-88a9-48ca-9129-dd2876f13b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414239 [ 275 ] {} TCP-Session: a39cb6c4-283a-43d3-bc26-386b7da6e163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414235 [ 277 ] {} TCP-Session: 87970aa5-692f-41b6-ac5d-191b7e4ef23e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414331 [ 275 ] {} TCP-Session: a39cb6c4-283a-43d3-bc26-386b7da6e163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414311 [ 273 ] {} TCP-Session: 83fe0691-fddc-4c5d-b009-6b52536b6d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414319 [ 276 ] {} TCP-Session: e11f904d-88a9-48ca-9129-dd2876f13b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414412 [ 277 ] {} TCP-Session: 87970aa5-692f-41b6-ac5d-191b7e4ef23e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414414 [ 273 ] {} TCP-Session: 83fe0691-fddc-4c5d-b009-6b52536b6d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.413782 [ 271 ] {} TCP-Session: ed4a1573-6a3d-4c9d-94d4-9347619315a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.413556 [ 272 ] {} TCP-Session: cb2fb2d9-f330-40fc-bdf1-16485424573e Authenticating user 'default' from [fd00:1122:3344:101::c]:46911 2026.01.06 01:49:24.414152 [ 274 ] {} TCP-Session: cea30595-700c-4dde-98c3-dc352782d25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414638 [ 271 ] {} TCP-Session: ed4a1573-6a3d-4c9d-94d4-9347619315a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414686 [ 272 ] {} TCP-Session: cb2fb2d9-f330-40fc-bdf1-16485424573e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.414753 [ 272 ] {} TCP-Session: cb2fb2d9-f330-40fc-bdf1-16485424573e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.423763 [ 3 ] {54f39abe-4669-4b19-ac8a-ebdd64f38c2d} TCPHandler: Processed in 0.019766164 sec. 2026.01.06 01:49:24.424000 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.424249 [ 3 ] {6cd3e16d-7819-455f-9e13-1c82ebdbf15c} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.424374 [ 3 ] {6cd3e16d-7819-455f-9e13-1c82ebdbf15c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.06 01:49:24.428772 [ 3 ] {6cd3e16d-7819-455f-9e13-1c82ebdbf15c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Loading data parts 2026.01.06 01:49:24.428949 [ 3 ] {6cd3e16d-7819-455f-9e13-1c82ebdbf15c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): There are no data parts 2026.01.06 01:49:24.441817 [ 3 ] {6cd3e16d-7819-455f-9e13-1c82ebdbf15c} TCPHandler: Processed in 0.017882017 sec. 2026.01.06 01:49:24.442002 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.442192 [ 3 ] {eccb2f6b-f9da-43e6-a732-ed0d164300b1} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.442336 [ 3 ] {eccb2f6b-f9da-43e6-a732-ed0d164300b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.06 01:49:24.462607 [ 3 ] {eccb2f6b-f9da-43e6-a732-ed0d164300b1} oximeter.measurements_f32 (d2cfaf48-14d6-4457-a741-0956203645b8): Loading data parts 2026.01.06 01:49:24.462789 [ 3 ] {eccb2f6b-f9da-43e6-a732-ed0d164300b1} oximeter.measurements_f32 (d2cfaf48-14d6-4457-a741-0956203645b8): There are no data parts 2026.01.06 01:49:24.468447 [ 3 ] {eccb2f6b-f9da-43e6-a732-ed0d164300b1} TCPHandler: Processed in 0.026504307 sec. 2026.01.06 01:49:24.468605 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.468887 [ 3 ] {13ab27fb-543a-45a6-9351-4ac301f21c68} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.469015 [ 3 ] {13ab27fb-543a-45a6-9351-4ac301f21c68} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.06 01:49:24.490848 [ 3 ] {13ab27fb-543a-45a6-9351-4ac301f21c68} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Loading data parts 2026.01.06 01:49:24.491018 [ 3 ] {13ab27fb-543a-45a6-9351-4ac301f21c68} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): There are no data parts 2026.01.06 01:49:24.506740 [ 3 ] {13ab27fb-543a-45a6-9351-4ac301f21c68} TCPHandler: Processed in 0.038186597 sec. 2026.01.06 01:49:24.506913 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.507112 [ 3 ] {fc2015ec-9e97-415b-94d1-42262487ce18} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.507334 [ 3 ] {fc2015ec-9e97-415b-94d1-42262487ce18} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.06 01:49:24.511461 [ 3 ] {fc2015ec-9e97-415b-94d1-42262487ce18} oximeter.measurements_string (8ab2f925-7733-484e-8472-730bc5b17f10): Loading data parts 2026.01.06 01:49:24.511839 [ 3 ] {fc2015ec-9e97-415b-94d1-42262487ce18} oximeter.measurements_string (8ab2f925-7733-484e-8472-730bc5b17f10): There are no data parts 2026.01.06 01:49:24.524423 [ 3 ] {fc2015ec-9e97-415b-94d1-42262487ce18} TCPHandler: Processed in 0.017571274 sec. 2026.01.06 01:49:24.524598 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.524884 [ 3 ] {9173943b-40a8-48d4-92cd-7b2b0c94a0a7} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.525016 [ 3 ] {9173943b-40a8-48d4-92cd-7b2b0c94a0a7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.06 01:49:24.530439 [ 3 ] {9173943b-40a8-48d4-92cd-7b2b0c94a0a7} oximeter.measurements_bytes (f50e302a-ad64-4029-b2be-ea048a411e41): Loading data parts 2026.01.06 01:49:24.530631 [ 3 ] {9173943b-40a8-48d4-92cd-7b2b0c94a0a7} oximeter.measurements_bytes (f50e302a-ad64-4029-b2be-ea048a411e41): There are no data parts 2026.01.06 01:49:24.546053 [ 3 ] {9173943b-40a8-48d4-92cd-7b2b0c94a0a7} TCPHandler: Processed in 0.021528171 sec. 2026.01.06 01:49:24.546230 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.546520 [ 3 ] {28eba831-3cab-4f28-8707-e549d109233c} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.546654 [ 3 ] {28eba831-3cab-4f28-8707-e549d109233c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.06 01:49:24.552097 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44443 2026.01.06 01:49:24.552730 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.552857 [ 278 ] {} TCP-Session: 913456f2-3c6b-466c-ac35-6d7e0e5d6f67 Authenticating user 'default' from [fd00:1122:3344:101::a]:44443 2026.01.06 01:49:24.552880 [ 278 ] {} TCP-Session: 913456f2-3c6b-466c-ac35-6d7e0e5d6f67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.552892 [ 278 ] {} TCP-Session: 913456f2-3c6b-466c-ac35-6d7e0e5d6f67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.553038 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.06 01:49:24.553068 [ 278 ] {} 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.01.06 01:49:24.553148 [ 278 ] {} 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.01.06 01:49:24.554789 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58429 2026.01.06 01:49:24.554877 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39988 2026.01.06 01:49:24.555094 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52611 2026.01.06 01:49:24.555099 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49255 2026.01.06 01:49:24.555151 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555175 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555333 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41482 2026.01.06 01:49:24.555247 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555371 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555447 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:34510 2026.01.06 01:49:24.555405 [ 281 ] {} TCP-Session: 7603e639-048c-4b20-bb94-47aa41afa97a Authenticating user 'default' from [fd00:1122:3344:101::a]:52611 2026.01.06 01:49:24.555337 [ 280 ] {} TCP-Session: 3e27119b-2e04-4ca3-9f1f-fffaafb37328 Authenticating user 'default' from [fd00:1122:3344:101::a]:39988 2026.01.06 01:49:24.555578 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35816 2026.01.06 01:49:24.555537 [ 281 ] {} TCP-Session: 7603e639-048c-4b20-bb94-47aa41afa97a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555525 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555651 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555688 [ 281 ] {} TCP-Session: 7603e639-048c-4b20-bb94-47aa41afa97a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555681 [ 283 ] {} TCP-Session: 2bf70b4c-5623-442b-bc13-89ac3c214b96 Authenticating user 'default' from [fd00:1122:3344:101::a]:41482 2026.01.06 01:49:24.555672 [ 280 ] {} TCP-Session: 3e27119b-2e04-4ca3-9f1f-fffaafb37328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555822 [ 283 ] {} TCP-Session: 2bf70b4c-5623-442b-bc13-89ac3c214b96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555809 [ 284 ] {} TCP-Session: 5e659079-c837-4c6e-a2ac-7c067cc3bfbf Authenticating user 'default' from [fd00:1122:3344:101::a]:34510 2026.01.06 01:49:24.555794 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:24.555921 [ 284 ] {} TCP-Session: 5e659079-c837-4c6e-a2ac-7c067cc3bfbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555926 [ 283 ] {} TCP-Session: 2bf70b4c-5623-442b-bc13-89ac3c214b96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555894 [ 280 ] {} TCP-Session: 3e27119b-2e04-4ca3-9f1f-fffaafb37328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556057 [ 284 ] {} TCP-Session: 5e659079-c837-4c6e-a2ac-7c067cc3bfbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556042 [ 285 ] {} TCP-Session: 4efbf1c2-2f24-49db-8ad3-e5e05947f974 Authenticating user 'default' from [fd00:1122:3344:101::a]:35816 2026.01.06 01:49:24.555337 [ 279 ] {} TCP-Session: 0cddfa8a-e03d-4d84-afbe-bbd0cad6fab3 Authenticating user 'default' from [fd00:1122:3344:101::a]:58429 2026.01.06 01:49:24.556145 [ 285 ] {} TCP-Session: 4efbf1c2-2f24-49db-8ad3-e5e05947f974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.555543 [ 282 ] {} TCP-Session: aa58b6ba-c5fc-404d-a06b-80aded0504ae Authenticating user 'default' from [fd00:1122:3344:101::a]:49255 2026.01.06 01:49:24.556214 [ 279 ] {} TCP-Session: 0cddfa8a-e03d-4d84-afbe-bbd0cad6fab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556230 [ 282 ] {} TCP-Session: aa58b6ba-c5fc-404d-a06b-80aded0504ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556233 [ 285 ] {} TCP-Session: 4efbf1c2-2f24-49db-8ad3-e5e05947f974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556323 [ 279 ] {} TCP-Session: 0cddfa8a-e03d-4d84-afbe-bbd0cad6fab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.556344 [ 282 ] {} TCP-Session: aa58b6ba-c5fc-404d-a06b-80aded0504ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:24.563515 [ 3 ] {28eba831-3cab-4f28-8707-e549d109233c} oximeter.measurements_cumulativei64 (05bf8803-61ee-43cd-85aa-f3a50292c496): Loading data parts 2026.01.06 01:49:24.563703 [ 3 ] {28eba831-3cab-4f28-8707-e549d109233c} oximeter.measurements_cumulativei64 (05bf8803-61ee-43cd-85aa-f3a50292c496): There are no data parts 2026.01.06 01:49:24.584911 [ 3 ] {28eba831-3cab-4f28-8707-e549d109233c} TCPHandler: Processed in 0.038738301 sec. 2026.01.06 01:49:24.585088 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.585291 [ 3 ] {009b459e-bb04-4dbc-8b11-01fd64bd1e01} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.585438 [ 3 ] {009b459e-bb04-4dbc-8b11-01fd64bd1e01} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.06 01:49:24.590145 [ 3 ] {009b459e-bb04-4dbc-8b11-01fd64bd1e01} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Loading data parts 2026.01.06 01:49:24.590390 [ 3 ] {009b459e-bb04-4dbc-8b11-01fd64bd1e01} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): There are no data parts 2026.01.06 01:49:24.606737 [ 3 ] {009b459e-bb04-4dbc-8b11-01fd64bd1e01} TCPHandler: Processed in 0.021714133 sec. 2026.01.06 01:49:24.606937 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.607144 [ 3 ] {279953ca-c412-4774-bb7d-f538459ab958} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.607257 [ 3 ] {279953ca-c412-4774-bb7d-f538459ab958} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.06 01:49:24.622667 [ 3 ] {279953ca-c412-4774-bb7d-f538459ab958} oximeter.measurements_cumulativef32 (6f0b3671-27b9-42d0-bc7c-99521a062e50): Loading data parts 2026.01.06 01:49:24.622900 [ 3 ] {279953ca-c412-4774-bb7d-f538459ab958} oximeter.measurements_cumulativef32 (6f0b3671-27b9-42d0-bc7c-99521a062e50): There are no data parts 2026.01.06 01:49:24.640672 [ 3 ] {279953ca-c412-4774-bb7d-f538459ab958} TCPHandler: Processed in 0.033784556 sec. 2026.01.06 01:49:24.640839 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.641099 [ 3 ] {5fc74b8e-3400-413a-90fc-a77ce94899c5} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.641184 [ 3 ] {5fc74b8e-3400-413a-90fc-a77ce94899c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.06 01:49:24.645463 [ 3 ] {5fc74b8e-3400-413a-90fc-a77ce94899c5} oximeter.measurements_cumulativef64 (fc0b7899-e866-424b-8bdc-66984e3ac6a2): Loading data parts 2026.01.06 01:49:24.645697 [ 3 ] {5fc74b8e-3400-413a-90fc-a77ce94899c5} oximeter.measurements_cumulativef64 (fc0b7899-e866-424b-8bdc-66984e3ac6a2): There are no data parts 2026.01.06 01:49:24.660536 [ 3 ] {5fc74b8e-3400-413a-90fc-a77ce94899c5} TCPHandler: Processed in 0.019753684 sec. 2026.01.06 01:49:24.660734 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.661017 [ 3 ] {d5c3aff3-2835-4103-9002-3e4bedcc0292} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.661191 [ 3 ] {d5c3aff3-2835-4103-9002-3e4bedcc0292} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.06 01:49:24.665480 [ 3 ] {d5c3aff3-2835-4103-9002-3e4bedcc0292} oximeter.measurements_histogrami8 (e39b3cdf-dc2f-4d39-b126-5c22a8c8179d): Loading data parts 2026.01.06 01:49:24.665742 [ 3 ] {d5c3aff3-2835-4103-9002-3e4bedcc0292} oximeter.measurements_histogrami8 (e39b3cdf-dc2f-4d39-b126-5c22a8c8179d): There are no data parts 2026.01.06 01:49:24.683000 [ 3 ] {d5c3aff3-2835-4103-9002-3e4bedcc0292} TCPHandler: Processed in 0.022338089 sec. 2026.01.06 01:49:24.683160 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.683458 [ 3 ] {69005d67-c418-45d4-b8cc-ff39fca2f429} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.683602 [ 3 ] {69005d67-c418-45d4-b8cc-ff39fca2f429} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.06 01:49:24.702860 [ 3 ] {69005d67-c418-45d4-b8cc-ff39fca2f429} oximeter.measurements_histogramu8 (1d603fe0-8049-4732-b774-2d5e5bafa7a6): Loading data parts 2026.01.06 01:49:24.703040 [ 3 ] {69005d67-c418-45d4-b8cc-ff39fca2f429} oximeter.measurements_histogramu8 (1d603fe0-8049-4732-b774-2d5e5bafa7a6): There are no data parts 2026.01.06 01:49:24.713809 [ 3 ] {69005d67-c418-45d4-b8cc-ff39fca2f429} TCPHandler: Processed in 0.030701877 sec. 2026.01.06 01:49:24.714085 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.714353 [ 3 ] {92c0f45a-bbcc-4fdb-bd68-baaac75ea6a8} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.714515 [ 3 ] {92c0f45a-bbcc-4fdb-bd68-baaac75ea6a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.06 01:49:24.726280 [ 3 ] {92c0f45a-bbcc-4fdb-bd68-baaac75ea6a8} oximeter.measurements_histogrami16 (173be706-ba8d-44cc-bfb2-a7a60d26bb3d): Loading data parts 2026.01.06 01:49:24.726434 [ 3 ] {92c0f45a-bbcc-4fdb-bd68-baaac75ea6a8} oximeter.measurements_histogrami16 (173be706-ba8d-44cc-bfb2-a7a60d26bb3d): There are no data parts 2026.01.06 01:49:24.736211 [ 3 ] {92c0f45a-bbcc-4fdb-bd68-baaac75ea6a8} TCPHandler: Processed in 0.022188367 sec. 2026.01.06 01:49:24.736386 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.736712 [ 3 ] {ef3cf4ac-eda5-4406-9750-c3ccab20d8ae} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.736915 [ 3 ] {ef3cf4ac-eda5-4406-9750-c3ccab20d8ae} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.06 01:49:24.753707 [ 3 ] {ef3cf4ac-eda5-4406-9750-c3ccab20d8ae} oximeter.measurements_histogramu16 (69d6ee70-1268-452f-be22-578411fe8092): Loading data parts 2026.01.06 01:49:24.753860 [ 3 ] {ef3cf4ac-eda5-4406-9750-c3ccab20d8ae} oximeter.measurements_histogramu16 (69d6ee70-1268-452f-be22-578411fe8092): There are no data parts 2026.01.06 01:49:24.772629 [ 3 ] {ef3cf4ac-eda5-4406-9750-c3ccab20d8ae} TCPHandler: Processed in 0.036297948 sec. 2026.01.06 01:49:24.772894 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.773173 [ 3 ] {e013236f-0ab0-4547-a2c4-d9bf3e84c627} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.773334 [ 3 ] {e013236f-0ab0-4547-a2c4-d9bf3e84c627} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.06 01:49:24.778023 [ 3 ] {e013236f-0ab0-4547-a2c4-d9bf3e84c627} oximeter.measurements_histogrami32 (746c8e33-3d5e-4883-9744-f5b2a6318efb): Loading data parts 2026.01.06 01:49:24.778267 [ 3 ] {e013236f-0ab0-4547-a2c4-d9bf3e84c627} oximeter.measurements_histogrami32 (746c8e33-3d5e-4883-9744-f5b2a6318efb): There are no data parts 2026.01.06 01:49:24.793034 [ 3 ] {e013236f-0ab0-4547-a2c4-d9bf3e84c627} TCPHandler: Processed in 0.020201239 sec. 2026.01.06 01:49:24.793204 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.793420 [ 3 ] {b4ca6043-4384-491c-adf8-e7b267b4db64} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.793558 [ 3 ] {b4ca6043-4384-491c-adf8-e7b267b4db64} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.06 01:49:24.810657 [ 3 ] {b4ca6043-4384-491c-adf8-e7b267b4db64} oximeter.measurements_histogramu32 (ee772580-6489-47bb-b4e4-2619b19d5367): Loading data parts 2026.01.06 01:49:24.810818 [ 3 ] {b4ca6043-4384-491c-adf8-e7b267b4db64} oximeter.measurements_histogramu32 (ee772580-6489-47bb-b4e4-2619b19d5367): There are no data parts 2026.01.06 01:49:24.813209 [ 3 ] {b4ca6043-4384-491c-adf8-e7b267b4db64} TCPHandler: Processed in 0.020056607 sec. 2026.01.06 01:49:24.813396 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.813736 [ 3 ] {52d41dcd-8cdd-42c0-90f5-5afb503493d7} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.813869 [ 3 ] {52d41dcd-8cdd-42c0-90f5-5afb503493d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.06 01:49:24.831849 [ 3 ] {52d41dcd-8cdd-42c0-90f5-5afb503493d7} oximeter.measurements_histogrami64 (71e44bb9-9f5f-4419-8361-d37bf8cd260d): Loading data parts 2026.01.06 01:49:24.832072 [ 3 ] {52d41dcd-8cdd-42c0-90f5-5afb503493d7} oximeter.measurements_histogrami64 (71e44bb9-9f5f-4419-8361-d37bf8cd260d): There are no data parts 2026.01.06 01:49:24.837338 [ 3 ] {52d41dcd-8cdd-42c0-90f5-5afb503493d7} TCPHandler: Processed in 0.024016714 sec. 2026.01.06 01:49:24.837517 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.837752 [ 3 ] {29cd4fd8-87cb-4189-b6c3-42937c7e16ca} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.837911 [ 3 ] {29cd4fd8-87cb-4189-b6c3-42937c7e16ca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.06 01:49:24.850720 [ 3 ] {29cd4fd8-87cb-4189-b6c3-42937c7e16ca} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Loading data parts 2026.01.06 01:49:24.850917 [ 3 ] {29cd4fd8-87cb-4189-b6c3-42937c7e16ca} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): There are no data parts 2026.01.06 01:49:24.870189 [ 3 ] {29cd4fd8-87cb-4189-b6c3-42937c7e16ca} TCPHandler: Processed in 0.032736245 sec. 2026.01.06 01:49:24.870355 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.870708 [ 3 ] {261772b9-877f-4d71-abfa-be315bcf387d} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.870863 [ 3 ] {261772b9-877f-4d71-abfa-be315bcf387d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.06 01:49:24.878894 [ 3 ] {261772b9-877f-4d71-abfa-be315bcf387d} oximeter.measurements_histogramf32 (69d1857e-5e7b-47b3-823d-71bbd240f0f4): Loading data parts 2026.01.06 01:49:24.879047 [ 3 ] {261772b9-877f-4d71-abfa-be315bcf387d} oximeter.measurements_histogramf32 (69d1857e-5e7b-47b3-823d-71bbd240f0f4): There are no data parts 2026.01.06 01:49:24.888518 [ 3 ] {261772b9-877f-4d71-abfa-be315bcf387d} TCPHandler: Processed in 0.01821425 sec. 2026.01.06 01:49:24.888814 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.889101 [ 3 ] {caaba729-65d1-4140-979f-cc31a86ec2c8} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.889273 [ 3 ] {caaba729-65d1-4140-979f-cc31a86ec2c8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.06 01:49:24.907677 [ 3 ] {caaba729-65d1-4140-979f-cc31a86ec2c8} oximeter.measurements_histogramf64 (0f7d10ac-68cc-4146-b333-8beaee4fa2c5): Loading data parts 2026.01.06 01:49:24.907941 [ 3 ] {caaba729-65d1-4140-979f-cc31a86ec2c8} oximeter.measurements_histogramf64 (0f7d10ac-68cc-4146-b333-8beaee4fa2c5): There are no data parts 2026.01.06 01:49:24.913540 [ 3 ] {caaba729-65d1-4140-979f-cc31a86ec2c8} TCPHandler: Processed in 0.024852002 sec. 2026.01.06 01:49:24.913733 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.914057 [ 3 ] {e79ef80b-fa72-4816-96f9-e4bbd29dd66d} executeQuery: (from [fd00:1122:3344:101::d]:41879) /* 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.01.06 01:49:24.914197 [ 3 ] {e79ef80b-fa72-4816-96f9-e4bbd29dd66d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.06 01:49:24.926762 [ 3 ] {e79ef80b-fa72-4816-96f9-e4bbd29dd66d} oximeter.fields_bool (0d27d925-d3cf-4498-a132-5c515a6228e9): Loading data parts 2026.01.06 01:49:24.926932 [ 3 ] {e79ef80b-fa72-4816-96f9-e4bbd29dd66d} oximeter.fields_bool (0d27d925-d3cf-4498-a132-5c515a6228e9): There are no data parts 2026.01.06 01:49:24.934557 [ 3 ] {e79ef80b-fa72-4816-96f9-e4bbd29dd66d} TCPHandler: Processed in 0.020891925 sec. 2026.01.06 01:49:24.934820 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.935010 [ 3 ] {6843efae-d841-49db-b332-b4c6429ea9e2} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.935156 [ 3 ] {6843efae-d841-49db-b332-b4c6429ea9e2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.06 01:49:24.945801 [ 3 ] {6843efae-d841-49db-b332-b4c6429ea9e2} oximeter.fields_i8 (c4254bf2-1d8b-4557-a851-01398295ff60): Loading data parts 2026.01.06 01:49:24.946040 [ 3 ] {6843efae-d841-49db-b332-b4c6429ea9e2} oximeter.fields_i8 (c4254bf2-1d8b-4557-a851-01398295ff60): There are no data parts 2026.01.06 01:49:24.950600 [ 3 ] {6843efae-d841-49db-b332-b4c6429ea9e2} TCPHandler: Processed in 0.015839058 sec. 2026.01.06 01:49:24.950804 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.951176 [ 3 ] {7c9c408d-e58a-4754-81df-5a9d1978838d} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.951305 [ 3 ] {7c9c408d-e58a-4754-81df-5a9d1978838d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.06 01:49:24.962952 [ 3 ] {7c9c408d-e58a-4754-81df-5a9d1978838d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Loading data parts 2026.01.06 01:49:24.963085 [ 3 ] {7c9c408d-e58a-4754-81df-5a9d1978838d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): There are no data parts 2026.01.06 01:49:24.970142 [ 3 ] {7c9c408d-e58a-4754-81df-5a9d1978838d} TCPHandler: Processed in 0.019412711 sec. 2026.01.06 01:49:24.970420 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.970573 [ 3 ] {99ae32b1-4642-49f5-84ab-12ca131c7184} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.970686 [ 3 ] {99ae32b1-4642-49f5-84ab-12ca131c7184} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.06 01:49:24.989027 [ 3 ] {99ae32b1-4642-49f5-84ab-12ca131c7184} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Loading data parts 2026.01.06 01:49:24.989254 [ 3 ] {99ae32b1-4642-49f5-84ab-12ca131c7184} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): There are no data parts 2026.01.06 01:49:24.994481 [ 3 ] {99ae32b1-4642-49f5-84ab-12ca131c7184} TCPHandler: Processed in 0.024108595 sec. 2026.01.06 01:49:24.994665 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:24.994895 [ 3 ] {f87ada9c-d123-4f28-84bf-5ec7939ea4f8} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:24.995046 [ 3 ] {f87ada9c-d123-4f28-84bf-5ec7939ea4f8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.06 01:49:25.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 127.68 MiB, peak 127.68 MiB, free memory in arenas 0.00 B, will set to 135.17 MiB (RSS), difference: 7.49 MiB 2026.01.06 01:49:25.007437 [ 3 ] {f87ada9c-d123-4f28-84bf-5ec7939ea4f8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Loading data parts 2026.01.06 01:49:25.007739 [ 3 ] {f87ada9c-d123-4f28-84bf-5ec7939ea4f8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): There are no data parts 2026.01.06 01:49:25.027222 [ 3 ] {f87ada9c-d123-4f28-84bf-5ec7939ea4f8} TCPHandler: Processed in 0.032605935 sec. 2026.01.06 01:49:25.027373 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.027585 [ 3 ] {be1d5e7e-48bf-4403-87b4-8612cb9a5ca6} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.027689 [ 3 ] {be1d5e7e-48bf-4403-87b4-8612cb9a5ca6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.06 01:49:25.045113 [ 3 ] {be1d5e7e-48bf-4403-87b4-8612cb9a5ca6} oximeter.fields_i32 (451cc343-de46-4a0d-9ad2-32bdf5bd1773): Loading data parts 2026.01.06 01:49:25.045365 [ 3 ] {be1d5e7e-48bf-4403-87b4-8612cb9a5ca6} oximeter.fields_i32 (451cc343-de46-4a0d-9ad2-32bdf5bd1773): There are no data parts 2026.01.06 01:49:25.050655 [ 3 ] {be1d5e7e-48bf-4403-87b4-8612cb9a5ca6} TCPHandler: Processed in 0.023333547 sec. 2026.01.06 01:49:25.050976 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.051136 [ 3 ] {f57169d1-be58-44bc-bd24-f39a8e6925a3} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.051269 [ 3 ] {f57169d1-be58-44bc-bd24-f39a8e6925a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.06 01:49:25.065965 [ 3 ] {f57169d1-be58-44bc-bd24-f39a8e6925a3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Loading data parts 2026.01.06 01:49:25.066182 [ 3 ] {f57169d1-be58-44bc-bd24-f39a8e6925a3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): There are no data parts 2026.01.06 01:49:25.071716 [ 3 ] {f57169d1-be58-44bc-bd24-f39a8e6925a3} TCPHandler: Processed in 0.020790714 sec. 2026.01.06 01:49:25.071896 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.072220 [ 3 ] {1161f171-52d1-4f2e-b865-ab57b5b7380d} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.072319 [ 3 ] {1161f171-52d1-4f2e-b865-ab57b5b7380d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.06 01:49:25.085091 [ 3 ] {1161f171-52d1-4f2e-b865-ab57b5b7380d} oximeter.fields_i64 (b7a80817-d899-47b2-8447-0252e30867f6): Loading data parts 2026.01.06 01:49:25.085239 [ 3 ] {1161f171-52d1-4f2e-b865-ab57b5b7380d} oximeter.fields_i64 (b7a80817-d899-47b2-8447-0252e30867f6): There are no data parts 2026.01.06 01:49:25.089495 [ 3 ] {1161f171-52d1-4f2e-b865-ab57b5b7380d} TCPHandler: Processed in 0.017666425 sec. 2026.01.06 01:49:25.089755 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.089908 [ 3 ] {c6eef3ab-b61c-4507-9f33-0b3d081fc300} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.090043 [ 3 ] {c6eef3ab-b61c-4507-9f33-0b3d081fc300} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.06 01:49:25.104177 [ 3 ] {c6eef3ab-b61c-4507-9f33-0b3d081fc300} oximeter.fields_u64 (d7b4b9c1-b03d-4571-a46d-77d271326112): Loading data parts 2026.01.06 01:49:25.104509 [ 3 ] {c6eef3ab-b61c-4507-9f33-0b3d081fc300} oximeter.fields_u64 (d7b4b9c1-b03d-4571-a46d-77d271326112): There are no data parts 2026.01.06 01:49:25.112044 [ 3 ] {c6eef3ab-b61c-4507-9f33-0b3d081fc300} TCPHandler: Processed in 0.022337949 sec. 2026.01.06 01:49:25.112245 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.112501 [ 3 ] {a52b2f75-44a0-466f-ad94-7b591742dbfd} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.112607 [ 3 ] {a52b2f75-44a0-466f-ad94-7b591742dbfd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.06 01:49:25.122961 [ 3 ] {a52b2f75-44a0-466f-ad94-7b591742dbfd} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Loading data parts 2026.01.06 01:49:25.123188 [ 3 ] {a52b2f75-44a0-466f-ad94-7b591742dbfd} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): There are no data parts 2026.01.06 01:49:25.142497 [ 3 ] {a52b2f75-44a0-466f-ad94-7b591742dbfd} TCPHandler: Processed in 0.030311993 sec. 2026.01.06 01:49:25.142870 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.143158 [ 3 ] {409f5d31-158e-4beb-8049-8aeb9a2dd9a1} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.143384 [ 3 ] {409f5d31-158e-4beb-8049-8aeb9a2dd9a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.06 01:49:25.147680 [ 3 ] {409f5d31-158e-4beb-8049-8aeb9a2dd9a1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Loading data parts 2026.01.06 01:49:25.148009 [ 3 ] {409f5d31-158e-4beb-8049-8aeb9a2dd9a1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): There are no data parts 2026.01.06 01:49:25.161054 [ 3 ] {409f5d31-158e-4beb-8049-8aeb9a2dd9a1} TCPHandler: Processed in 0.018276421 sec. 2026.01.06 01:49:25.161199 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.161467 [ 3 ] {d21f55ce-2f5b-4fb4-abae-f9faf30334af} executeQuery: (from [fd00:1122:3344:101::d]:41879) 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.01.06 01:49:25.161552 [ 3 ] {d21f55ce-2f5b-4fb4-abae-f9faf30334af} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.06 01:49:25.180184 [ 3 ] {d21f55ce-2f5b-4fb4-abae-f9faf30334af} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Loading data parts 2026.01.06 01:49:25.180346 [ 3 ] {d21f55ce-2f5b-4fb4-abae-f9faf30334af} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): There are no data parts 2026.01.06 01:49:25.186075 [ 3 ] {d21f55ce-2f5b-4fb4-abae-f9faf30334af} TCPHandler: Processed in 0.024923652 sec. 2026.01.06 01:49:25.186339 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.186684 [ 3 ] {1d5c0a44-e382-4a91-a815-926872d17656} executeQuery: (from [fd00:1122:3344:101::d]:41879) /* 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.01.06 01:49:25.186865 [ 3 ] {1d5c0a44-e382-4a91-a815-926872d17656} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.06 01:49:25.199179 [ 3 ] {1d5c0a44-e382-4a91-a815-926872d17656} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Loading data parts 2026.01.06 01:49:25.199336 [ 3 ] {1d5c0a44-e382-4a91-a815-926872d17656} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): There are no data parts 2026.01.06 01:49:25.203887 [ 3 ] {1d5c0a44-e382-4a91-a815-926872d17656} TCPHandler: Processed in 0.017607754 sec. 2026.01.06 01:49:25.204331 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:25.204784 [ 254 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.06 01:49:25.206120 [ 254 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.06 01:49:25.240156 [ 268 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:25.240211 [ 268 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.06 01:49:25.245079 [ 268 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:25.245793 [ 268 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:25.246064 [ 254 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} executeQuery: Read 1 rows, 16.00 B in 0.041434 sec., 24.134768547569628 rows/sec., 386.16 B/sec. 2026.01.06 01:49:25.246449 [ 254 ] {e01aefe8-e01c-4f90-a75f-7aab0101cc31} TCPHandler: Processed in 0.042264675 sec. 2026.01.06 01:49:26.000165 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 135.91 MiB, peak 135.91 MiB, free memory in arenas 0.00 B, will set to 139.77 MiB (RSS), difference: 3.85 MiB 2026.01.06 01:49:30.754775 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.06 01:49:30.754813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.06 01:49:30.754916 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.06 01:49:30.755063 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.06 01:49:30.762522 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Loading data parts 2026.01.06 01:49:30.762773 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): There are no data parts 2026.01.06 01:49:30.777824 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Loading data parts 2026.01.06 01:49:30.778132 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): There are no data parts 2026.01.06 01:49:30.780280 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:30.780456 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:30.785780 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:30.786290 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:30.786493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.06 01:49:30.808733 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:30.808799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:30.815160 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:30.816394 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:30.819944 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.06 01:49:31.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.84 MiB, peak 148.84 MiB, free memory in arenas 0.00 B, will set to 153.98 MiB (RSS), difference: 9.14 MiB 2026.01.06 01:49:33.254744 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.06 01:49:33.254859 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.06 01:49:33.260933 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Loading data parts 2026.01.06 01:49:33.261087 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): There are no data parts 2026.01.06 01:49:33.268747 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:33.268789 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:33.270508 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:33.271152 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:33.271591 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.06 01:49:34.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.20 MiB, peak 158.20 MiB, free memory in arenas 0.00 B, will set to 155.03 MiB (RSS), difference: -3.17 MiB 2026.01.06 01:49:35.341447 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37998 2026.01.06 01:49:35.342033 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.342072 [ 286 ] {} TCP-Session: 4e0c978b-820b-42cb-8b0f-bfbb5c9560d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:37998 2026.01.06 01:49:35.342095 [ 286 ] {} TCP-Session: 4e0c978b-820b-42cb-8b0f-bfbb5c9560d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.342194 [ 286 ] {} TCP-Session: 4e0c978b-820b-42cb-8b0f-bfbb5c9560d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.342251 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.06 01:49:35.342274 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.06 01:49:35.342421 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.06 01:49:35.342875 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40279 2026.01.06 01:49:35.343073 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.343109 [ 287 ] {} TCP-Session: b4a7fab4-3734-4a87-b3d3-cac41b41c054 Authenticating user 'default' from [fd00:1122:3344:101::e]:40279 2026.01.06 01:49:35.343114 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61351 2026.01.06 01:49:35.343175 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39650 2026.01.06 01:49:35.343237 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64080 2026.01.06 01:49:35.343248 [ 287 ] {} TCP-Session: b4a7fab4-3734-4a87-b3d3-cac41b41c054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343263 [ 286 ] {} TCP-Session: 4e0c978b-820b-42cb-8b0f-bfbb5c9560d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:35.343109 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57809 2026.01.06 01:49:35.343327 [ 287 ] {} TCP-Session: b4a7fab4-3734-4a87-b3d3-cac41b41c054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343321 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38334 2026.01.06 01:49:35.343491 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} executeQuery: (from [fd00:1122:3344:101::e]:37998) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:49:35.343531 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41353 2026.01.06 01:49:35.343683 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.343758 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.343763 [ 291 ] {} TCP-Session: 039c81fa-9dd4-4581-8988-30e1af078a44 Authenticating user 'default' from [fd00:1122:3344:101::e]:64080 2026.01.06 01:49:35.343789 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32903 2026.01.06 01:49:35.343814 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.343820 [ 291 ] {} TCP-Session: 039c81fa-9dd4-4581-8988-30e1af078a44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343865 [ 291 ] {} TCP-Session: 039c81fa-9dd4-4581-8988-30e1af078a44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343870 [ 289 ] {} TCP-Session: cb6776e7-5dd6-4c72-be80-3991e2df2baf Authenticating user 'default' from [fd00:1122:3344:101::e]:57809 2026.01.06 01:49:35.343871 [ 292 ] {} TCP-Session: 85f4998c-478b-49ce-bfde-730a61ee80c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38334 2026.01.06 01:49:35.343907 [ 289 ] {} TCP-Session: cb6776e7-5dd6-4c72-be80-3991e2df2baf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343918 [ 292 ] {} TCP-Session: 85f4998c-478b-49ce-bfde-730a61ee80c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343928 [ 289 ] {} TCP-Session: cb6776e7-5dd6-4c72-be80-3991e2df2baf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343944 [ 292 ] {} TCP-Session: 85f4998c-478b-49ce-bfde-730a61ee80c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.343973 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.344009 [ 288 ] {} TCP-Session: 68b53ba9-aa9a-4dd4-8501-7f86a7e230d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61351 2026.01.06 01:49:35.344027 [ 288 ] {} TCP-Session: 68b53ba9-aa9a-4dd4-8501-7f86a7e230d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344038 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.344042 [ 288 ] {} TCP-Session: 68b53ba9-aa9a-4dd4-8501-7f86a7e230d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344087 [ 293 ] {} TCP-Session: 5143f368-e01b-4ec3-acf3-534efc8d2691 Authenticating user 'default' from [fd00:1122:3344:101::e]:41353 2026.01.06 01:49:35.344111 [ 293 ] {} TCP-Session: 5143f368-e01b-4ec3-acf3-534efc8d2691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344125 [ 293 ] {} TCP-Session: 5143f368-e01b-4ec3-acf3-534efc8d2691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344187 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.344200 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:35.344238 [ 290 ] {} TCP-Session: 6e87006a-8109-4509-acff-92eec2eb7c72 Authenticating user 'default' from [fd00:1122:3344:101::e]:39650 2026.01.06 01:49:35.344244 [ 294 ] {} TCP-Session: 125d9690-468d-4f01-a428-6d07e992904e Authenticating user 'default' from [fd00:1122:3344:101::e]:32903 2026.01.06 01:49:35.344259 [ 290 ] {} TCP-Session: 6e87006a-8109-4509-acff-92eec2eb7c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344264 [ 294 ] {} TCP-Session: 125d9690-468d-4f01-a428-6d07e992904e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344273 [ 290 ] {} TCP-Session: 6e87006a-8109-4509-acff-92eec2eb7c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344281 [ 294 ] {} TCP-Session: 125d9690-468d-4f01-a428-6d07e992904e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.344331 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:49:35.344645 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:35.345363 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:49:35.351819 [ 295 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} AggregatingTransform: Aggregating 2026.01.06 01:49:35.351906 [ 295 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} Aggregator: Aggregation method: without_key 2026.01.06 01:49:35.352567 [ 295 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004591942 sec. (217.773 rows/sec., 8.51 KiB/sec.) 2026.01.06 01:49:35.352595 [ 295 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} Aggregator: Merging aggregated data 2026.01.06 01:49:35.352627 [ 295 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.06 01:49:35.353997 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} executeQuery: Read 1 rows, 40.00 B in 0.010564 sec., 94.6611132146914 rows/sec., 3.70 KiB/sec. 2026.01.06 01:49:35.354130 [ 286 ] {afa74081-2428-47fe-b9e2-5d5b2df24255} TCPHandler: Processed in 0.011021613 sec. 2026.01.06 01:49:35.356812 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356849 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356861 [ 286 ] {} TCP-Session: 4e0c978b-820b-42cb-8b0f-bfbb5c9560d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356870 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356893 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356915 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356934 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356954 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356973 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.356998 [ 292 ] {} TCP-Session: 85f4998c-478b-49ce-bfde-730a61ee80c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.357015 [ 290 ] {} TCP-Session: 6e87006a-8109-4509-acff-92eec2eb7c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.357044 [ 291 ] {} TCP-Session: 039c81fa-9dd4-4581-8988-30e1af078a44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356984 [ 288 ] {} TCP-Session: 68b53ba9-aa9a-4dd4-8501-7f86a7e230d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356961 [ 294 ] {} TCP-Session: 125d9690-468d-4f01-a428-6d07e992904e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356932 [ 289 ] {} TCP-Session: cb6776e7-5dd6-4c72-be80-3991e2df2baf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356898 [ 287 ] {} TCP-Session: b4a7fab4-3734-4a87-b3d3-cac41b41c054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:35.356991 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:35.357187 [ 293 ] {} TCP-Session: 5143f368-e01b-4ec3-acf3-534efc8d2691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:36.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.31 MiB, peak 163.43 MiB, free memory in arenas 0.00 B, will set to 159.15 MiB (RSS), difference: 3.85 MiB 2026.01.06 01:49:38.203862 [ 105 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:49:38.203940 [ 105 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:49:38.286634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 497 entries to flush up to offset 985 2026.01.06 01:49:38.287381 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:38.287425 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:38.288078 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:38.288637 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:38.288801 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 985 2026.01.06 01:49:38.320085 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.06 01:49:38.339017 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:38.339093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:38.345730 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:38.347158 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:38.350810 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.06 01:49:39.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.84 MiB, peak 163.84 MiB, free memory in arenas 0.00 B, will set to 162.18 MiB (RSS), difference: 2.34 MiB 2026.01.06 01:49:42.354497 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57812 2026.01.06 01:49:42.354614 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.354644 [ 286 ] {} TCP-Session: 06f9817d-c836-4869-8f8c-a3a13ec8ef9a Authenticating user 'default' from [fd00:1122:3344:101::e]:57812 2026.01.06 01:49:42.354669 [ 286 ] {} TCP-Session: 06f9817d-c836-4869-8f8c-a3a13ec8ef9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.354684 [ 286 ] {} TCP-Session: 06f9817d-c836-4869-8f8c-a3a13ec8ef9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.354920 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49688 2026.01.06 01:49:42.354948 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36927 2026.01.06 01:49:42.354964 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38391 2026.01.06 01:49:42.355004 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40508 2026.01.06 01:49:42.355015 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55486 2026.01.06 01:49:42.355055 [ 286 ] {} TCP-Session: 06f9817d-c836-4869-8f8c-a3a13ec8ef9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:42.355081 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355078 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355110 [ 290 ] {} TCP-Session: 607b0d4f-2fb4-4923-ae61-0c98997e380d Authenticating user 'default' from [fd00:1122:3344:101::e]:38391 2026.01.06 01:49:42.355048 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355131 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355138 [ 290 ] {} TCP-Session: 607b0d4f-2fb4-4923-ae61-0c98997e380d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355173 [ 287 ] {} TCP-Session: fdce38bc-c095-4375-9901-0d2011a5911d Authenticating user 'default' from [fd00:1122:3344:101::e]:49688 2026.01.06 01:49:42.355193 [ 290 ] {} TCP-Session: 607b0d4f-2fb4-4923-ae61-0c98997e380d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355185 [ 293 ] {} TCP-Session: e669fd05-c99d-467b-b435-0bf653150b66 Authenticating user 'default' from [fd00:1122:3344:101::e]:40508 2026.01.06 01:49:42.355219 [ 287 ] {} TCP-Session: fdce38bc-c095-4375-9901-0d2011a5911d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355236 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} executeQuery: (from [fd00:1122:3344:101::e]:57812) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:49:42.355249 [ 293 ] {} TCP-Session: e669fd05-c99d-467b-b435-0bf653150b66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355254 [ 287 ] {} TCP-Session: fdce38bc-c095-4375-9901-0d2011a5911d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355284 [ 293 ] {} TCP-Session: e669fd05-c99d-467b-b435-0bf653150b66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355132 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355134 [ 288 ] {} TCP-Session: b98102e9-21a3-453a-a9f2-7b1e4d6ce3ee Authenticating user 'default' from [fd00:1122:3344:101::e]:36927 2026.01.06 01:49:42.354994 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41866 2026.01.06 01:49:42.355352 [ 294 ] {} TCP-Session: 57e102fe-7448-49ef-a817-535141f52401 Authenticating user 'default' from [fd00:1122:3344:101::e]:55486 2026.01.06 01:49:42.355368 [ 288 ] {} TCP-Session: b98102e9-21a3-453a-a9f2-7b1e4d6ce3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355401 [ 294 ] {} TCP-Session: 57e102fe-7448-49ef-a817-535141f52401 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355410 [ 288 ] {} TCP-Session: b98102e9-21a3-453a-a9f2-7b1e4d6ce3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355420 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355430 [ 294 ] {} TCP-Session: 57e102fe-7448-49ef-a817-535141f52401 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355463 [ 292 ] {} TCP-Session: 66265db3-d479-4b57-a391-853c4f6d578d Authenticating user 'default' from [fd00:1122:3344:101::e]:41866 2026.01.06 01:49:42.354975 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56568 2026.01.06 01:49:42.355493 [ 292 ] {} TCP-Session: 66265db3-d479-4b57-a391-853c4f6d578d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.354961 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50315 2026.01.06 01:49:42.355535 [ 292 ] {} TCP-Session: 66265db3-d479-4b57-a391-853c4f6d578d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355553 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:49:42.355617 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:42.355651 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355686 [ 291 ] {} TCP-Session: 719ac945-6872-4945-b528-9a16349aaa73 Authenticating user 'default' from [fd00:1122:3344:101::e]:56568 2026.01.06 01:49:42.355706 [ 291 ] {} TCP-Session: 719ac945-6872-4945-b528-9a16349aaa73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355715 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.355721 [ 291 ] {} TCP-Session: 719ac945-6872-4945-b528-9a16349aaa73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355749 [ 289 ] {} TCP-Session: 6b28051c-3be5-4cef-af38-d6de628d882d Authenticating user 'default' from [fd00:1122:3344:101::e]:50315 2026.01.06 01:49:42.355771 [ 289 ] {} TCP-Session: 6b28051c-3be5-4cef-af38-d6de628d882d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355783 [ 289 ] {} TCP-Session: 6b28051c-3be5-4cef-af38-d6de628d882d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.355896 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:49:42.356728 [ 323 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} AggregatingTransform: Aggregating 2026.01.06 01:49:42.356785 [ 323 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} Aggregator: Aggregation method: without_key 2026.01.06 01:49:42.356824 [ 323 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000826618 sec. (1209.749 rows/sec., 47.26 KiB/sec.) 2026.01.06 01:49:42.356850 [ 323 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} Aggregator: Merging aggregated data 2026.01.06 01:49:42.358151 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} executeQuery: Read 1 rows, 40.00 B in 0.002968 sec., 336.92722371967653 rows/sec., 13.16 KiB/sec. 2026.01.06 01:49:42.358305 [ 286 ] {c1e37d8c-5f48-4ea8-95ba-67b963747657} TCPHandler: Processed in 0.003382282 sec. 2026.01.06 01:49:42.358398 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358423 [ 286 ] {} TCP-Session: 06f9817d-c836-4869-8f8c-a3a13ec8ef9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358441 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358450 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358469 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358490 [ 288 ] {} TCP-Session: b98102e9-21a3-453a-a9f2-7b1e4d6ce3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358503 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358518 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358534 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358558 [ 289 ] {} TCP-Session: 6b28051c-3be5-4cef-af38-d6de628d882d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358570 [ 293 ] {} TCP-Session: e669fd05-c99d-467b-b435-0bf653150b66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358592 [ 292 ] {} TCP-Session: 66265db3-d479-4b57-a391-853c4f6d578d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358549 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358521 [ 290 ] {} TCP-Session: 607b0d4f-2fb4-4923-ae61-0c98997e380d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358509 [ 294 ] {} TCP-Session: 57e102fe-7448-49ef-a817-535141f52401 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358658 [ 291 ] {} TCP-Session: 719ac945-6872-4945-b528-9a16349aaa73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.358498 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.358721 [ 287 ] {} TCP-Session: fdce38bc-c095-4375-9901-0d2011a5911d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.472663 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40890 2026.01.06 01:49:42.472778 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.472808 [ 286 ] {} TCP-Session: 5e08150f-b00a-46d7-8d75-e3d756b042f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40890 2026.01.06 01:49:42.472840 [ 286 ] {} TCP-Session: 5e08150f-b00a-46d7-8d75-e3d756b042f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.472855 [ 286 ] {} TCP-Session: 5e08150f-b00a-46d7-8d75-e3d756b042f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473072 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47367 2026.01.06 01:49:42.473128 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56215 2026.01.06 01:49:42.473144 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48152 2026.01.06 01:49:42.473193 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49171 2026.01.06 01:49:42.473217 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47496 2026.01.06 01:49:42.473227 [ 286 ] {} TCP-Session: 5e08150f-b00a-46d7-8d75-e3d756b042f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:42.473248 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473289 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473307 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473307 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473327 [ 292 ] {} TCP-Session: 1ee97b98-84dd-4ded-8f7d-e3414ec1bf99 Authenticating user 'default' from [fd00:1122:3344:101::e]:49171 2026.01.06 01:49:42.473347 [ 289 ] {} TCP-Session: 14036d3c-aba4-414d-8427-e3d23f81bf9a Authenticating user 'default' from [fd00:1122:3344:101::e]:48152 2026.01.06 01:49:42.473352 [ 293 ] {} TCP-Session: b20a4bec-0a6a-4ecd-9205-7af9107cda94 Authenticating user 'default' from [fd00:1122:3344:101::e]:47496 2026.01.06 01:49:42.473370 [ 292 ] {} TCP-Session: 1ee97b98-84dd-4ded-8f7d-e3414ec1bf99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473382 [ 289 ] {} TCP-Session: 14036d3c-aba4-414d-8427-e3d23f81bf9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473402 [ 292 ] {} TCP-Session: 1ee97b98-84dd-4ded-8f7d-e3414ec1bf99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473395 [ 293 ] {} TCP-Session: b20a4bec-0a6a-4ecd-9205-7af9107cda94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473418 [ 289 ] {} TCP-Session: 14036d3c-aba4-414d-8427-e3d23f81bf9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473440 [ 293 ] {} TCP-Session: b20a4bec-0a6a-4ecd-9205-7af9107cda94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473324 [ 288 ] {} TCP-Session: d56f3f50-9ee5-4898-98f0-36a11fca24f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56215 2026.01.06 01:49:42.473455 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} executeQuery: (from [fd00:1122:3344:101::e]:40890) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:49:42.473483 [ 288 ] {} TCP-Session: d56f3f50-9ee5-4898-98f0-36a11fca24f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473225 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50035 2026.01.06 01:49:42.473509 [ 288 ] {} TCP-Session: d56f3f50-9ee5-4898-98f0-36a11fca24f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473173 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473135 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59072 2026.01.06 01:49:42.473596 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473603 [ 287 ] {} TCP-Session: abff40cb-f949-47ec-9bad-f42e3bd79cb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47367 2026.01.06 01:49:42.473629 [ 294 ] {} TCP-Session: 6f45a6c1-1d73-4f95-a036-fdd8691099cd Authenticating user 'default' from [fd00:1122:3344:101::e]:50035 2026.01.06 01:49:42.473648 [ 287 ] {} TCP-Session: abff40cb-f949-47ec-9bad-f42e3bd79cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473662 [ 294 ] {} TCP-Session: 6f45a6c1-1d73-4f95-a036-fdd8691099cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473663 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473685 [ 294 ] {} TCP-Session: 6f45a6c1-1d73-4f95-a036-fdd8691099cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473674 [ 287 ] {} TCP-Session: abff40cb-f949-47ec-9bad-f42e3bd79cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473703 [ 290 ] {} TCP-Session: 51ea72b1-ece9-40a3-9db5-1a63550e1e0a Authenticating user 'default' from [fd00:1122:3344:101::e]:59072 2026.01.06 01:49:42.473731 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:49:42.473750 [ 290 ] {} TCP-Session: 51ea72b1-ece9-40a3-9db5-1a63550e1e0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473153 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45431 2026.01.06 01:49:42.473771 [ 290 ] {} TCP-Session: 51ea72b1-ece9-40a3-9db5-1a63550e1e0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473791 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:42.473849 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:49:42.473876 [ 291 ] {} TCP-Session: d711cd5e-13c9-46b3-a1f9-26dda9044515 Authenticating user 'default' from [fd00:1122:3344:101::e]:45431 2026.01.06 01:49:42.473892 [ 291 ] {} TCP-Session: d711cd5e-13c9-46b3-a1f9-26dda9044515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.473905 [ 291 ] {} TCP-Session: d711cd5e-13c9-46b3-a1f9-26dda9044515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.474072 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:49:42.474996 [ 298 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} AggregatingTransform: Aggregating 2026.01.06 01:49:42.475044 [ 298 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} Aggregator: Aggregation method: without_key 2026.01.06 01:49:42.475078 [ 298 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000907638 sec. (1101.761 rows/sec., 43.04 KiB/sec.) 2026.01.06 01:49:42.475099 [ 298 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} Aggregator: Merging aggregated data 2026.01.06 01:49:42.476269 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} executeQuery: Read 1 rows, 40.00 B in 0.002877 sec., 347.58428919012863 rows/sec., 13.58 KiB/sec. 2026.01.06 01:49:42.476384 [ 286 ] {d847a1f6-d2a5-4468-aeef-7225fcb044fd} TCPHandler: Processed in 0.00327202 sec. 2026.01.06 01:49:42.476496 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476523 [ 286 ] {} TCP-Session: 5e08150f-b00a-46d7-8d75-e3d756b042f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476528 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476550 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476575 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476590 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476605 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476618 [ 294 ] {} TCP-Session: 6f45a6c1-1d73-4f95-a036-fdd8691099cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476640 [ 289 ] {} TCP-Session: 14036d3c-aba4-414d-8427-e3d23f81bf9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476660 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476663 [ 288 ] {} TCP-Session: d56f3f50-9ee5-4898-98f0-36a11fca24f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476701 [ 293 ] {} TCP-Session: b20a4bec-0a6a-4ecd-9205-7af9107cda94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476652 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476598 [ 292 ] {} TCP-Session: 1ee97b98-84dd-4ded-8f7d-e3414ec1bf99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476576 [ 287 ] {} TCP-Session: abff40cb-f949-47ec-9bad-f42e3bd79cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476783 [ 290 ] {} TCP-Session: 51ea72b1-ece9-40a3-9db5-1a63550e1e0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:42.476624 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:49:42.476860 [ 291 ] {} TCP-Session: d711cd5e-13c9-46b3-a1f9-26dda9044515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:49:43.272071 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 6 entries to flush up to offset 94 2026.01.06 01:49:43.274937 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:43.274992 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:43.276175 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:43.276670 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:43.276906 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 94 2026.01.06 01:49:44.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.21 MiB, peak 172.54 MiB, free memory in arenas 0.00 B, will set to 162.24 MiB (RSS), difference: 4.03 MiB 2026.01.06 01:49:45.264530 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.264754 [ 3 ] {65d5fb11-6601-4ab7-bc1d-e9a1dd7cb9bb} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.265059 [ 3 ] {65d5fb11-6601-4ab7-bc1d-e9a1dd7cb9bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.265127 [ 3 ] {65d5fb11-6601-4ab7-bc1d-e9a1dd7cb9bb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.265520 [ 3 ] {65d5fb11-6601-4ab7-bc1d-e9a1dd7cb9bb} TCPHandler: Processed in 0.001131381 sec. 2026.01.06 01:49:45.275980 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.276112 [ 3 ] {7a3955a7-73c9-4342-9356-0584a58d7c1c} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.284863 [ 3 ] {7a3955a7-73c9-4342-9356-0584a58d7c1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.284916 [ 3 ] {7a3955a7-73c9-4342-9356-0584a58d7c1c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.287323 [ 3 ] {7a3955a7-73c9-4342-9356-0584a58d7c1c} TCPHandler: Processed in 0.011395566 sec. 2026.01.06 01:49:45.287725 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.287845 [ 3 ] {2862cab7-0e53-4dce-ade5-f80fa4fb65a2} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.292067 [ 3 ] {2862cab7-0e53-4dce-ade5-f80fa4fb65a2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.292117 [ 3 ] {2862cab7-0e53-4dce-ade5-f80fa4fb65a2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.292486 [ 3 ] {2862cab7-0e53-4dce-ade5-f80fa4fb65a2} TCPHandler: Processed in 0.004811325 sec. 2026.01.06 01:49:45.292709 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.292829 [ 3 ] {76fd1b89-9106-4d96-a8ba-e8a51a0f031a} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.293077 [ 3 ] {76fd1b89-9106-4d96-a8ba-e8a51a0f031a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.293121 [ 3 ] {76fd1b89-9106-4d96-a8ba-e8a51a0f031a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.293526 [ 3 ] {76fd1b89-9106-4d96-a8ba-e8a51a0f031a} TCPHandler: Processed in 0.000866588 sec. 2026.01.06 01:49:45.293731 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.293848 [ 3 ] {2f4548c1-1a86-475d-9574-77d358f841ff} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.294095 [ 3 ] {2f4548c1-1a86-475d-9574-77d358f841ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.294138 [ 3 ] {2f4548c1-1a86-475d-9574-77d358f841ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.294468 [ 3 ] {2f4548c1-1a86-475d-9574-77d358f841ff} TCPHandler: Processed in 0.000785547 sec. 2026.01.06 01:49:45.295086 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.295203 [ 3 ] {743a31de-b32c-4639-a1f9-56587f1229d5} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.295444 [ 3 ] {743a31de-b32c-4639-a1f9-56587f1229d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.295486 [ 3 ] {743a31de-b32c-4639-a1f9-56587f1229d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.295826 [ 3 ] {743a31de-b32c-4639-a1f9-56587f1229d5} TCPHandler: Processed in 0.000788368 sec. 2026.01.06 01:49:45.297996 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.298132 [ 3 ] {abe94ea5-c5b7-491b-8629-efa9d1d4fad0} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.298408 [ 3 ] {abe94ea5-c5b7-491b-8629-efa9d1d4fad0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.298455 [ 3 ] {abe94ea5-c5b7-491b-8629-efa9d1d4fad0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.298802 [ 3 ] {abe94ea5-c5b7-491b-8629-efa9d1d4fad0} TCPHandler: Processed in 0.000855608 sec. 2026.01.06 01:49:45.299382 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.299498 [ 3 ] {167a6b88-1f00-4538-b70a-0fcc1f4043de} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.299741 [ 3 ] {167a6b88-1f00-4538-b70a-0fcc1f4043de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.299784 [ 3 ] {167a6b88-1f00-4538-b70a-0fcc1f4043de} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.300109 [ 3 ] {167a6b88-1f00-4538-b70a-0fcc1f4043de} TCPHandler: Processed in 0.000775218 sec. 2026.01.06 01:49:45.300341 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.300458 [ 3 ] {cd5beebf-037d-4fd1-a65e-b01e25de7ac4} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.300700 [ 3 ] {cd5beebf-037d-4fd1-a65e-b01e25de7ac4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.300743 [ 3 ] {cd5beebf-037d-4fd1-a65e-b01e25de7ac4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.301064 [ 3 ] {cd5beebf-037d-4fd1-a65e-b01e25de7ac4} TCPHandler: Processed in 0.000770918 sec. 2026.01.06 01:49:45.301289 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.301405 [ 3 ] {222dc9e7-647f-4baa-8062-464e3b72aab0} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.301644 [ 3 ] {222dc9e7-647f-4baa-8062-464e3b72aab0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.301685 [ 3 ] {222dc9e7-647f-4baa-8062-464e3b72aab0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.302000 [ 3 ] {222dc9e7-647f-4baa-8062-464e3b72aab0} TCPHandler: Processed in 0.000758947 sec. 2026.01.06 01:49:45.302226 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.302343 [ 3 ] {8dccf2da-afc1-46d8-b69b-0b43c12f14e1} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.06 01:49:45.302582 [ 3 ] {8dccf2da-afc1-46d8-b69b-0b43c12f14e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.302624 [ 3 ] {8dccf2da-afc1-46d8-b69b-0b43c12f14e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.302938 [ 3 ] {8dccf2da-afc1-46d8-b69b-0b43c12f14e1} TCPHandler: Processed in 0.000759707 sec. 2026.01.06 01:49:45.303165 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.303283 [ 3 ] {b9d14d7c-25ea-4f8b-9d2f-aadbb1326de2} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.303522 [ 3 ] {b9d14d7c-25ea-4f8b-9d2f-aadbb1326de2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.303563 [ 3 ] {b9d14d7c-25ea-4f8b-9d2f-aadbb1326de2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.303877 [ 3 ] {b9d14d7c-25ea-4f8b-9d2f-aadbb1326de2} TCPHandler: Processed in 0.000759937 sec. 2026.01.06 01:49:45.304127 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.304245 [ 3 ] {59bc009f-a1d7-4266-ae1f-3217037392ee} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.304490 [ 3 ] {59bc009f-a1d7-4266-ae1f-3217037392ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.304532 [ 3 ] {59bc009f-a1d7-4266-ae1f-3217037392ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.304861 [ 3 ] {59bc009f-a1d7-4266-ae1f-3217037392ee} TCPHandler: Processed in 0.000782287 sec. 2026.01.06 01:49:45.305097 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.305215 [ 3 ] {ac9228a8-4ed7-4e1e-aed6-7b2821228efc} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.305468 [ 3 ] {ac9228a8-4ed7-4e1e-aed6-7b2821228efc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.305510 [ 3 ] {ac9228a8-4ed7-4e1e-aed6-7b2821228efc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.305840 [ 3 ] {ac9228a8-4ed7-4e1e-aed6-7b2821228efc} TCPHandler: Processed in 0.000791897 sec. 2026.01.06 01:49:45.306072 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.306191 [ 3 ] {bcf8288f-c42e-4a89-92be-c0593c5295d6} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.306438 [ 3 ] {bcf8288f-c42e-4a89-92be-c0593c5295d6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.306480 [ 3 ] {bcf8288f-c42e-4a89-92be-c0593c5295d6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.306799 [ 3 ] {bcf8288f-c42e-4a89-92be-c0593c5295d6} TCPHandler: Processed in 0.000774957 sec. 2026.01.06 01:49:45.307020 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.307144 [ 3 ] {a9a0ffee-467a-4246-ab45-be6afc742f83} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.307400 [ 3 ] {a9a0ffee-467a-4246-ab45-be6afc742f83} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.307442 [ 3 ] {a9a0ffee-467a-4246-ab45-be6afc742f83} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.307778 [ 3 ] {a9a0ffee-467a-4246-ab45-be6afc742f83} TCPHandler: Processed in 0.000805657 sec. 2026.01.06 01:49:45.319534 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.319686 [ 3 ] {6e072de9-d921-43a7-b9f2-0867ef37af05} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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.01.06 01:49:45.320015 [ 3 ] {6e072de9-d921-43a7-b9f2-0867ef37af05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.320067 [ 3 ] {6e072de9-d921-43a7-b9f2-0867ef37af05} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:49:45.320441 [ 3 ] {6e072de9-d921-43a7-b9f2-0867ef37af05} TCPHandler: Processed in 0.000970869 sec. 2026.01.06 01:49:45.320779 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.320891 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.06 01:49:45.320933 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:49:45.324150 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.324191 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.324777 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.325162 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.325307 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} executeQuery: Read 17 rows, 5.02 KiB in 0.00445 sec., 3820.224719101124 rows/sec., 1.10 MiB/sec. 2026.01.06 01:49:45.325344 [ 3 ] {1b064c59-a26d-4265-8986-47ae95aa1108} TCPHandler: Processed in 0.004614503 sec. 2026.01.06 01:49:45.325522 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.325628 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.325671 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:49:45.330431 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.330461 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.333074 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.333517 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.333651 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} executeQuery: Read 410 rows, 26.63 KiB in 0.008042 sec., 50982.342700820685 rows/sec., 3.23 MiB/sec. 2026.01.06 01:49:45.333688 [ 3 ] {e0eecf0f-91fb-4fd4-a1eb-70e3abbfdefd} TCPHandler: Processed in 0.008252627 sec. 2026.01.06 01:49:45.333821 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.333917 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:49:45.333961 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:49:45.334408 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.334444 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.334903 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.335379 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.335507 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} executeQuery: Read 4 rows, 334.00 B in 0.001608 sec., 2487.5621890547263 rows/sec., 202.84 KiB/sec. 2026.01.06 01:49:45.335544 [ 3 ] {fe31ebb3-4bfb-424f-8fb9-f95b9c2baed6} TCPHandler: Processed in 0.001773736 sec. 2026.01.06 01:49:45.335672 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.335769 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:49:45.335811 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:49:45.337060 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.337106 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.338068 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.338562 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.338729 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} executeQuery: Read 1062 rows, 85.96 KiB in 0.002973 sec., 357214.9344096872 rows/sec., 28.24 MiB/sec. 2026.01.06 01:49:45.338778 [ 3 ] {0aceb470-c7a7-421c-88ed-b3c3dfa68ff5} TCPHandler: Processed in 0.00316137 sec. 2026.01.06 01:49:45.338922 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.339031 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.339080 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:49:45.339648 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.339683 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.340121 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.340589 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.340720 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} executeQuery: Read 211 rows, 12.75 KiB in 0.001711 sec., 123319.6960841613 rows/sec., 7.27 MiB/sec. 2026.01.06 01:49:45.340758 [ 3 ] {082aab06-7bd6-489f-b8a8-6f910a1990c5} TCPHandler: Processed in 0.001887988 sec. 2026.01.06 01:49:45.340877 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.340965 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.341002 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:49:45.341486 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.341516 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.342007 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.342427 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.342555 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} executeQuery: Read 212 rows, 14.00 KiB in 0.001598 sec., 132665.83229036295 rows/sec., 8.56 MiB/sec. 2026.01.06 01:49:45.342592 [ 3 ] {31ad5653-4ea2-4a0a-9e01-565a14f7528f} TCPHandler: Processed in 0.001762766 sec. 2026.01.06 01:49:45.342707 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.342802 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.342842 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:49:45.343312 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.343347 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.343776 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.344235 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.344365 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} executeQuery: Read 211 rows, 12.27 KiB in 0.00158 sec., 133544.30379746834 rows/sec., 7.58 MiB/sec. 2026.01.06 01:49:45.344402 [ 3 ] {8884a71f-48db-4327-bae8-03e2a59747c7} TCPHandler: Processed in 0.001744636 sec. 2026.01.06 01:49:45.344525 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.344618 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:49:45.344657 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:49:45.345293 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.345331 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.345848 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.346304 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.346432 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} executeQuery: Read 633 rows, 44.80 KiB in 0.00183 sec., 345901.6393442623 rows/sec., 23.91 MiB/sec. 2026.01.06 01:49:45.346470 [ 3 ] {b3d0e651-55ff-4703-b715-1510315f2558} TCPHandler: Processed in 0.001994538 sec. 2026.01.06 01:49:45.346591 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.346684 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:49:45.346726 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:49:45.347079 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.347112 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.349784 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.350319 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.350451 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} executeQuery: Read 6 rows, 321.00 B in 0.003783 sec., 1586.0428231562253 rows/sec., 82.86 KiB/sec. 2026.01.06 01:49:45.350487 [ 3 ] {016f87e8-3da1-4500-8106-9e0b959afd9b} TCPHandler: Processed in 0.003945817 sec. 2026.01.06 01:49:45.350604 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.350699 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.350740 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:49:45.351130 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.351165 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.351667 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.352128 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.352256 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} executeQuery: Read 156 rows, 9.85 KiB in 0.001575 sec., 99047.61904761905 rows/sec., 6.11 MiB/sec. 2026.01.06 01:49:45.352292 [ 3 ] {7ff0a37c-d243-433c-8f8c-2c8e0e2bb792} TCPHandler: Processed in 0.001737256 sec. 2026.01.06 01:49:45.352412 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.352506 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.352548 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:49:45.352862 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.352895 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.353297 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.353737 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.353865 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. 2026.01.06 01:49:45.353900 [ 3 ] {3b7c2687-0a7e-4b61-ad45-fc04c3edec49} TCPHandler: Processed in 0.001541115 sec. 2026.01.06 01:49:45.354007 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.354099 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.354152 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} 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.01.06 01:49:45.354865 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.354899 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.355514 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.355925 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.356060 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} executeQuery: Read 2 rows, 3.67 KiB in 0.001977 sec., 1011.6337885685382 rows/sec., 1.81 MiB/sec. 2026.01.06 01:49:45.356108 [ 3 ] {bb5bdb17-658c-4487-bdc2-ffed32cbdd6e} TCPHandler: Processed in 0.00215055 sec. 2026.01.06 01:49:45.356221 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.356316 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.356357 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.06 01:49:45.356678 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.356714 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.357113 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.357547 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.357674 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} executeQuery: Read 12 rows, 868.00 B in 0.001375 sec., 8727.272727272728 rows/sec., 616.48 KiB/sec. 2026.01.06 01:49:45.357710 [ 3 ] {28ad3cfc-46c5-44c3-8126-3120644da798} TCPHandler: Processed in 0.001538274 sec. 2026.01.06 01:49:45.357824 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:45.357918 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:49:45.357959 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:49:45.358295 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.358331 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.358734 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.06 01:49:45.359171 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.359302 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} executeQuery: Read 44 rows, 2.38 KiB in 0.0014 sec., 31428.571428571428 rows/sec., 1.66 MiB/sec. 2026.01.06 01:49:45.359338 [ 3 ] {1cf3e44f-dcfc-4a64-9406-f4748c101eee} TCPHandler: Processed in 0.001563314 sec. 2026.01.06 01:49:45.788955 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1433 2026.01.06 01:49:45.789469 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.789518 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.790122 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:49:45.790563 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.790706 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1433 2026.01.06 01:49:45.850949 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.06 01:49:45.867796 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:45.867848 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:45.874498 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:49:45.875715 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:45.879188 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.06 01:49:53.204002 [ 89 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:49:53.204079 [ 89 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:49:53.277044 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 156 2026.01.06 01:49:53.279775 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:53.279830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:53.281031 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:49:53.281320 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:53.281668 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 156 2026.01.06 01:49:53.290806 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1945 2026.01.06 01:49:53.291306 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:53.291346 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:53.291850 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:49:53.292089 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:53.292228 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1945 2026.01.06 01:49:53.379280 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.06 01:49:53.396775 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:53.396839 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:53.403106 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:49:53.403875 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:53.407470 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.06 01:49:54.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.80 MiB, peak 172.54 MiB, free memory in arenas 0.00 B, will set to 166.88 MiB (RSS), difference: 1.08 MiB 2026.01.06 01:49:55.276531 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.276752 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.276826 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:49:55.277723 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.277763 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.278172 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.278423 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.278576 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} executeQuery: Read 410 rows, 26.63 KiB in 0.00188 sec., 218085.10638297873 rows/sec., 13.83 MiB/sec. 2026.01.06 01:49:55.278625 [ 3 ] {93323dde-a7a4-4fe2-92db-052b1807a3b7} TCPHandler: Processed in 0.002231571 sec. 2026.01.06 01:49:55.278761 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.278863 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:49:55.278912 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:49:55.279936 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.279971 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.280334 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.280543 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.280668 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} executeQuery: Read 1096 rows, 89.16 KiB in 0.001828 sec., 599562.3632385121 rows/sec., 47.63 MiB/sec. 2026.01.06 01:49:55.280704 [ 3 ] {ab5a61c0-1c60-459e-943e-4b061d6b7902} TCPHandler: Processed in 0.001996758 sec. 2026.01.06 01:49:55.280818 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.280915 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.280955 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:49:55.281475 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.281510 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.281818 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.282030 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.282161 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} executeQuery: Read 225 rows, 13.82 KiB in 0.001266 sec., 177725.1184834123 rows/sec., 10.66 MiB/sec. 2026.01.06 01:49:55.282197 [ 3 ] {6ffae3ed-bdac-426d-a8f0-8b117157116b} TCPHandler: Processed in 0.001429003 sec. 2026.01.06 01:49:55.282315 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.282409 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.282449 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:49:55.282915 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.282949 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.283266 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.283483 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.283615 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} executeQuery: Read 212 rows, 14.00 KiB in 0.001223 sec., 173344.2354865086 rows/sec., 11.18 MiB/sec. 2026.01.06 01:49:55.283651 [ 3 ] {557f3808-3e0e-4d86-b5b8-05f1d325a914} TCPHandler: Processed in 0.001385243 sec. 2026.01.06 01:49:55.283768 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.283861 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.283901 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:49:55.284386 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.284420 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.284710 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.284910 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.285040 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} executeQuery: Read 211 rows, 12.27 KiB in 0.001196 sec., 176421.40468227424 rows/sec., 10.02 MiB/sec. 2026.01.06 01:49:55.285075 [ 3 ] {02ea5a9c-d9b8-4468-ab25-452c533a253d} TCPHandler: Processed in 0.001356163 sec. 2026.01.06 01:49:55.285211 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.285310 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:49:55.285351 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:49:55.285993 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.286027 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.286374 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.286591 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.286715 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} executeQuery: Read 643 rows, 45.62 KiB in 0.001422 sec., 452180.0281293952 rows/sec., 31.33 MiB/sec. 2026.01.06 01:49:55.286753 [ 3 ] {65aa8531-9b20-4b6c-8b43-91c733cc05d3} TCPHandler: Processed in 0.001593015 sec. 2026.01.06 01:49:55.286867 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.286961 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:49:55.287002 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:49:55.287339 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.287373 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.287670 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.287864 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.287990 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} executeQuery: Read 6 rows, 321.00 B in 0.001052 sec., 5703.42205323194 rows/sec., 297.98 KiB/sec. 2026.01.06 01:49:55.288024 [ 3 ] {af21f579-accc-437e-9e4a-c97b131a70c5} TCPHandler: Processed in 0.001214872 sec. 2026.01.06 01:49:55.288124 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.288212 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.288251 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:49:55.288593 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.288624 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.288981 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.289193 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.289325 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} executeQuery: Read 154 rows, 9.71 KiB in 0.001108 sec., 138989.16967509023 rows/sec., 8.56 MiB/sec. 2026.01.06 01:49:55.289368 [ 3 ] {f60fc64e-e55a-4ab6-9416-4e638e7a12cb} TCPHandler: Processed in 0.001276132 sec. 2026.01.06 01:49:55.289492 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.289585 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.289625 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:49:55.289972 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.290007 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.290297 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.290507 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.290636 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2026.01.06 01:49:55.290672 [ 3 ] {7dcd8b61-bb99-47ab-bc43-2f89640c4587} TCPHandler: Processed in 0.001234631 sec. 2026.01.06 01:49:55.290782 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.290874 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.290928 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} 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.01.06 01:49:55.291674 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.291708 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.295166 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.295398 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.295538 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} executeQuery: Read 20 rows, 36.70 KiB in 0.004679 sec., 4274.417610600555 rows/sec., 7.66 MiB/sec. 2026.01.06 01:49:55.295588 [ 3 ] {fa2b0ced-9e09-4fdc-8354-22947c6cfef0} TCPHandler: Processed in 0.004854335 sec. 2026.01.06 01:49:55.295705 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.295798 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.295839 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.06 01:49:55.298275 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.298306 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.298636 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.298896 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} oximeter.measurements_i64 (55652793-29eb-43d8-9676-10534ad4bda0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.299044 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} executeQuery: Read 15 rows, 1.14 KiB in 0.00326 sec., 4601.226993865031 rows/sec., 351.08 KiB/sec. 2026.01.06 01:49:55.299086 [ 3 ] {681dc64f-83ea-4c85-bc83-09e262f56e94} TCPHandler: Processed in 0.003429672 sec. 2026.01.06 01:49:55.299218 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:49:55.299330 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:49:55.299377 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:49:55.299708 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:49:55.299742 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:49:55.300026 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:49:55.300246 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:49:55.300380 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} executeQuery: Read 44 rows, 2.38 KiB in 0.001072 sec., 41044.77611940298 rows/sec., 2.17 MiB/sec. 2026.01.06 01:49:55.300415 [ 3 ] {1cf82aa4-a48b-4e34-93ce-35ce508d6c77} TCPHandler: Processed in 0.001256252 sec. 2026.01.06 01:50:00.264241 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.264485 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.01.06 01:50:00.264823 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:00.268757 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.01.06 01:50:00.269003 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:00.269075 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:00.269275 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2026.01.06 01:50:00.271276 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:00.273362 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:00.273388 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:00.277785 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', '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.01.06 01:50:00.277813 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.06 01:50:00.305698 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} executeQuery: Read 17 rows, 625.00 B in 0.041304 sec., 411.5824133255859 rows/sec., 14.78 KiB/sec. 2026.01.06 01:50:00.305804 [ 3 ] {ed13710b-4d5a-457a-baad-a7f13e6ac7df} TCPHandler: Processed in 0.041697199 sec. 2026.01.06 01:50:00.306127 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.306263 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', '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.01.06 01:50:00.306469 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:00.306503 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', '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.01.06 01:50:00.306673 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:00.306727 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:00.306850 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2026.01.06 01:50:00.306880 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:00.306899 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:00.306913 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:00.306947 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', '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.01.06 01:50:00.306966 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.06 01:50:00.307514 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} executeQuery: Read 17 rows, 625.00 B in 0.001304 sec., 13036.809815950919 rows/sec., 468.06 KiB/sec. 2026.01.06 01:50:00.307576 [ 3 ] {13ca6413-b09d-46a5-8d77-f122f0345db7} TCPHandler: Processed in 0.001502434 sec. 2026.01.06 01:50:00.307782 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.307908 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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.01.06 01:50:00.308102 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:00.308134 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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.01.06 01:50:00.308318 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:00.308377 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:00.308475 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2026.01.06 01:50:00.308504 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:00.308523 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:00.308536 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:00.308579 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', '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.01.06 01:50:00.308597 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.06 01:50:00.309251 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} executeQuery: Read 17 rows, 625.00 B in 0.00139 sec., 12230.21582733813 rows/sec., 439.10 KiB/sec. 2026.01.06 01:50:00.309338 [ 3 ] {c126fb00-60e4-4964-afb8-d9eed423fa32} TCPHandler: Processed in 0.001605175 sec. 2026.01.06 01:50:00.309546 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.309671 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:00.309865 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:00.309897 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:00.310069 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:00.310121 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:00.310220 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2026.01.06 01:50:00.310248 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:00.310267 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:00.310281 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:00.310324 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:00.310344 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 17 rows starting from 0 2026.01.06 01:50:00.310793 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} executeQuery: Read 17 rows, 625.00 B in 0.001168 sec., 14554.794520547945 rows/sec., 522.56 KiB/sec. 2026.01.06 01:50:00.310875 [ 3 ] {faf8f949-88f7-48ff-a02c-ac2983e53417} TCPHandler: Processed in 0.001379123 sec. 2026.01.06 01:50:00.311661 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.311770 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.06 01:50:00.311812 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:00.312453 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.312493 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.312902 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:50:00.313098 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.313250 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} executeQuery: Read 4 rows, 521.00 B in 0.001511 sec., 2647.253474520185 rows/sec., 336.72 KiB/sec. 2026.01.06 01:50:00.313289 [ 3 ] {43e6a7d5-1104-4c04-8596-b85421a1c68d} TCPHandler: Processed in 0.001676886 sec. 2026.01.06 01:50:00.313401 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.313494 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:50:00.313535 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:50:00.313956 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.313992 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.314292 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.06 01:50:00.314500 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.314635 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} executeQuery: Read 4 rows, 334.00 B in 0.001157 sec., 3457.216940363008 rows/sec., 281.91 KiB/sec. 2026.01.06 01:50:00.314671 [ 3 ] {2e5c9a76-9fa6-4dd0-8b3f-4cb053eef361} TCPHandler: Processed in 0.001319733 sec. 2026.01.06 01:50:00.314777 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.314870 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:00.314908 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:00.315316 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.315352 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.315650 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.315860 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.315995 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} executeQuery: Read 26 rows, 2.49 KiB in 0.001141 sec., 22787.028921998244 rows/sec., 2.13 MiB/sec. 2026.01.06 01:50:00.316031 [ 3 ] {9fe6baeb-17d2-45ca-a644-7594508e740d} TCPHandler: Processed in 0.001302832 sec. 2026.01.06 01:50:00.316137 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.316230 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:00.316269 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:00.316655 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.316692 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.317004 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.317214 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.317350 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} executeQuery: Read 14 rows, 1.03 KiB in 0.001136 sec., 12323.94366197183 rows/sec., 907.79 KiB/sec. 2026.01.06 01:50:00.317393 [ 3 ] {e9b06671-2346-42fe-9a34-4b1ce56c7257} TCPHandler: Processed in 0.001305582 sec. 2026.01.06 01:50:00.317503 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.317597 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:00.317665 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:00.318063 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.318100 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.318398 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.318613 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.318750 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} executeQuery: Read 22 rows, 1.77 KiB in 0.001169 sec., 18819.503849443972 rows/sec., 1.48 MiB/sec. 2026.01.06 01:50:00.318792 [ 3 ] {e0515fa0-0113-423e-85e5-a43e895ec0d3} TCPHandler: Processed in 0.001337692 sec. 2026.01.06 01:50:00.318900 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.319025 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:00.319071 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:00.319435 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.319472 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.319801 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.320010 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.320144 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} executeQuery: Read 12 rows, 924.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 795.02 KiB/sec. 2026.01.06 01:50:00.320190 [ 3 ] {afe2ef3c-755b-4393-a208-6621a73c4396} TCPHandler: Processed in 0.001339282 sec. 2026.01.06 01:50:00.320310 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.320403 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:00.320456 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} 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.01.06 01:50:00.321183 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.321218 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.321737 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.321960 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.322101 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} executeQuery: Read 10 rows, 18.35 KiB in 0.001715 sec., 5830.903790087464 rows/sec., 10.45 MiB/sec. 2026.01.06 01:50:00.322156 [ 3 ] {2831dd4f-facf-4468-99db-8d0498bb66ce} TCPHandler: Processed in 0.001895408 sec. 2026.01.06 01:50:00.322267 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:00.322360 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:00.322401 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:00.322733 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.322769 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.323082 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:00.323290 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.323415 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} executeQuery: Read 10 rows, 645.00 B in 0.001071 sec., 9337.068160597573 rows/sec., 588.13 KiB/sec. 2026.01.06 01:50:00.323457 [ 3 ] {e8b26061-00a8-4115-88d9-a0670cf7b74d} TCPHandler: Processed in 0.001239632 sec. 2026.01.06 01:50:00.792339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2393 2026.01.06 01:50:00.792851 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.792887 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.793385 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:00.793631 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.793768 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2393 2026.01.06 01:50:00.907579 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.06 01:50:00.923963 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:00.924018 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:00.930272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:00.931002 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:00.933932 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.06 01:50:01.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.52 MiB, peak 172.54 MiB, free memory in arenas 0.00 B, will set to 170.37 MiB (RSS), difference: 1.85 MiB 2026.01.06 01:50:03.281982 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 204 2026.01.06 01:50:03.284825 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:03.284864 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:03.286014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:03.286276 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:03.286508 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 204 2026.01.06 01:50:05.279154 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.279355 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.279423 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:50:05.280259 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.280305 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.280722 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:05.280959 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.281119 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} executeQuery: Read 410 rows, 26.63 KiB in 0.001813 sec., 226144.51185879757 rows/sec., 14.35 MiB/sec. 2026.01.06 01:50:05.281161 [ 3 ] {761eb10a-df79-4a2d-8344-40c80441161b} TCPHandler: Processed in 0.002139589 sec. 2026.01.06 01:50:05.281297 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.281394 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:05.281437 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:05.282296 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.282335 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.282724 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.282947 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.283083 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} executeQuery: Read 1104 rows, 89.89 KiB in 0.001706 sec., 647127.7842907385 rows/sec., 51.45 MiB/sec. 2026.01.06 01:50:05.283121 [ 3 ] {03186162-6c73-4431-8584-1637e944d880} TCPHandler: Processed in 0.001874498 sec. 2026.01.06 01:50:05.283238 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.283334 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.283375 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:05.283830 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.283868 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.284174 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.284381 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.284509 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} executeQuery: Read 227 rows, 13.97 KiB in 0.001192 sec., 190436.24161073827 rows/sec., 11.44 MiB/sec. 2026.01.06 01:50:05.284557 [ 3 ] {86666398-5e82-4a84-a150-caf7b3c42f90} TCPHandler: Processed in 0.001368153 sec. 2026.01.06 01:50:05.284700 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.284794 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.284833 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:50:05.285301 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.285337 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.285635 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:05.285848 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.285977 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} executeQuery: Read 212 rows, 14.00 KiB in 0.001199 sec., 176814.011676397 rows/sec., 11.40 MiB/sec. 2026.01.06 01:50:05.286017 [ 3 ] {f7709614-70f0-4422-b02e-a75dd1698c8a} TCPHandler: Processed in 0.001365823 sec. 2026.01.06 01:50:05.286128 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.286223 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.286263 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:50:05.286721 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.286757 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.287065 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:05.287277 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.287412 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} executeQuery: Read 211 rows, 12.27 KiB in 0.001206 sec., 174958.54063018243 rows/sec., 9.94 MiB/sec. 2026.01.06 01:50:05.287451 [ 3 ] {1dde22d2-38ec-4422-8bc0-8baaf9fbde6e} TCPHandler: Processed in 0.001371583 sec. 2026.01.06 01:50:05.287563 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.287657 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:05.287696 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:05.288287 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.288323 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.288642 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.288852 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.288978 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} executeQuery: Read 645 rows, 45.76 KiB in 0.001337 sec., 482423.33582647715 rows/sec., 33.42 MiB/sec. 2026.01.06 01:50:05.289017 [ 3 ] {70011982-975c-4c08-bfc2-3cce1e2500a1} TCPHandler: Processed in 0.001502964 sec. 2026.01.06 01:50:05.289125 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.289219 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:50:05.289260 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:50:05.289575 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.289610 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.289908 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:05.290112 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.290238 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2026.01.06 01:50:05.290274 [ 3 ] {9dfd6da6-48fa-4759-8fe6-5344d19303f4} TCPHandler: Processed in 0.001198322 sec. 2026.01.06 01:50:05.290381 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.290484 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.290529 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:05.290915 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.290950 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.291294 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.291515 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.291647 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} executeQuery: Read 164 rows, 10.47 KiB in 0.001182 sec., 138747.88494077834 rows/sec., 8.65 MiB/sec. 2026.01.06 01:50:05.291684 [ 3 ] {c538e327-be26-4352-87c6-de48a7b1beef} TCPHandler: Processed in 0.001352713 sec. 2026.01.06 01:50:05.291795 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.291891 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.291935 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:50:05.292257 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.292294 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.292599 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:05.292815 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.292944 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.01.06 01:50:05.292979 [ 3 ] {8602fb6f-beb6-4df3-b72f-1689928df146} TCPHandler: Processed in 0.001234672 sec. 2026.01.06 01:50:05.293094 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.293189 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.293244 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} 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.01.06 01:50:05.294025 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.294063 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.294596 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.294823 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.294957 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} executeQuery: Read 22 rows, 40.37 KiB in 0.001786 sec., 12318.029115341546 rows/sec., 22.07 MiB/sec. 2026.01.06 01:50:05.295010 [ 3 ] {580f7523-97e1-46cc-8490-90cc9cc6ba57} TCPHandler: Processed in 0.001968519 sec. 2026.01.06 01:50:05.295124 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:05.295219 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:05.295260 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:05.295586 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:05.295624 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:05.295927 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:05.296148 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:05.296274 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} executeQuery: Read 54 rows, 3.01 KiB in 0.001074 sec., 50279.32960893854 rows/sec., 2.74 MiB/sec. 2026.01.06 01:50:05.296309 [ 3 ] {b2579291-4ea1-46e2-90f6-87c490426ff8} TCPHandler: Processed in 0.001234672 sec. 2026.01.06 01:50:08.204124 [ 66 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:50:08.204175 [ 66 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:50:08.293900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2905 2026.01.06 01:50:08.294488 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:08.294544 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:08.295097 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:08.295339 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:08.295473 [ 66 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:08.295487 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2905 2026.01.06 01:50:08.295550 [ 66 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:08.295578 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:08.297762 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:50:08.299794 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:08.299886 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.01.06 01:50:08.300002 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 497 rows starting from the beginning of the part 2026.01.06 01:50:08.300055 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.01.06 01:50:08.300103 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.01.06 01:50:08.300149 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.01.06 01:50:08.300199 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.01.06 01:50:08.357705 [ 187 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 4 columns (4 merged, 0 gathered) in 0.061985869 sec., 46865.520268821274 rows/sec., 686.51 KiB/sec. 2026.01.06 01:50:08.358463 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:08.358748 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:08.358822 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_6_1} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:08.358970 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.36 MiB. 2026.01.06 01:50:08.434050 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.06 01:50:08.451857 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:08.451920 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:08.458194 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:08.458941 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:08.459224 [ 65 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:08.459286 [ 65 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:08.459307 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.06 01:50:08.459412 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.462933 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.06 01:50:08.463534 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:08.464829 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.469277 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.473372 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.477654 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.485057 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.489692 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:08.561585 [ 186 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102205294 sec., 450.07453332114085 rows/sec., 2.33 MiB/sec. 2026.01.06 01:50:08.564169 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:08.566370 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_6_1} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:08.566482 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_6_1} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:08.568385 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.06 01:50:09.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.58 MiB, peak 181.12 MiB, free memory in arenas 0.00 B, will set to 180.57 MiB (RSS), difference: 8.99 MiB 2026.01.06 01:50:10.265105 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.265298 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:10.265365 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:10.265984 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.266028 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.266410 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.266630 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.266785 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} executeQuery: Read 24 rows, 2.34 KiB in 0.001538 sec., 15604.681404421326 rows/sec., 1.49 MiB/sec. 2026.01.06 01:50:10.266824 [ 3 ] {56cf7d6a-65eb-4f51-ae49-6d26a2f0114e} TCPHandler: Processed in 0.001855037 sec. 2026.01.06 01:50:10.266960 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.267056 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:10.267096 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:10.267488 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.267522 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.267811 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.268014 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.268149 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} executeQuery: Read 10 rows, 770.00 B in 0.001111 sec., 9000.900090009001 rows/sec., 676.83 KiB/sec. 2026.01.06 01:50:10.268184 [ 3 ] {7d450a08-23d7-4501-b11e-630cb3148580} TCPHandler: Processed in 0.001275152 sec. 2026.01.06 01:50:10.268294 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.268390 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:10.268429 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:10.268827 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.268862 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.269155 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.269363 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.269493 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} executeQuery: Read 18 rows, 1.44 KiB in 0.001121 sec., 16057.091882247993 rows/sec., 1.26 MiB/sec. 2026.01.06 01:50:10.269527 [ 3 ] {bdd15892-aa3a-4405-82db-fb6d0836a127} TCPHandler: Processed in 0.001284472 sec. 2026.01.06 01:50:10.269639 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.269734 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:10.269777 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:10.270114 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.270148 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.270461 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.270664 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.270792 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} executeQuery: Read 10 rows, 780.00 B in 0.001077 sec., 9285.051067780872 rows/sec., 707.26 KiB/sec. 2026.01.06 01:50:10.270827 [ 3 ] {0e56bd90-dec8-4def-8250-586ec06f4f3f} TCPHandler: Processed in 0.001238452 sec. 2026.01.06 01:50:10.270931 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.271025 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:10.271080 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} 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.01.06 01:50:10.271809 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.271844 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.272361 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.272587 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.272727 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} executeQuery: Read 10 rows, 18.35 KiB in 0.001719 sec., 5817.335660267598 rows/sec., 10.42 MiB/sec. 2026.01.06 01:50:10.272775 [ 3 ] {9ef9285b-8dd0-4b5d-b714-5ec4e825fe71} TCPHandler: Processed in 0.001893348 sec. 2026.01.06 01:50:10.272889 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:10.272984 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:10.273026 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:10.273333 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:10.273370 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:10.273662 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:10.273867 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:10.273993 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} executeQuery: Read 10 rows, 645.00 B in 0.001027 sec., 9737.098344693282 rows/sec., 613.32 KiB/sec. 2026.01.06 01:50:10.274027 [ 3 ] {0482e6c8-f321-41c7-91e9-9de231a6701a} TCPHandler: Processed in 0.001188891 sec. 2026.01.06 01:50:13.286764 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 238 2026.01.06 01:50:13.288911 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:13.288954 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:13.290092 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:13.290345 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:13.290581 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 238 2026.01.06 01:50:15.265776 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.266028 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.266367 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.266405 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.266634 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.266711 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.266855 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.06 01:50:15.266977 [ 295 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.266977 [ 327 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.267097 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.267127 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.269499 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.269528 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.269586 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.269631 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.270539 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} executeQuery: Read 21 rows, 794.00 B in 0.004605 sec., 4560.260586319218 rows/sec., 168.38 KiB/sec. 2026.01.06 01:50:15.270663 [ 3 ] {932fd61b-d588-49dd-b8e7-e636f709aa16} TCPHandler: Processed in 0.005019487 sec. 2026.01.06 01:50:15.271029 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.271171 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.271398 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.271434 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.271618 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.271674 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.271783 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.06 01:50:15.271849 [ 295 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.271906 [ 318 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.272004 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.272031 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.272089 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.272109 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.272146 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.272180 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.272826 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} executeQuery: Read 21 rows, 794.00 B in 0.001713 sec., 12259.194395796849 rows/sec., 452.65 KiB/sec. 2026.01.06 01:50:15.272917 [ 3 ] {d3bf6d7f-5da9-4a76-87dc-a1f089aaecfa} TCPHandler: Processed in 0.001943068 sec. 2026.01.06 01:50:15.273172 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.273314 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.273532 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.273566 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.273747 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.273805 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.273917 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.06 01:50:15.273974 [ 317 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.273980 [ 295 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.274068 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.274094 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.274152 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.274171 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.274203 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.274238 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.274883 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} executeQuery: Read 21 rows, 794.00 B in 0.001623 sec., 12939.001848428834 rows/sec., 477.75 KiB/sec. 2026.01.06 01:50:15.274975 [ 3 ] {03605c81-4618-4007-a9bc-d01e6625e60e} TCPHandler: Processed in 0.001856518 sec. 2026.01.06 01:50:15.275206 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.275338 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.275546 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.275580 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.275757 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.275811 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.275914 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.06 01:50:15.275976 [ 318 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.275979 [ 295 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.276070 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.276096 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.276152 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.276170 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.276202 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.276231 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.276851 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} executeQuery: Read 21 rows, 794.00 B in 0.001564 sec., 13427.109974424551 rows/sec., 495.77 KiB/sec. 2026.01.06 01:50:15.276953 [ 3 ] {c3b27780-ac20-47a5-8502-b624ceea3383} TCPHandler: Processed in 0.001798337 sec. 2026.01.06 01:50:15.277177 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.277308 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.277511 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.277544 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.277728 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.277781 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.277881 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.06 01:50:15.277941 [ 326 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.277943 [ 295 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.278044 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.278069 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.278125 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.278142 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.278171 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.278201 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.278739 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} executeQuery: Read 21 rows, 794.00 B in 0.00148 sec., 14189.18918918919 rows/sec., 523.91 KiB/sec. 2026.01.06 01:50:15.278840 [ 3 ] {be943989-ed2b-4d6f-bcc6-e6fa0182ee8e} TCPHandler: Processed in 0.001713376 sec. 2026.01.06 01:50:15.279064 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.279193 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} executeQuery: (from [fd00:1122:3344:101::d]:41879) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:15.279397 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:15.279430 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:15.279608 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.279661 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:15.279758 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.06 01:50:15.279822 [ 318 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:15.279846 [ 326 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:15.279920 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:15.279946 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:15.280000 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:15.280018 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 21 rows with 2 streams 2026.01.06 01:50:15.280047 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.280076 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:15.280626 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} executeQuery: Read 21 rows, 794.00 B in 0.001482 sec., 14170.040485829959 rows/sec., 523.21 KiB/sec. 2026.01.06 01:50:15.280727 [ 3 ] {6479aee6-344e-4076-95ee-287b486b1bc3} TCPHandler: Processed in 0.001713626 sec. 2026.01.06 01:50:15.296126 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.296291 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.06 01:50:15.296355 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:15.297081 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.297124 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.297547 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:15.297751 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.297894 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} executeQuery: Read 6 rows, 2.84 KiB in 0.001649 sec., 3638.568829593693 rows/sec., 1.68 MiB/sec. 2026.01.06 01:50:15.297934 [ 3 ] {a4f17509-21a2-4cf3-8fc2-2442edcb41c5} TCPHandler: Processed in 0.001888628 sec. 2026.01.06 01:50:15.298061 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.298157 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.298199 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:50:15.298618 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.298655 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.298964 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:15.299176 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.299309 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} executeQuery: Read 24 rows, 2.04 KiB in 0.001172 sec., 20477.815699658702 rows/sec., 1.70 MiB/sec. 2026.01.06 01:50:15.299346 [ 3 ] {e41a4688-03ef-47bd-9733-66ce4bf8b31f} TCPHandler: Processed in 0.001334982 sec. 2026.01.06 01:50:15.299474 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.299568 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:15.299607 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:15.300094 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.300132 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.300458 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.300698 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.300804 [ 52 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.300829 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} executeQuery: Read 168 rows, 15.90 KiB in 0.00128 sec., 131250 rows/sec., 12.13 MiB/sec. 2026.01.06 01:50:15.300848 [ 52 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.300872 [ 3 ] {aeb33896-5b60-4a69-80fe-6f403b8e5bc6} TCPHandler: Processed in 0.001447453 sec. 2026.01.06 01:50:15.300876 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.300993 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:50:15.300997 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.301092 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.301111 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.301135 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1062 rows starting from the beginning of the part 2026.01.06 01:50:15.301152 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:15.301211 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1096 rows starting from the beginning of the part 2026.01.06 01:50:15.301262 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.01.06 01:50:15.301303 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1104 rows starting from the beginning of the part 2026.01.06 01:50:15.301346 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.01.06 01:50:15.301395 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 168 rows starting from the beginning of the part 2026.01.06 01:50:15.301552 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.301587 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.302013 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.302241 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.302341 [ 52 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.302369 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} executeQuery: Read 34 rows, 2.62 KiB in 0.00128 sec., 26562.499999999996 rows/sec., 2.00 MiB/sec. 2026.01.06 01:50:15.302373 [ 52 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.302410 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.302415 [ 3 ] {a94dc913-14b5-492e-913a-76d6f5fb0586} TCPHandler: Processed in 0.001467914 sec. 2026.01.06 01:50:15.302529 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:50:15.302538 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.302673 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.302676 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.302729 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:50:15.302745 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2026.01.06 01:50:15.302809 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3480 rows, containing 5 columns (5 merged, 0 gathered) in 0.001858807 sec., 1872168.5468152422 rows/sec., 157.26 MiB/sec. 2026.01.06 01:50:15.302834 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 225 rows starting from the beginning of the part 2026.01.06 01:50:15.302892 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:50:15.302938 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 227 rows starting from the beginning of the part 2026.01.06 01:50:15.302983 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:50:15.303027 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 34 rows starting from the beginning of the part 2026.01.06 01:50:15.303099 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.303139 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.303183 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.303494 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.303579 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_6_1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.303657 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:15.303663 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.06 01:50:15.303909 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.304051 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} executeQuery: Read 24 rows, 2.04 KiB in 0.001395 sec., 17204.301075268817 rows/sec., 1.43 MiB/sec. 2026.01.06 01:50:15.304089 [ 3 ] {ecdd4eda-f692-4067-a8d5-d239177e3a90} TCPHandler: Processed in 0.001600504 sec. 2026.01.06 01:50:15.304091 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 721 rows, containing 5 columns (5 merged, 0 gathered) in 0.001620715 sec., 444865.3834881518 rows/sec., 28.77 MiB/sec. 2026.01.06 01:50:15.304207 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.304229 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.304306 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.304352 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:50:15.304469 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.304534 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_6_1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.304589 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.06 01:50:15.304742 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.304783 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.305076 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:15.305290 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.305417 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} executeQuery: Read 12 rows, 960.00 B in 0.001129 sec., 10628.875110717448 rows/sec., 830.38 KiB/sec. 2026.01.06 01:50:15.305454 [ 3 ] {f4567161-2a2c-44e1-a617-bddec7198af0} TCPHandler: Processed in 0.001297162 sec. 2026.01.06 01:50:15.305561 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.305653 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:15.305692 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:15.306081 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.306117 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.306418 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.306634 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.306729 [ 52 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.306760 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} executeQuery: Read 66 rows, 5.66 KiB in 0.001124 sec., 58718.861209964416 rows/sec., 4.92 MiB/sec. 2026.01.06 01:50:15.306763 [ 52 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.306799 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.306804 [ 3 ] {86aaabe5-ebd7-4e14-aba4-cbe5889394be} TCPHandler: Processed in 0.001292622 sec. 2026.01.06 01:50:15.306876 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:50:15.306924 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.306961 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.306989 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 633 rows starting from the beginning of the part 2026.01.06 01:50:15.307022 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.307040 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 643 rows starting from the beginning of the part 2026.01.06 01:50:15.307071 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:15.307089 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:50:15.307146 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 645 rows starting from the beginning of the part 2026.01.06 01:50:15.307193 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 18 rows starting from the beginning of the part 2026.01.06 01:50:15.307235 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part 2026.01.06 01:50:15.307518 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.307560 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.307933 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.308167 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.308272 [ 52 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.308293 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} executeQuery: Read 346 rows, 28.65 KiB in 0.001289 sec., 268425.1357641583 rows/sec., 21.71 MiB/sec. 2026.01.06 01:50:15.308305 [ 52 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.308334 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.308337 [ 3 ] {8c1ebf48-7f73-4f22-b971-df4dc34fc203} TCPHandler: Processed in 0.001462724 sec. 2026.01.06 01:50:15.308360 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2027 rows, containing 5 columns (5 merged, 0 gathered) in 0.001516184 sec., 1336908.9767468856 rows/sec., 98.53 MiB/sec. 2026.01.06 01:50:15.308403 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:50:15.308497 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.308510 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.308523 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 156 rows starting from the beginning of the part 2026.01.06 01:50:15.308557 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.308587 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 154 rows starting from the beginning of the part 2026.01.06 01:50:15.308614 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.308627 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2026.01.06 01:50:15.308671 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 164 rows starting from the beginning of the part 2026.01.06 01:50:15.308678 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} 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.01.06 01:50:15.308707 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:50:15.308751 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 346 rows starting from the beginning of the part 2026.01.06 01:50:15.308854 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.308919 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_6_1} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.308974 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.06 01:50:15.309491 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.309533 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.309708 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 5 columns (5 merged, 0 gathered) in 0.001334993 sec., 630714.9176063095 rows/sec., 44.15 MiB/sec. 2026.01.06 01:50:15.309894 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.310107 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.310153 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.310227 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_6_1} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.310286 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.06 01:50:15.310373 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.310485 [ 52 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.310516 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} executeQuery: Read 22 rows, 40.37 KiB in 0.00192 sec., 11458.333333333334 rows/sec., 20.53 MiB/sec. 2026.01.06 01:50:15.310518 [ 52 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.310557 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.310581 [ 3 ] {cb252d07-d477-4c37-b30d-64a27e1f4bac} TCPHandler: Processed in 0.00212048 sec. 2026.01.06 01:50:15.310626 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:50:15.310711 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:15.310810 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:15.310819 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.310854 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:15.310871 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part 2026.01.06 01:50:15.310987 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 20 rows starting from the beginning of the part 2026.01.06 01:50:15.311095 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:15.311192 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.311192 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:15.311236 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.311315 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:50:15.311424 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:15.311565 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:15.311824 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.311928 [ 52 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:15.311956 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} executeQuery: Read 10 rows, 645.00 B in 0.001164 sec., 8591.065292096218 rows/sec., 541.14 KiB/sec. 2026.01.06 01:50:15.311961 [ 52 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.311998 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.312001 [ 3 ] {d18a6b58-f1af-48a0-9166-cee957647604} TCPHandler: Processed in 0.001340812 sec. 2026.01.06 01:50:15.312092 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:50:15.312190 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:15.312227 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part 2026.01.06 01:50:15.312310 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2026.01.06 01:50:15.312376 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:15.312424 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part 2026.01.06 01:50:15.312464 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:50:15.312510 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:15.313206 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 86 rows, containing 19 columns (19 merged, 0 gathered) in 0.002607315 sec., 32984.12351403647 rows/sec., 59.11 MiB/sec. 2026.01.06 01:50:15.313266 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 4 columns (4 merged, 0 gathered) in 0.001217901 sec., 141226.5857405487 rows/sec., 7.76 MiB/sec. 2026.01.06 01:50:15.313440 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.313468 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:15.313851 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.313870 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.313923 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_6_1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.313959 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_6_1} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:15.314007 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.06 01:50:15.314057 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.06 01:50:15.795669 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3353 2026.01.06 01:50:15.796303 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.796350 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.796842 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:15.797085 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.797219 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3353 2026.01.06 01:50:15.963077 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.06 01:50:15.979804 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:15.979864 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:15.986024 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:15.986769 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:15.990348 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.06 01:50:20.265058 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.265311 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:20.265416 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:20.266322 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.266366 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.266740 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.266959 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.267125 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} executeQuery: Read 24 rows, 2.34 KiB in 0.00189 sec., 12698.412698412698 rows/sec., 1.21 MiB/sec. 2026.01.06 01:50:20.267172 [ 3 ] {0141aaad-6e4f-438f-b4e3-84d5d1645efd} TCPHandler: Processed in 0.002250651 sec. 2026.01.06 01:50:20.267296 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.267397 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:20.267440 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:20.267834 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.267870 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.268170 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.268378 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.268518 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} executeQuery: Read 10 rows, 770.00 B in 0.001144 sec., 8741.25874125874 rows/sec., 657.30 KiB/sec. 2026.01.06 01:50:20.268555 [ 3 ] {020fe471-d44a-4938-a3d7-e0bd3c0122db} TCPHandler: Processed in 0.001309422 sec. 2026.01.06 01:50:20.268654 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.268748 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:20.268788 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:20.269166 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.269227 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.269526 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.269737 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.269871 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} executeQuery: Read 18 rows, 1.44 KiB in 0.001142 sec., 15761.821366024518 rows/sec., 1.23 MiB/sec. 2026.01.06 01:50:20.269906 [ 3 ] {8f82265b-631e-40a1-bdbf-fddc7c67a591} TCPHandler: Processed in 0.001299812 sec. 2026.01.06 01:50:20.270010 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.270102 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:20.270144 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:20.270570 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.270604 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.270901 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.271100 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.271232 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} executeQuery: Read 10 rows, 780.00 B in 0.001148 sec., 8710.801393728223 rows/sec., 663.52 KiB/sec. 2026.01.06 01:50:20.271267 [ 3 ] {c6cdff35-dd74-42b7-9827-f1f73039cfa4} TCPHandler: Processed in 0.001305382 sec. 2026.01.06 01:50:20.271387 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.271514 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:20.271583 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} 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.01.06 01:50:20.272435 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.272473 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.272981 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.273224 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.273369 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} executeQuery: Read 10 rows, 18.35 KiB in 0.00188 sec., 5319.148936170213 rows/sec., 9.53 MiB/sec. 2026.01.06 01:50:20.273422 [ 3 ] {d2f77acf-740b-4d3b-a790-afba09e65e77} TCPHandler: Processed in 0.00209644 sec. 2026.01.06 01:50:20.273533 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:20.273629 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} executeQuery: (from [fd00:1122:3344:101::d]:41879) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:20.273673 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:20.273988 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:20.274026 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:20.274329 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:20.274543 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:20.274668 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} executeQuery: Read 10 rows, 645.00 B in 0.001057 sec., 9460.73793755913 rows/sec., 595.92 KiB/sec. 2026.01.06 01:50:20.274703 [ 3 ] {7deec2ce-42b2-4075-bf77-fc4e706fbf0c} TCPHandler: Processed in 0.001220321 sec. 2026.01.06 01:50:23.204221 [ 40 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:50:23.204302 [ 40 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:50:23.290853 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 282 2026.01.06 01:50:23.293421 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:23.293464 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:23.294711 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:50:23.294983 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:23.295129 [ 40 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:50:23.295171 [ 40 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:23.295194 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:23.295306 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 282 2026.01.06 01:50:23.295372 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:50:23.296349 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:23.296492 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:50:23.296887 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.06 01:50:23.297224 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 62 rows starting from the beginning of the part 2026.01.06 01:50:23.297382 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3865 2026.01.06 01:50:23.297544 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 48 rows starting from the beginning of the part 2026.01.06 01:50:23.297848 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2026.01.06 01:50:23.298218 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:23.298231 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 44 rows starting from the beginning of the part 2026.01.06 01:50:23.298293 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:23.298827 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:23.299064 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:23.299201 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3865 2026.01.06 01:50:23.303796 [ 198 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 282 rows, containing 72 columns (72 merged, 0 gathered) in 0.00851092 sec., 33133.903267801834 rows/sec., 31.33 MiB/sec. 2026.01.06 01:50:23.304768 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:50:23.305367 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:23.305439 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_6_1} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:50:23.305653 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.01.06 01:50:23.490507 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.06 01:50:23.509861 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:23.509922 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:23.515788 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:23.516552 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:23.520379 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.06 01:50:23.941513 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:23.941592 [ 3 ] {} TCP-Session: f1031229-cb0b-4345-a2ee-ad77c1f4e552 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:24.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.36 MiB, peak 188.78 MiB, free memory in arenas 0.00 B, will set to 184.36 MiB (RSS), difference: 2.99 MiB 2026.01.06 01:50:25.265868 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.266073 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:25.266136 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:25.267006 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.267045 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.267466 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.267709 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.267858 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} executeQuery: Read 48 rows, 4.46 KiB in 0.001833 sec., 26186.579378068738 rows/sec., 2.38 MiB/sec. 2026.01.06 01:50:25.267897 [ 254 ] {fb84d433-90d8-4f61-9cf5-11c5febc3cc7} TCPHandler: Processed in 0.00215903 sec. 2026.01.06 01:50:25.268034 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.268141 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:25.268181 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:25.268703 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.268740 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.269047 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.269256 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.269388 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} executeQuery: Read 22 rows, 1.65 KiB in 0.001265 sec., 17391.304347826084 rows/sec., 1.28 MiB/sec. 2026.01.06 01:50:25.269425 [ 254 ] {a5038620-9b3e-448c-926d-6cb61b95b6ef} TCPHandler: Processed in 0.001439224 sec. 2026.01.06 01:50:25.269552 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.269645 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:25.269684 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:25.270148 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.270182 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.270470 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.270670 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.270801 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} executeQuery: Read 30 rows, 2.40 KiB in 0.001174 sec., 25553.662691652473 rows/sec., 2.00 MiB/sec. 2026.01.06 01:50:25.270837 [ 254 ] {29d77ac7-8812-4264-9595-e014d18f5bf9} TCPHandler: Processed in 0.001340913 sec. 2026.01.06 01:50:25.270956 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.271048 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:25.271111 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:25.271475 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.271509 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.271841 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.272043 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.272174 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} executeQuery: Read 10 rows, 780.00 B in 0.001144 sec., 8741.25874125874 rows/sec., 665.84 KiB/sec. 2026.01.06 01:50:25.272209 [ 254 ] {052c6221-3dac-423b-be02-fd282ee6d80a} TCPHandler: Processed in 0.001301092 sec. 2026.01.06 01:50:25.272327 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.272418 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:25.272473 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} 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.01.06 01:50:25.273326 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.273360 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.273903 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.274123 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.274264 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} executeQuery: Read 22 rows, 40.37 KiB in 0.001863 sec., 11808.910359634996 rows/sec., 21.16 MiB/sec. 2026.01.06 01:50:25.274323 [ 254 ] {f8194167-870c-4075-a8b6-51cb8fcdc701} TCPHandler: Processed in 0.00205109 sec. 2026.01.06 01:50:25.274435 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:25.274528 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:25.274568 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:25.274871 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:25.274904 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:25.275190 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:25.275390 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:25.275513 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} executeQuery: Read 10 rows, 645.00 B in 0.001003 sec., 9970.089730807578 rows/sec., 628.00 KiB/sec. 2026.01.06 01:50:25.275551 [ 254 ] {e50d1291-fa92-4558-84ae-c6bbc457498a} TCPHandler: Processed in 0.001162331 sec. 2026.01.06 01:50:30.265993 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.266206 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:30.266283 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:30.266920 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.266965 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.267375 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.267598 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.267764 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} executeQuery: Read 24 rows, 2.34 KiB in 0.001612 sec., 14888.33746898263 rows/sec., 1.42 MiB/sec. 2026.01.06 01:50:30.267810 [ 254 ] {6f367872-dd2d-4e5d-a3bb-5f71b4a49908} TCPHandler: Processed in 0.001958049 sec. 2026.01.06 01:50:30.267953 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.268082 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:30.268136 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:30.268597 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.268640 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.268955 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.269161 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.269296 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} executeQuery: Read 10 rows, 770.00 B in 0.001243 sec., 8045.052292839904 rows/sec., 604.95 KiB/sec. 2026.01.06 01:50:30.269332 [ 254 ] {bf30e3c2-a052-4ef6-a0e7-ff9b98593f87} TCPHandler: Processed in 0.001441564 sec. 2026.01.06 01:50:30.269457 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.269550 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:30.269588 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:30.269973 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.270009 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.270303 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.270507 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.270637 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} executeQuery: Read 18 rows, 1.44 KiB in 0.001106 sec., 16274.8643761302 rows/sec., 1.27 MiB/sec. 2026.01.06 01:50:30.270673 [ 254 ] {2ea0612e-f354-4ab5-ab46-0cf5b3cf410a} TCPHandler: Processed in 0.001267562 sec. 2026.01.06 01:50:30.270779 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.270871 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:30.270914 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:30.271265 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.271300 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.271605 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.271821 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.271949 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} executeQuery: Read 10 rows, 780.00 B in 0.001095 sec., 9132.4200913242 rows/sec., 695.63 KiB/sec. 2026.01.06 01:50:30.271988 [ 254 ] {9934dfc5-8951-4703-a8b7-306b4c53d5e7} TCPHandler: Processed in 0.001256331 sec. 2026.01.06 01:50:30.272096 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.272213 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:30.272290 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} 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.01.06 01:50:30.273117 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.273157 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.273696 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.273913 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.274053 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} executeQuery: Read 10 rows, 18.35 KiB in 0.001863 sec., 5367.686527106816 rows/sec., 9.62 MiB/sec. 2026.01.06 01:50:30.274101 [ 254 ] {a2c91140-1cc4-4111-8918-b97267ca9b3e} TCPHandler: Processed in 0.002056499 sec. 2026.01.06 01:50:30.274213 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:30.274306 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:30.274347 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:30.274652 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.274687 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.274985 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.275197 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.275319 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} executeQuery: Read 10 rows, 645.00 B in 0.001032 sec., 9689.922480620156 rows/sec., 610.35 KiB/sec. 2026.01.06 01:50:30.275353 [ 254 ] {fa3121cf-20fc-40d6-9f91-d2486bb9da4c} TCPHandler: Processed in 0.001188481 sec. 2026.01.06 01:50:30.799306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4313 2026.01.06 01:50:30.799787 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:30.799834 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:30.800338 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:30.800584 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:30.800715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4313 2026.01.06 01:50:31.020472 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.06 01:50:31.037224 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:31.037301 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:31.043522 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:31.044305 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:31.047440 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.06 01:50:32.610448 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34989 2026.01.06 01:50:32.610556 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.610581 [ 3 ] {} TCP-Session: 73aabbc5-2ee0-4d6b-830e-037299b44598 Authenticating user 'default' from [fd00:1122:3344:101::e]:34989 2026.01.06 01:50:32.610602 [ 3 ] {} TCP-Session: 73aabbc5-2ee0-4d6b-830e-037299b44598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.610615 [ 3 ] {} TCP-Session: 73aabbc5-2ee0-4d6b-830e-037299b44598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.610821 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48961 2026.01.06 01:50:32.610843 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39186 2026.01.06 01:50:32.610887 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55656 2026.01.06 01:50:32.610907 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55073 2026.01.06 01:50:32.610917 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48119 2026.01.06 01:50:32.610951 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.610962 [ 3 ] {} TCP-Session: 73aabbc5-2ee0-4d6b-830e-037299b44598 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:32.610991 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611007 [ 286 ] {} TCP-Session: c0a8314a-a6cc-4c51-8f8d-249b64915e9d Authenticating user 'default' from [fd00:1122:3344:101::e]:48961 2026.01.06 01:50:32.610880 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59381 2026.01.06 01:50:32.611054 [ 286 ] {} TCP-Session: c0a8314a-a6cc-4c51-8f8d-249b64915e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611065 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611078 [ 286 ] {} TCP-Session: c0a8314a-a6cc-4c51-8f8d-249b64915e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611099 [ 287 ] {} TCP-Session: 89d6f608-dd01-4a9d-88b0-7baf8f884ba7 Authenticating user 'default' from [fd00:1122:3344:101::e]:39186 2026.01.06 01:50:32.610875 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63285 2026.01.06 01:50:32.611134 [ 287 ] {} TCP-Session: 89d6f608-dd01-4a9d-88b0-7baf8f884ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.610852 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63149 2026.01.06 01:50:32.611172 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} executeQuery: (from [fd00:1122:3344:101::e]:34989) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:50:32.611166 [ 287 ] {} TCP-Session: 89d6f608-dd01-4a9d-88b0-7baf8f884ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611042 [ 291 ] {} TCP-Session: 65c5d4a4-90da-4625-b540-9fe79b2658c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:55656 2026.01.06 01:50:32.611245 [ 291 ] {} TCP-Session: 65c5d4a4-90da-4625-b540-9fe79b2658c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611260 [ 291 ] {} TCP-Session: 65c5d4a4-90da-4625-b540-9fe79b2658c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611315 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611358 [ 292 ] {} TCP-Session: 532f1eb6-8f4b-4863-8ce3-fdf067951261 Authenticating user 'default' from [fd00:1122:3344:101::e]:55073 2026.01.06 01:50:32.611370 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611377 [ 292 ] {} TCP-Session: 532f1eb6-8f4b-4863-8ce3-fdf067951261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611373 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611416 [ 292 ] {} TCP-Session: 532f1eb6-8f4b-4863-8ce3-fdf067951261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611412 [ 293 ] {} TCP-Session: 2c6c6e4b-8bd4-4893-91bc-736de90c426a Authenticating user 'default' from [fd00:1122:3344:101::e]:48119 2026.01.06 01:50:32.611439 [ 288 ] {} TCP-Session: fb1c93df-23d2-4e7c-8ce1-3f5d544aa614 Authenticating user 'default' from [fd00:1122:3344:101::e]:63149 2026.01.06 01:50:32.611466 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:50:32.611477 [ 288 ] {} TCP-Session: fb1c93df-23d2-4e7c-8ce1-3f5d544aa614 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611474 [ 293 ] {} TCP-Session: 2c6c6e4b-8bd4-4893-91bc-736de90c426a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611500 [ 288 ] {} TCP-Session: fb1c93df-23d2-4e7c-8ce1-3f5d544aa614 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611517 [ 293 ] {} TCP-Session: 2c6c6e4b-8bd4-4893-91bc-736de90c426a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611523 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:32.611561 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611562 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:50:32.611606 [ 289 ] {} TCP-Session: c862e32d-f9e9-4511-8d9d-fb09e284dbf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63285 2026.01.06 01:50:32.611628 [ 290 ] {} TCP-Session: 549b6bc1-f31f-41c2-99d6-b5d88745459f Authenticating user 'default' from [fd00:1122:3344:101::e]:59381 2026.01.06 01:50:32.611634 [ 289 ] {} TCP-Session: c862e32d-f9e9-4511-8d9d-fb09e284dbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611653 [ 290 ] {} TCP-Session: 549b6bc1-f31f-41c2-99d6-b5d88745459f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611660 [ 289 ] {} TCP-Session: c862e32d-f9e9-4511-8d9d-fb09e284dbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611673 [ 290 ] {} TCP-Session: 549b6bc1-f31f-41c2-99d6-b5d88745459f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:32.611855 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:50:32.611943 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} Aggregator: Compile expression max()(UInt64) 0 2026.01.06 01:50:33.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 186.17 MiB, peak 189.21 MiB, free memory in arenas 0.00 B, will set to 206.21 MiB (RSS), difference: 20.05 MiB 2026.01.06 01:50:33.016475 [ 326 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} AggregatingTransform: Aggregating 2026.01.06 01:50:33.016519 [ 326 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} Aggregator: Aggregation method: without_key 2026.01.06 01:50:33.016551 [ 326 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001718096 sec. (582.040 rows/sec., 22.74 KiB/sec.) 2026.01.06 01:50:33.016566 [ 326 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} Aggregator: Merging aggregated data 2026.01.06 01:50:33.018285 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} executeQuery: Read 1 rows, 40.00 B in 0.407174 sec., 2.455952492054994 rows/sec., 98.24 B/sec. 2026.01.06 01:50:33.018446 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.06 01:50:33.018464 [ 3 ] {d78914d3-2a5f-4709-9d3b-8eac2169559e} TCPHandler: Processed in 0.407639105 sec. 2026.01.06 01:50:33.018603 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018645 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018660 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018684 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018714 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018730 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018746 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018771 [ 291 ] {} TCP-Session: 65c5d4a4-90da-4625-b540-9fe79b2658c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018787 [ 290 ] {} TCP-Session: 549b6bc1-f31f-41c2-99d6-b5d88745459f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018759 [ 287 ] {} TCP-Session: 89d6f608-dd01-4a9d-88b0-7baf8f884ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018828 [ 289 ] {} TCP-Session: c862e32d-f9e9-4511-8d9d-fb09e284dbf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018758 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018709 [ 288 ] {} TCP-Session: fb1c93df-23d2-4e7c-8ce1-3f5d544aa614 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018697 [ 286 ] {} TCP-Session: c0a8314a-a6cc-4c51-8f8d-249b64915e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018904 [ 293 ] {} TCP-Session: 2c6c6e4b-8bd4-4893-91bc-736de90c426a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018692 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:50:33.018647 [ 3 ] {} TCP-Session: 73aabbc5-2ee0-4d6b-830e-037299b44598 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.018980 [ 292 ] {} TCP-Session: 532f1eb6-8f4b-4863-8ce3-fdf067951261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:50:33.295522 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 308 2026.01.06 01:50:33.297705 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:33.297760 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:33.298918 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:50:33.299183 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:33.299510 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 308 2026.01.06 01:50:35.266496 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.266718 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:35.266793 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:35.267601 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.267652 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.268049 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.268270 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.268434 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} executeQuery: Read 48 rows, 4.46 KiB in 0.001772 sec., 27088.036117381493 rows/sec., 2.46 MiB/sec. 2026.01.06 01:50:35.268476 [ 254 ] {10e87e53-81d7-4370-9d26-26b0da531875} TCPHandler: Processed in 0.002129579 sec. 2026.01.06 01:50:35.268597 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.268701 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:35.268742 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:35.269219 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.269257 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.269561 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.269770 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.269901 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} executeQuery: Read 22 rows, 1.65 KiB in 0.00122 sec., 18032.786885245903 rows/sec., 1.32 MiB/sec. 2026.01.06 01:50:35.269938 [ 254 ] {68af9ffe-9fc5-426e-b879-97402c5bb8ff} TCPHandler: Processed in 0.001391253 sec. 2026.01.06 01:50:35.270093 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.270186 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:35.270225 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:35.270709 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.270745 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.271061 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.271284 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.271414 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} executeQuery: Read 30 rows, 2.40 KiB in 0.001246 sec., 24077.046548956663 rows/sec., 1.88 MiB/sec. 2026.01.06 01:50:35.271452 [ 254 ] {b6034143-fedc-4070-a56e-f923d2a6a003} TCPHandler: Processed in 0.001425493 sec. 2026.01.06 01:50:35.271578 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.271671 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:35.271716 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:35.272090 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.272126 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.272425 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.272630 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.272759 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} executeQuery: Read 10 rows, 780.00 B in 0.001107 sec., 9033.42366757001 rows/sec., 688.09 KiB/sec. 2026.01.06 01:50:35.272795 [ 254 ] {5159ca95-4637-4839-9384-4e475982baa2} TCPHandler: Processed in 0.001276292 sec. 2026.01.06 01:50:35.272920 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.273013 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:35.273069 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} 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.01.06 01:50:35.273835 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.273871 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.274395 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.274613 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.274748 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} executeQuery: Read 22 rows, 40.37 KiB in 0.001753 sec., 12549.914432401598 rows/sec., 22.49 MiB/sec. 2026.01.06 01:50:35.274798 [ 254 ] {e13e1576-f656-4bb3-85ab-2161a8883f95} TCPHandler: Processed in 0.001936318 sec. 2026.01.06 01:50:35.274913 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:35.275009 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:35.275051 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:35.275363 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:35.275400 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:35.275693 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:35.275904 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:35.276033 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} executeQuery: Read 10 rows, 645.00 B in 0.001043 sec., 9587.727708533077 rows/sec., 603.91 KiB/sec. 2026.01.06 01:50:35.276067 [ 254 ] {6808e50a-df3e-4c97-9102-8beaa7826b5a} TCPHandler: Processed in 0.001203331 sec. 2026.01.06 01:50:38.204569 [ 28 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:50:38.204622 [ 28 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:50:38.300845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4825 2026.01.06 01:50:38.301375 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:38.301426 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:38.301936 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:38.302192 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:38.302339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4825 2026.01.06 01:50:38.547557 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.06 01:50:38.565827 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:38.565894 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:38.571970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:50:38.572692 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:38.576313 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.06 01:50:39.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 207.77 MiB, peak 218.73 MiB, free memory in arenas 0.00 B, will set to 208.79 MiB (RSS), difference: 1.01 MiB 2026.01.06 01:50:40.265984 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.266185 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:40.266254 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:40.266899 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.266949 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:40.267367 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.267589 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.267725 [ 62 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.267751 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} executeQuery: Read 24 rows, 2.34 KiB in 0.001619 sec., 14823.965410747374 rows/sec., 1.41 MiB/sec. 2026.01.06 01:50:40.267789 [ 62 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.267803 [ 254 ] {3a52cb8b-8e1b-4c81-9811-c7b81ed10362} TCPHandler: Processed in 0.001952958 sec. 2026.01.06 01:50:40.267816 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:40.267945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.267953 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:50:40.268045 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:40.268091 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:40.268098 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.268137 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1248 rows starting from the beginning of the part 2026.01.06 01:50:40.268200 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.01.06 01:50:40.268247 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part 2026.01.06 01:50:40.268289 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.01.06 01:50:40.268355 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 48 rows starting from the beginning of the part 2026.01.06 01:50:40.268400 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:50:40.268493 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.268533 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.268844 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.269076 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.269177 [ 62 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.269211 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} executeQuery: Read 10 rows, 770.00 B in 0.001245 sec., 8032.128514056225 rows/sec., 603.98 KiB/sec. 2026.01.06 01:50:40.269214 [ 62 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.269250 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.269252 [ 254 ] {142262da-d820-4f0e-9442-c7ccca6168f0} TCPHandler: Processed in 0.001420884 sec. 2026.01.06 01:50:40.269423 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:50:40.269454 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.269526 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.269549 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:40.269557 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 257 rows starting from the beginning of the part 2026.01.06 01:50:40.269590 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:40.269590 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1416 rows, containing 5 columns (5 merged, 0 gathered) in 0.001701446 sec., 832233.2886262627 rows/sec., 71.81 MiB/sec. 2026.01.06 01:50:40.269651 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:50:40.269704 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:40.269746 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.269789 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.269794 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:40.269868 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.270000 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.270037 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.270118 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.270208 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_11_2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.270282 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.06 01:50:40.270370 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.270584 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.270683 [ 62 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.270715 [ 62 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.270721 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} executeQuery: Read 18 rows, 1.44 KiB in 0.00119 sec., 15126.050420168067 rows/sec., 1.18 MiB/sec. 2026.01.06 01:50:40.270733 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:40.270746 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.001363843 sec., 242696.55671510578 rows/sec., 16.54 MiB/sec. 2026.01.06 01:50:40.270765 [ 254 ] {39c9d60e-f9b1-4664-95a1-801a31bef510} TCPHandler: Processed in 0.001359832 sec. 2026.01.06 01:50:40.270813 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:50:40.270901 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.270924 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.270929 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 717 rows starting from the beginning of the part 2026.01.06 01:50:40.270976 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.270997 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 18 rows starting from the beginning of the part 2026.01.06 01:50:40.271029 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:40.271039 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.01.06 01:50:40.271082 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:40.271086 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 18 rows starting from the beginning of the part 2026.01.06 01:50:40.271137 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part 2026.01.06 01:50:40.271171 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 18 rows starting from the beginning of the part 2026.01.06 01:50:40.271292 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.271387 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_11_2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.271459 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.271483 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.06 01:50:40.271500 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.271862 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.271992 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 831 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208601 sec., 687571.8289162429 rows/sec., 51.95 MiB/sec. 2026.01.06 01:50:40.272070 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.272182 [ 62 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.272212 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} executeQuery: Read 10 rows, 780.00 B in 0.001202 sec., 8319.46755407654 rows/sec., 633.71 KiB/sec. 2026.01.06 01:50:40.272215 [ 62 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.272254 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:40.272253 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.272256 [ 254 ] {c7f1ab3f-093c-4de6-b8bc-5fd3fcb90712} TCPHandler: Processed in 0.001382033 sec. 2026.01.06 01:50:40.272330 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:50:40.272393 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.272441 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.272476 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 842 rows starting from the beginning of the part 2026.01.06 01:50:40.272492 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:40.272553 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:50:40.272553 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} 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.01.06 01:50:40.272595 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.272609 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.272659 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.272688 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_11_2} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.272709 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.272758 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.272783 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.06 01:50:40.273347 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.273389 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.273677 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 892 rows, containing 5 columns (5 merged, 0 gathered) in 0.001381313 sec., 645762.4014253106 rows/sec., 45.36 MiB/sec. 2026.01.06 01:50:40.273856 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.273921 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.274132 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.274160 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.274203 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_11_2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.274273 [ 62 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.274278 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.06 01:50:40.274304 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} executeQuery: Read 10 rows, 18.35 KiB in 0.00183 sec., 5464.48087431694 rows/sec., 9.79 MiB/sec. 2026.01.06 01:50:40.274310 [ 62 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.274352 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:40.274361 [ 254 ] {ccdf2536-eb39-49ea-8849-d27597d89066} TCPHandler: Processed in 0.002016069 sec. 2026.01.06 01:50:40.274420 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:50:40.274483 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:40.274582 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:40.274624 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:40.274625 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.274684 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 86 rows starting from the beginning of the part 2026.01.06 01:50:40.274786 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:50:40.274888 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:40.274941 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.274982 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.274985 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.275096 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part 2026.01.06 01:50:40.275192 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.275298 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:40.275581 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.275700 [ 62 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:40.275725 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} executeQuery: Read 10 rows, 645.00 B in 0.001162 sec., 8605.851979345955 rows/sec., 542.07 KiB/sec. 2026.01.06 01:50:40.275736 [ 62 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:40.275773 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:40.275778 [ 254 ] {5e207fe6-acb6-488e-aec8-d9babd7dc595} TCPHandler: Processed in 0.001342803 sec. 2026.01.06 01:50:40.275866 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:50:40.275960 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:40.275986 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 172 rows starting from the beginning of the part 2026.01.06 01:50:40.276034 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:50:40.276073 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.276107 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.276141 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.276176 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 10 rows starting from the beginning of the part 2026.01.06 01:50:40.276927 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 222 rows, containing 4 columns (4 merged, 0 gathered) in 0.001094511 sec., 202830.30504033307 rows/sec., 11.44 MiB/sec. 2026.01.06 01:50:40.277083 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.277369 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.277457 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_11_2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.277519 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.06 01:50:40.282240 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 19 columns (19 merged, 0 gathered) in 0.007850203 sec., 20381.63853851932 rows/sec., 36.52 MiB/sec. 2026.01.06 01:50:40.282604 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:40.282921 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:40.282986 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_11_2} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:40.283062 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.01.06 01:50:41.293585 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.293869 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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.01.06 01:50:41.294222 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.294260 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', '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.01.06 01:50:41.294503 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.294570 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.294713 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.06 01:50:41.294818 [ 323 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.294872 [ 340 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.294882 [ 313 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.295066 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.295094 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.295180 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.295200 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.295236 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} 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', '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.01.06 01:50:41.295286 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} 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', '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.01.06 01:50:41.295328 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} 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', '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.01.06 01:50:41.296257 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} executeQuery: Read 27 rows, 1.08 KiB in 0.002498 sec., 10808.646917534028 rows/sec., 432.38 KiB/sec. 2026.01.06 01:50:41.296383 [ 254 ] {5ebbc8a4-a538-48b1-b892-43cb762dce35} TCPHandler: Processed in 0.002959967 sec. 2026.01.06 01:50:41.297150 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.297286 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.01.06 01:50:41.297495 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.297553 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.01.06 01:50:41.297747 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.297801 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.297901 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.06 01:50:41.297970 [ 323 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.297972 [ 346 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.297982 [ 313 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.298109 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.298134 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.298202 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.298219 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.298249 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.01.06 01:50:41.298279 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.01.06 01:50:41.298306 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', '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.01.06 01:50:41.298990 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} executeQuery: Read 27 rows, 1.08 KiB in 0.001758 sec., 15358.361774744028 rows/sec., 614.38 KiB/sec. 2026.01.06 01:50:41.299105 [ 254 ] {64a51bdb-b0b8-453f-8256-eddab195abce} TCPHandler: Processed in 0.002006569 sec. 2026.01.06 01:50:41.299334 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.299465 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.299675 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.299708 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.299894 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.299946 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.300046 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.06 01:50:41.300119 [ 323 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.300123 [ 340 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.300130 [ 313 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.300244 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.300270 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.300336 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.300353 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.300383 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.300413 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.300441 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.301063 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} executeQuery: Read 27 rows, 1.08 KiB in 0.001651 sec., 16353.72501514234 rows/sec., 654.20 KiB/sec. 2026.01.06 01:50:41.301173 [ 254 ] {dec7ab20-f966-499a-bf11-0dcc97d0a3c6} TCPHandler: Processed in 0.001889628 sec. 2026.01.06 01:50:41.301397 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.301529 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.301736 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.301770 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.301962 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.302014 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.302111 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.06 01:50:41.302184 [ 331 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.302192 [ 346 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.302193 [ 313 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.302324 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.302350 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.302417 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.302435 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.302464 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.302492 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.302524 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', '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.01.06 01:50:41.303108 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} executeQuery: Read 27 rows, 1.08 KiB in 0.00163 sec., 16564.41717791411 rows/sec., 662.62 KiB/sec. 2026.01.06 01:50:41.303205 [ 254 ] {4f3656c0-1e7b-4a44-bb94-8f43c477cc5c} TCPHandler: Processed in 0.001870357 sec. 2026.01.06 01:50:41.303414 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.303545 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.303751 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.303784 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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.01.06 01:50:41.303976 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.304027 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.304124 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.06 01:50:41.304182 [ 323 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.304196 [ 313 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.304197 [ 331 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.304317 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.304338 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.304403 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.304420 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.304449 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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.01.06 01:50:41.304511 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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.01.06 01:50:41.304542 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_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.01.06 01:50:41.305159 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} executeQuery: Read 27 rows, 1.08 KiB in 0.001666 sec., 16206.482593037215 rows/sec., 648.31 KiB/sec. 2026.01.06 01:50:41.305280 [ 254 ] {c24b9668-8e4b-4a1b-856c-1dcc5d30d08d} TCPHandler: Processed in 0.001915298 sec. 2026.01.06 01:50:41.305536 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.305672 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.305894 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.305929 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.306129 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.306185 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.306287 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.06 01:50:41.306357 [ 346 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.306368 [ 313 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.306372 [ 331 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.306501 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.306522 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.306590 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.306608 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.306638 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.306670 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.306698 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.307379 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} executeQuery: Read 27 rows, 1.08 KiB in 0.001763 sec., 15314.804310833806 rows/sec., 612.64 KiB/sec. 2026.01.06 01:50:41.307495 [ 254 ] {01720bca-3cad-4071-a753-579d6fc25596} TCPHandler: Processed in 0.002009839 sec. 2026.01.06 01:50:41.307700 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.307836 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.308053 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.308089 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.308284 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.308338 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.308438 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.06 01:50:41.308498 [ 317 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.308510 [ 302 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.308502 [ 331 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.308625 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.308646 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.308712 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.308730 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.308761 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.308793 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.308822 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.309481 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} executeQuery: Read 27 rows, 1.08 KiB in 0.001702 sec., 15863.689776733256 rows/sec., 634.59 KiB/sec. 2026.01.06 01:50:41.309599 [ 254 ] {c5c5c032-c22f-4fe1-acba-b9288cd69544} TCPHandler: Processed in 0.001949378 sec. 2026.01.06 01:50:41.309811 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.309946 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.310160 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.310194 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.310388 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.310440 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.310535 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.06 01:50:41.310594 [ 302 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.310612 [ 312 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.310631 [ 307 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.310719 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.310739 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.310803 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.310820 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.310849 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.310881 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.310910 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.311637 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} executeQuery: Read 27 rows, 1.08 KiB in 0.001748 sec., 15446.224256292906 rows/sec., 617.89 KiB/sec. 2026.01.06 01:50:41.311753 [ 254 ] {9a77a559-5de8-4b07-b534-944125823331} TCPHandler: Processed in 0.001992529 sec. 2026.01.06 01:50:41.311947 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.312081 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.312293 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.312328 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.312523 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.312575 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.312671 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.06 01:50:41.312730 [ 302 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.312740 [ 312 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.312742 [ 307 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.312846 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.312866 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.312930 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.312948 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.312978 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.313009 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.313038 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.313635 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} executeQuery: Read 27 rows, 1.08 KiB in 0.001611 sec., 16759.77653631285 rows/sec., 670.44 KiB/sec. 2026.01.06 01:50:41.313729 [ 254 ] {43bfab8b-fa13-4075-a214-25e9fe4ebf8b} TCPHandler: Processed in 0.001831867 sec. 2026.01.06 01:50:41.313920 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.314055 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.314264 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.314299 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.314503 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.314555 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.314652 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.06 01:50:41.314701 [ 303 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.314717 [ 307 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.314718 [ 302 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.314808 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.314835 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.314901 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.314917 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.314947 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.314984 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.315015 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.315592 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} executeQuery: Read 27 rows, 1.08 KiB in 0.001592 sec., 16959.798994974873 rows/sec., 678.44 KiB/sec. 2026.01.06 01:50:41.315703 [ 254 ] {3f3e20f1-ee16-464d-b2b3-5b404cab53c9} TCPHandler: Processed in 0.001832747 sec. 2026.01.06 01:50:41.315904 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.316038 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.316252 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.316287 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.316485 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.316536 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.316632 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.06 01:50:41.316692 [ 307 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.316692 [ 312 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.316713 [ 332 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.316783 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.316809 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.316875 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.316892 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.316922 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.316954 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.316987 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_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.01.06 01:50:41.317602 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} executeQuery: Read 27 rows, 1.08 KiB in 0.001619 sec., 16676.961087090796 rows/sec., 667.13 KiB/sec. 2026.01.06 01:50:41.317716 [ 254 ] {941d3adf-cb5b-4061-963f-795078349d7a} TCPHandler: Processed in 0.001860708 sec. 2026.01.06 01:50:41.317921 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.318056 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', '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.01.06 01:50:41.318272 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.318306 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.318506 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.318558 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.318656 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.06 01:50:41.318718 [ 269 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.318726 [ 312 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.318722 [ 307 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.318831 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.318852 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.318917 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.318934 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.318964 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.318995 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.319028 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', '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.01.06 01:50:41.319674 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} executeQuery: Read 27 rows, 1.08 KiB in 0.001674 sec., 16129.032258064517 rows/sec., 645.21 KiB/sec. 2026.01.06 01:50:41.319784 [ 254 ] {71d90fc5-49ae-4647-9b48-eff79b9960c9} TCPHandler: Processed in 0.001912408 sec. 2026.01.06 01:50:41.319983 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.320119 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.06 01:50:41.320348 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.320384 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.01.06 01:50:41.320586 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.320638 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.320735 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.06 01:50:41.320796 [ 325 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.320802 [ 332 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.320804 [ 307 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.320927 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.320948 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.321014 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.321031 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.321060 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.01.06 01:50:41.321092 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.01.06 01:50:41.321122 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session: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', '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.01.06 01:50:41.321749 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} executeQuery: Read 27 rows, 1.08 KiB in 0.001686 sec., 16014.23487544484 rows/sec., 640.62 KiB/sec. 2026.01.06 01:50:41.321869 [ 254 ] {f34e33bd-9d07-4588-9b2a-431bc60dbf6e} TCPHandler: Processed in 0.001934888 sec. 2026.01.06 01:50:41.322057 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.322191 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.06 01:50:41.322409 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.322444 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.322646 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.322697 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.322794 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.06 01:50:41.322854 [ 269 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.322854 [ 332 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.322894 [ 344 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.322981 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.323007 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.323071 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.323087 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.323117 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.323149 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.323181 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.323790 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} executeQuery: Read 27 rows, 1.08 KiB in 0.001653 sec., 16333.93829401089 rows/sec., 653.40 KiB/sec. 2026.01.06 01:50:41.323915 [ 254 ] {ff855393-5071-48a9-a66d-fb3ec9bd6301} TCPHandler: Processed in 0.001905798 sec. 2026.01.06 01:50:41.324109 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.324245 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.01.06 01:50:41.324472 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.324508 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.324716 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.324767 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.324870 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.06 01:50:41.324927 [ 306 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.324936 [ 344 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.324932 [ 332 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.325041 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.325067 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.325133 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.325150 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.325180 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.325211 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.325241 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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.01.06 01:50:41.325829 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} executeQuery: Read 27 rows, 1.08 KiB in 0.001641 sec., 16453.382084095065 rows/sec., 658.18 KiB/sec. 2026.01.06 01:50:41.325942 [ 254 ] {b7eab3ac-67ca-4815-bc82-ca024b90e9a8} TCPHandler: Processed in 0.001884077 sec. 2026.01.06 01:50:41.326903 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.327038 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.327267 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.327304 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.327511 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.327563 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.327665 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.06 01:50:41.327719 [ 339 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.327734 [ 344 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.327739 [ 332 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.327889 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.327915 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.327982 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.327999 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.328029 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.328060 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.328090 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.328857 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} executeQuery: Read 27 rows, 1.08 KiB in 0.001876 sec., 14392.324093816631 rows/sec., 575.73 KiB/sec. 2026.01.06 01:50:41.328969 [ 254 ] {fed844f9-3140-46ec-afa2-97cbbcbc6556} TCPHandler: Processed in 0.00211451 sec. 2026.01.06 01:50:41.329200 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.329335 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.329556 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.329593 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.329801 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.329852 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.329948 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.06 01:50:41.330010 [ 306 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.330018 [ 332 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.330029 [ 320 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.330126 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.330151 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.330217 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.330233 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.330264 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.330295 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.330324 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.330993 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} executeQuery: Read 27 rows, 1.08 KiB in 0.001715 sec., 15743.440233236151 rows/sec., 629.78 KiB/sec. 2026.01.06 01:50:41.331122 [ 254 ] {3bf727d7-b2a5-464f-99d4-9b153784e7da} TCPHandler: Processed in 0.001970659 sec. 2026.01.06 01:50:41.331355 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.331517 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.331744 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.331780 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.331997 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.332048 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.332145 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.06 01:50:41.332204 [ 298 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.332208 [ 320 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.332206 [ 332 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.332319 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.332346 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.332412 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.332429 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.332459 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.332495 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.332527 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.333154 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} executeQuery: Read 27 rows, 1.08 KiB in 0.001694 sec., 15938.606847697756 rows/sec., 637.59 KiB/sec. 2026.01.06 01:50:41.333280 [ 254 ] {113e9889-db9c-421c-8b68-b334ffbe5865} TCPHandler: Processed in 0.001979098 sec. 2026.01.06 01:50:41.333582 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.333720 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.333968 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.334006 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.334220 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.334272 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.334368 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.06 01:50:41.334426 [ 306 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.334429 [ 332 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.334432 [ 320 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.334537 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.334564 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.334630 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.334646 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.334676 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.334708 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.334737 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.335366 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} executeQuery: Read 27 rows, 1.08 KiB in 0.001705 sec., 15835.777126099707 rows/sec., 633.48 KiB/sec. 2026.01.06 01:50:41.335476 [ 254 ] {ebf8a9a4-b443-43f7-b27a-59ef4703b8bb} TCPHandler: Processed in 0.001943108 sec. 2026.01.06 01:50:41.335669 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.335805 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.336048 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.336085 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.336299 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.336350 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.336446 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.06 01:50:41.336493 [ 299 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.336508 [ 306 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.336517 [ 298 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.336608 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.336635 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.336700 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.336718 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.336747 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.336777 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.336808 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.337543 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} executeQuery: Read 27 rows, 1.08 KiB in 0.001795 sec., 15041.782729805014 rows/sec., 601.71 KiB/sec. 2026.01.06 01:50:41.337661 [ 254 ] {d5e002fc-4589-4d71-8dd3-8dc6836740b5} TCPHandler: Processed in 0.002041339 sec. 2026.01.06 01:50:41.337859 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.337996 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.338241 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.338278 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.338492 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.338545 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.338652 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.06 01:50:41.338728 [ 298 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.338730 [ 337 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.338736 [ 299 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.338847 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.338868 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.338934 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.338950 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.338980 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.339011 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.339039 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.339969 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} executeQuery: Read 27 rows, 1.08 KiB in 0.002031 sec., 13293.943870014773 rows/sec., 531.80 KiB/sec. 2026.01.06 01:50:41.340087 [ 254 ] {0a014b68-2bc3-4ea1-b02f-e79235513060} TCPHandler: Processed in 0.002278072 sec. 2026.01.06 01:50:41.435890 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.436170 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} executeQuery: (from [fd00:1122:3344:101::d]:54241) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.06 01:50:41.436676 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.06 01:50:41.436752 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.06 01:50:41.437001 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.437055 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:50:41.437154 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.01.06 01:50:41.437245 [ 299 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.06 01:50:41.437258 [ 337 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.06 01:50:41.437278 [ 306 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.06 01:50:41.437396 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (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.01.06 01:50:41.437423 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.06 01:50:41.437492 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.06 01:50:41.437509 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de) (SelectExecutor): Reading approx. 27 rows with 3 streams 2026.01.06 01:50:41.437540 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.437572 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.437602 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.06 01:50:41.438261 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} executeQuery: Read 27 rows, 1.08 KiB in 0.002221 sec., 12156.686177397569 rows/sec., 486.30 KiB/sec. 2026.01.06 01:50:41.438382 [ 254 ] {6279c00f-7604-4a25-9e96-3bb3f0f81f16} TCPHandler: Processed in 0.002595764 sec. 2026.01.06 01:50:41.438980 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.439088 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.06 01:50:41.439130 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.06 01:50:41.439637 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.439680 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.440095 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:41.440287 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} oximeter.timeseries_schema (8a660c17-9236-48de-a644-b45b172439de): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.440443 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} executeQuery: Read 22 rows, 3.54 KiB in 0.001386 sec., 15873.015873015873 rows/sec., 2.49 MiB/sec. 2026.01.06 01:50:41.440488 [ 254 ] {935a280e-9667-4d25-91b6-412e4e781924} TCPHandler: Processed in 0.001556084 sec. 2026.01.06 01:50:41.440618 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.440737 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.440786 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:50:41.441289 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.441334 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.441694 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:41.441928 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.442075 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} executeQuery: Read 24 rows, 2.04 KiB in 0.001363 sec., 17608.21716801174 rows/sec., 1.46 MiB/sec. 2026.01.06 01:50:41.442117 [ 254 ] {a81aa752-7a38-4ad2-823e-1354b7c66a2e} TCPHandler: Processed in 0.001560515 sec. 2026.01.06 01:50:41.442286 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.442391 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:50:41.442432 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:50:41.442844 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.442878 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.443161 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.06 01:50:41.443369 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.443505 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} executeQuery: Read 12 rows, 1002.00 B in 0.001133 sec., 10591.350397175642 rows/sec., 863.65 KiB/sec. 2026.01.06 01:50:41.443547 [ 254 ] {0b1dadb0-505f-4bb2-8e9e-bd457839e7c1} TCPHandler: Processed in 0.001326752 sec. 2026.01.06 01:50:41.443656 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.443749 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:41.443787 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:41.444928 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.444963 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.445438 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.445648 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.445779 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} executeQuery: Read 1360 rows, 116.31 KiB in 0.002049 sec., 663738.4089799902 rows/sec., 55.43 MiB/sec. 2026.01.06 01:50:41.445820 [ 254 ] {9ec9ec11-813b-4b5a-901d-e03ee2f0deff} TCPHandler: Processed in 0.00221291 sec. 2026.01.06 01:50:41.445928 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.446023 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.446062 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:41.446463 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.446497 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.446780 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.446997 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.447129 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} executeQuery: Read 54 rows, 4.05 KiB in 0.001125 sec., 48000 rows/sec., 3.52 MiB/sec. 2026.01.06 01:50:41.447165 [ 254 ] {af580a3a-4182-41c8-bdf2-882d5e3792a4} TCPHandler: Processed in 0.001285042 sec. 2026.01.06 01:50:41.447265 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.447359 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.447397 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:50:41.447855 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.447889 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.448180 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:41.448381 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.448517 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} executeQuery: Read 255 rows, 18.05 KiB in 0.001178 sec., 216468.5908319185 rows/sec., 14.96 MiB/sec. 2026.01.06 01:50:41.448553 [ 254 ] {ac71f889-2234-47e9-9063-0cd28b00e4b1} TCPHandler: Processed in 0.001335023 sec. 2026.01.06 01:50:41.448659 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.448752 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.448791 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:50:41.449170 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.449203 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.449488 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:50:41.449687 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.449821 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} executeQuery: Read 12 rows, 960.00 B in 0.001087 sec., 11039.558417663293 rows/sec., 862.47 KiB/sec. 2026.01.06 01:50:41.449857 [ 254 ] {e057fcea-1d55-41a3-8356-f9d4a7355f2c} TCPHandler: Processed in 0.001246872 sec. 2026.01.06 01:50:41.449960 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.450052 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:41.450089 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:41.450666 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.450700 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.451025 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.451239 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.451373 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} executeQuery: Read 570 rows, 43.81 KiB in 0.001339 sec., 425690.8140403286 rows/sec., 31.95 MiB/sec. 2026.01.06 01:50:41.451411 [ 254 ] {ef4d68b3-edd5-471c-ab10-ce16bafb8fd9} TCPHandler: Processed in 0.001498514 sec. 2026.01.06 01:50:41.451515 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.451608 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.451649 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:41.452850 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.452889 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.453413 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.453643 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.453779 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} executeQuery: Read 2639 rows, 181.01 KiB in 0.002189 sec., 1205573.3211512107 rows/sec., 80.75 MiB/sec. 2026.01.06 01:50:41.453817 [ 254 ] {39772ab6-7ab7-4804-816a-dcfaffaf9768} TCPHandler: Processed in 0.002349602 sec. 2026.01.06 01:50:41.453933 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.454028 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.454070 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:50:41.454409 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.454445 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.454742 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:50:41.454949 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.455077 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} executeQuery: Read 4 rows, 260.00 B in 0.001069 sec., 3741.8147801683813 rows/sec., 237.52 KiB/sec. 2026.01.06 01:50:41.455114 [ 254 ] {8059612b-2f36-4ec6-9d3d-71d5f9f9111d} TCPHandler: Processed in 0.001230791 sec. 2026.01.06 01:50:41.455218 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.455312 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.455366 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} 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.01.06 01:50:41.456107 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.456142 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.456629 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.456850 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.456988 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} executeQuery: Read 30 rows, 55.05 KiB in 0.001695 sec., 17699.11504424779 rows/sec., 31.72 MiB/sec. 2026.01.06 01:50:41.457039 [ 254 ] {e91af42d-edcb-4927-953e-935aa820e596} TCPHandler: Processed in 0.001869377 sec. 2026.01.06 01:50:41.457144 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:41.457236 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:41.457276 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:41.457588 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:41.457622 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:41.457909 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:41.458123 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:41.458248 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} executeQuery: Read 8 rows, 560.00 B in 0.00103 sec., 7766.9902912621355 rows/sec., 530.95 KiB/sec. 2026.01.06 01:50:41.458289 [ 254 ] {71df211f-e734-4154-8ea6-efbe7846b3b0} TCPHandler: Processed in 0.001194671 sec. 2026.01.06 01:50:42.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.00 MiB, peak 218.73 MiB, free memory in arenas 0.00 B, will set to 210.83 MiB (RSS), difference: -1.17 MiB 2026.01.06 01:50:43.299710 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 92 entries to flush up to offset 400 2026.01.06 01:50:43.303502 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:43.303543 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.06 01:50:43.304795 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:50:43.305043 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:43.305278 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 400 2026.01.06 01:50:45.269215 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:45.269520 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:45.269627 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:45.270393 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.270443 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.270834 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:45.271059 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.271218 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} executeQuery: Read 30 rows, 2.32 KiB in 0.001776 sec., 16891.891891891893 rows/sec., 1.27 MiB/sec. 2026.01.06 01:50:45.271259 [ 254 ] {33712445-4506-4062-aaa2-7fd6d94d659e} TCPHandler: Processed in 0.002234361 sec. 2026.01.06 01:50:45.271380 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:45.271485 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:45.271524 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:45.271954 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.271990 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.272280 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:45.272487 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.272615 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} executeQuery: Read 36 rows, 2.88 KiB in 0.001149 sec., 31331.592689295037 rows/sec., 2.45 MiB/sec. 2026.01.06 01:50:45.272651 [ 254 ] {6f498c98-e09f-420c-b575-74d56dd6d10f} TCPHandler: Processed in 0.001321633 sec. 2026.01.06 01:50:45.272771 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:45.272869 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:45.272912 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:45.273302 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.273339 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.273655 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:45.273872 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.273999 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} executeQuery: Read 88 rows, 6.29 KiB in 0.001149 sec., 76588.33768494343 rows/sec., 5.35 MiB/sec. 2026.01.06 01:50:45.274035 [ 254 ] {c0467b9c-fd85-4073-881b-860edcc5ac2f} TCPHandler: Processed in 0.001318612 sec. 2026.01.06 01:50:45.274152 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:45.274246 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:45.274288 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:45.274603 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.274639 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.274936 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:45.275139 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.275265 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} executeQuery: Read 32 rows, 2.19 KiB in 0.001039 sec., 30798.845043310877 rows/sec., 2.06 MiB/sec. 2026.01.06 01:50:45.275300 [ 254 ] {30e113d6-7cfe-4bad-98d2-c00cc4f93a79} TCPHandler: Processed in 0.001197851 sec. 2026.01.06 01:50:45.802468 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5273 2026.01.06 01:50:45.802960 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.803003 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.803481 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:45.803704 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.803827 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5273 2026.01.06 01:50:45.803835 [ 136 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:45.803901 [ 136 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:45.803921 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:45.804045 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:50:45.804181 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:45.804217 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2905 rows starting from the beginning of the part 2026.01.06 01:50:45.804277 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.01.06 01:50:45.804318 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.01.06 01:50:45.804356 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.01.06 01:50:45.804392 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.01.06 01:50:45.804428 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.01.06 01:50:45.805714 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5273 rows, containing 4 columns (4 merged, 0 gathered) in 0.001723956 sec., 3058662.75009339 rows/sec., 43.75 MiB/sec. 2026.01.06 01:50:45.806478 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:45.806785 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:45.806861 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_11_2} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:45.806952 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.06 01:50:46.076441 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.06 01:50:46.093040 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:46.093097 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:46.099052 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:50:46.099741 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:46.100014 [ 136 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:50:46.100077 [ 136 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:46.100099 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:46.100200 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.102861 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.06 01:50:46.104038 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:46.105374 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.109782 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.113820 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.117979 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.122537 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.126871 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:50:46.177583 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077423351 sec., 1072.0279983748055 rows/sec., 5.54 MiB/sec. 2026.01.06 01:50:46.179211 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:50:46.180966 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_11_2} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:46.181053 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_11_2} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:50:46.182164 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.06 01:50:47.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.50 MiB, peak 222.39 MiB, free memory in arenas 0.00 B, will set to 221.90 MiB (RSS), difference: 9.41 MiB 2026.01.06 01:50:50.269900 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.270116 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:50.270199 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:50.270947 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.271006 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.271427 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:50.271670 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.271836 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} executeQuery: Read 50 rows, 4.32 KiB in 0.001778 sec., 28121.484814398198 rows/sec., 2.38 MiB/sec. 2026.01.06 01:50:50.271889 [ 254 ] {7901987d-8e3f-4c99-917a-a17b8c0b6ef3} TCPHandler: Processed in 0.00212622 sec. 2026.01.06 01:50:50.272033 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.272137 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:50.272181 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:50.272591 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.272627 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.272969 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:50.273183 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.273319 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} executeQuery: Read 10 rows, 770.00 B in 0.001205 sec., 8298.755186721992 rows/sec., 624.03 KiB/sec. 2026.01.06 01:50:50.273356 [ 254 ] {3ffecdb6-33b5-454c-a097-fa1a4bdf9b35} TCPHandler: Processed in 0.001378543 sec. 2026.01.06 01:50:50.273472 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.273570 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:50.273610 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:50.274035 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.274070 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.274391 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:50.274597 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.274726 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} executeQuery: Read 46 rows, 3.68 KiB in 0.001176 sec., 39115.6462585034 rows/sec., 3.06 MiB/sec. 2026.01.06 01:50:50.274762 [ 254 ] {4b848e26-aeaf-4a50-85c0-61c771536c91} TCPHandler: Processed in 0.001339863 sec. 2026.01.06 01:50:50.274876 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.274972 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:50.275017 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:50.275397 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.275436 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.275762 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:50.275963 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.276091 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} executeQuery: Read 110 rows, 7.86 KiB in 0.001139 sec., 96575.94381035997 rows/sec., 6.74 MiB/sec. 2026.01.06 01:50:50.276126 [ 254 ] {0907020f-9b45-4a32-9c41-f98aca63207f} TCPHandler: Processed in 0.001299292 sec. 2026.01.06 01:50:50.276237 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.276330 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:50.276385 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} 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.01.06 01:50:50.277131 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.277165 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.277689 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:50:50.277905 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.278045 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} executeQuery: Read 10 rows, 18.35 KiB in 0.001733 sec., 5770.340450086555 rows/sec., 10.34 MiB/sec. 2026.01.06 01:50:50.278110 [ 254 ] {d3ba6a07-5958-4381-8eca-aac8e6660c02} TCPHandler: Processed in 0.001922358 sec. 2026.01.06 01:50:50.278221 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:50.278316 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:50.278359 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:50.278696 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:50.278731 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:50.279046 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:50.279261 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:50.279388 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} executeQuery: Read 40 rows, 2.73 KiB in 0.001091 sec., 36663.611365719524 rows/sec., 2.45 MiB/sec. 2026.01.06 01:50:50.279423 [ 254 ] {571c4d37-31ea-4bf4-b25d-90ea7c166553} TCPHandler: Processed in 0.001251481 sec. 2026.01.06 01:50:53.204863 [ 146 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:50:53.204924 [ 146 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:50:53.303957 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5785 2026.01.06 01:50:53.304548 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:53.304597 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:53.305288 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:53.305533 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:53.305690 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5785 2026.01.06 01:50:53.305843 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 420 2026.01.06 01:50:53.307778 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:53.307822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:53.308918 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:50:53.309166 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:53.309395 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 420 2026.01.06 01:50:53.602983 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.06 01:50:53.620125 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:53.620183 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:53.626373 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:50:53.627078 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:53.630063 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.06 01:50:53.673128 [ 146 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.06 01:50:53.673173 [ 146 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:53.673196 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:53.673351 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:50:53.673544 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:53.673599 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2026.01.06 01:50:53.673741 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2026.01.06 01:50:53.673830 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2026.01.06 01:50:53.673916 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:50:53.673990 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:50:53.674958 [ 200 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001687026 sec., 757546.1196211558 rows/sec., 51.50 MiB/sec. 2026.01.06 01:50:53.675125 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.06 01:50:53.675415 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:53.675492 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_5_1} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.06 01:50:53.675560 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.06 01:50:54.666600 [ 145 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.06 01:50:54.666684 [ 145 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:54.666708 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:54.666865 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:50:54.667073 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:54.667129 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2026.01.06 01:50:54.667209 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2026.01.06 01:50:54.667250 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2026.01.06 01:50:54.667290 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:50:54.667327 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:50:54.668100 [ 200 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 657 rows, containing 5 columns (5 merged, 0 gathered) in 0.001313163 sec., 500318.69615577045 rows/sec., 30.68 MiB/sec. 2026.01.06 01:50:54.668229 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.06 01:50:54.668460 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:54.668526 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_5_1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.06 01:50:54.668586 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:50:54.871205 [ 143 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.06 01:50:54.871274 [ 143 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:54.871298 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:54.871406 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::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.01.06 01:50:54.871539 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:50:54.871574 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2026.01.06 01:50:54.871643 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2026.01.06 01:50:54.871693 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2026.01.06 01:50:54.871739 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::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.01.06 01:50:54.871786 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 255 rows starting from the beginning of the part 2026.01.06 01:50:54.872705 [ 200 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 915 rows, containing 5 columns (5 merged, 0 gathered) in 0.001343233 sec., 681192.3173418163 rows/sec., 47.74 MiB/sec. 2026.01.06 01:50:54.872936 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.06 01:50:54.873257 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:54.873331 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_5_1} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.06 01:50:54.873415 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.06 01:50:55.271649 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.271937 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:50:55.272041 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:50:55.272821 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.272868 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.273260 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:50:55.273483 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.273637 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} executeQuery: Read 90 rows, 7.97 KiB in 0.001778 sec., 50618.67266591676 rows/sec., 4.38 MiB/sec. 2026.01.06 01:50:55.273677 [ 254 ] {6dab551c-ab0c-4253-b323-b6784eefd9ae} TCPHandler: Processed in 0.002213941 sec. 2026.01.06 01:50:55.273796 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.273892 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:50:55.273932 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:50:55.274435 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.274473 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.274770 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:55.274975 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.275102 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} executeQuery: Read 30 rows, 2.26 KiB in 0.001228 sec., 24429.9674267101 rows/sec., 1.79 MiB/sec. 2026.01.06 01:50:55.275139 [ 254 ] {b0ba03ca-1105-4dae-b5ce-fd0a1cfea029} TCPHandler: Processed in 0.001391423 sec. 2026.01.06 01:50:55.275253 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.275347 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:50:55.275387 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:50:55.275835 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.275871 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.276161 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:50:55.276375 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.276499 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} executeQuery: Read 66 rows, 5.28 KiB in 0.00117 sec., 56410.25641025641 rows/sec., 4.41 MiB/sec. 2026.01.06 01:50:55.276535 [ 254 ] {92074029-d691-494d-a3c2-6d83aef7c86f} TCPHandler: Processed in 0.001330673 sec. 2026.01.06 01:50:55.276655 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.276748 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:55.276791 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:50:55.277196 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.277233 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.277558 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:50:55.277766 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.277890 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} executeQuery: Read 110 rows, 7.86 KiB in 0.00116 sec., 94827.58620689655 rows/sec., 6.62 MiB/sec. 2026.01.06 01:50:55.277926 [ 254 ] {3ce0d0d1-5923-4c88-8b94-d87011f79ca3} TCPHandler: Processed in 0.001319272 sec. 2026.01.06 01:50:55.278041 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.278135 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:50:55.278189 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} 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.01.06 01:50:55.278977 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.279015 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.279547 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:50:55.279765 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.279900 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} executeQuery: Read 30 rows, 55.05 KiB in 0.001784 sec., 16816.143497757846 rows/sec., 30.13 MiB/sec. 2026.01.06 01:50:55.279951 [ 254 ] {61c209c5-ed2f-41b4-8c8a-be4dbc416365} TCPHandler: Processed in 0.001958438 sec. 2026.01.06 01:50:55.280073 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:50:55.280195 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:50:55.280237 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:50:55.280618 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:50:55.280665 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:50:55.281033 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:50:55.281256 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:50:55.281381 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} executeQuery: Read 40 rows, 2.73 KiB in 0.001205 sec., 33195.02074688797 rows/sec., 2.22 MiB/sec. 2026.01.06 01:50:55.281417 [ 254 ] {33ceb2aa-9f75-4e5c-942d-9e0dcef624e0} TCPHandler: Processed in 0.001392262 sec. 2026.01.06 01:51:00.270757 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.270953 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:51:00.271018 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:51:00.271635 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.271674 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.272040 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:51:00.272258 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.272416 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} executeQuery: Read 4 rows, 334.00 B in 0.001512 sec., 2645.5026455026455 rows/sec., 215.72 KiB/sec. 2026.01.06 01:51:00.272458 [ 254 ] {3df5aaa6-1605-42bc-9c47-b1c8b998a7a7} TCPHandler: Processed in 0.001827407 sec. 2026.01.06 01:51:00.272589 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.272681 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:00.272720 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:00.273145 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.273179 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.273478 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:00.273695 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.273797 [ 125 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:00.273820 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} executeQuery: Read 52 rows, 4.47 KiB in 0.001157 sec., 44943.8202247191 rows/sec., 3.77 MiB/sec. 2026.01.06 01:51:00.273834 [ 125 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.273854 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.273857 [ 254 ] {867a2832-c7cb-47de-9942-a25767c49e6a} TCPHandler: Processed in 0.001315973 sec. 2026.01.06 01:51:00.273972 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:00.273978 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.274115 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:00.274128 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:00.274154 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:00.274171 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1248 rows starting from the beginning of the part 2026.01.06 01:51:00.274269 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1360 rows starting from the beginning of the part 2026.01.06 01:51:00.274320 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:00.274366 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 50 rows starting from the beginning of the part 2026.01.06 01:51:00.274418 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:00.274470 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 52 rows starting from the beginning of the part 2026.01.06 01:51:00.274543 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.274583 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.274903 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:51:00.275110 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.275238 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} executeQuery: Read 14 rows, 1.03 KiB in 0.001142 sec., 12259.194395796847 rows/sec., 903.02 KiB/sec. 2026.01.06 01:51:00.275275 [ 254 ] {9078d5b5-00ff-4f2c-8f31-60bda4884044} TCPHandler: Processed in 0.001344823 sec. 2026.01.06 01:51:00.275384 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.275476 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:00.275515 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:00.275918 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.275925 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2830 rows, containing 5 columns (5 merged, 0 gathered) in 0.002008479 sec., 1409026.432439672 rows/sec., 121.59 MiB/sec. 2026.01.06 01:51:00.275954 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.276245 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:00.276270 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:00.276549 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.276580 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.276645 [ 125 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:00.276665 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_16_3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:00.276680 [ 125 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.276682 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} executeQuery: Read 50 rows, 4.01 KiB in 0.001224 sec., 40849.67320261438 rows/sec., 3.20 MiB/sec. 2026.01.06 01:51:00.276704 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.276726 [ 254 ] {53a68f19-841b-417b-b5af-79ab08da1a38} TCPHandler: Processed in 0.001390064 sec. 2026.01.06 01:51:00.276747 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.01.06 01:51:00.276821 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:51:00.276838 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.276950 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:00.276979 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:00.276992 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:00.277021 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 717 rows starting from the beginning of the part 2026.01.06 01:51:00.277109 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 570 rows starting from the beginning of the part 2026.01.06 01:51:00.277158 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.01.06 01:51:00.277198 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 46 rows starting from the beginning of the part 2026.01.06 01:51:00.277241 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.01.06 01:51:00.277280 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 50 rows starting from the beginning of the part 2026.01.06 01:51:00.277387 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.277428 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.277766 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:00.278000 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.278091 [ 125 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:00.278114 [ 125 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.278128 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} executeQuery: Read 112 rows, 8.00 KiB in 0.001195 sec., 93723.84937238492 rows/sec., 6.54 MiB/sec. 2026.01.06 01:51:00.278129 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.278163 [ 254 ] {b56cc22f-1d57-4b44-b7d6-17fe23845754} TCPHandler: Processed in 0.001372413 sec. 2026.01.06 01:51:00.278217 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:00.278277 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.278322 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:00.278337 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1485 rows, containing 5 columns (5 merged, 0 gathered) in 0.001564765 sec., 949024.2943828625 rows/sec., 73.25 MiB/sec. 2026.01.06 01:51:00.278354 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 892 rows starting from the beginning of the part 2026.01.06 01:51:00.278373 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:00.278412 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 2639 rows starting from the beginning of the part 2026.01.06 01:51:00.278430 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} 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.01.06 01:51:00.278458 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part 2026.01.06 01:51:00.278500 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:00.278537 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:00.278546 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:00.278578 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 112 rows starting from the beginning of the part 2026.01.06 01:51:00.278821 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.278891 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_16_3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:00.278958 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.06 01:51:00.279177 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.279218 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.279820 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:51:00.279932 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3951 rows, containing 5 columns (5 merged, 0 gathered) in 0.001753486 sec., 2253225.859801561 rows/sec., 153.26 MiB/sec. 2026.01.06 01:51:00.280044 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.280185 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} executeQuery: Read 10 rows, 18.35 KiB in 0.001829 sec., 5467.468562055768 rows/sec., 9.80 MiB/sec. 2026.01.06 01:51:00.280237 [ 254 ] {bf5abbb9-5d6f-4b20-b20e-91c08f40a88d} TCPHandler: Processed in 0.002007628 sec. 2026.01.06 01:51:00.280277 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:00.280354 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:00.280464 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:00.280511 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:00.280521 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.280585 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_16_3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:00.280640 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2026.01.06 01:51:00.280867 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.280908 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.281246 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:00.281470 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.281563 [ 125 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:00.281585 [ 125 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.281600 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.281600 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} executeQuery: Read 40 rows, 2.73 KiB in 0.001155 sec., 34632.03463203463 rows/sec., 2.31 MiB/sec. 2026.01.06 01:51:00.281642 [ 254 ] {d8de80f8-0294-4e69-8c54-6592d50db15f} TCPHandler: Processed in 0.001346812 sec. 2026.01.06 01:51:00.281663 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:00.281752 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:00.281775 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 222 rows starting from the beginning of the part 2026.01.06 01:51:00.281816 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:00.281849 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.01.06 01:51:00.281880 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:00.281910 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:00.281943 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:00.282601 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 382 rows, containing 4 columns (4 merged, 0 gathered) in 0.000965879 sec., 395494.6737634838 rows/sec., 24.02 MiB/sec. 2026.01.06 01:51:00.282711 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:00.282928 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.282983 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_16_3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:00.283032 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:51:00.805801 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6233 2026.01.06 01:51:00.806311 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:00.806360 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:00.806883 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:51:00.807136 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:00.807287 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6233 2026.01.06 01:51:01.130162 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.06 01:51:01.146326 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:01.146388 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:01.152512 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:51:01.153222 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:01.155949 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.06 01:51:02.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.46 MiB, peak 229.18 MiB, free memory in arenas 0.00 B, will set to 225.12 MiB (RSS), difference: 1.66 MiB 2026.01.06 01:51:03.309571 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 446 2026.01.06 01:51:03.311702 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:03.311745 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:03.312848 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:51:03.313119 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:03.313361 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 446 2026.01.06 01:51:05.271596 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.271795 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:05.271870 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:05.272576 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.272630 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.273057 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:05.273304 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.273489 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} executeQuery: Read 90 rows, 7.97 KiB in 0.001742 sec., 51664.75315729047 rows/sec., 4.47 MiB/sec. 2026.01.06 01:51:05.273547 [ 254 ] {d7968671-ed52-462e-88a7-8b8b4eb4b9ad} TCPHandler: Processed in 0.00209414 sec. 2026.01.06 01:51:05.273698 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.273809 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:05.273858 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:05.274497 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.274551 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.275000 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:05.275293 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.275467 [ 134 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:05.275481 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} executeQuery: Read 30 rows, 2.26 KiB in 0.001699 sec., 17657.445556209535 rows/sec., 1.30 MiB/sec. 2026.01.06 01:51:05.275554 [ 134 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.275587 [ 254 ] {f4714fea-e427-4c9b-bba9-01f6662a6dcf} TCPHandler: Processed in 0.001942118 sec. 2026.01.06 01:51:05.275591 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.275745 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:51:05.275769 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.275873 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:05.275903 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:05.275906 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part 2026.01.06 01:51:05.275964 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:05.276012 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 54 rows starting from the beginning of the part 2026.01.06 01:51:05.276086 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:05.276154 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:05.276220 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part 2026.01.06 01:51:05.276286 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:05.276550 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.276599 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.277145 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:05.277317 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.001619275 sec., 243936.32953019097 rows/sec., 16.97 MiB/sec. 2026.01.06 01:51:05.277414 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.277545 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:05.277598 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} executeQuery: Read 66 rows, 5.28 KiB in 0.001726 sec., 38238.70220162225 rows/sec., 2.99 MiB/sec. 2026.01.06 01:51:05.277647 [ 254 ] {9e90a00c-33bd-4897-9564-303bd8522061} TCPHandler: Processed in 0.001942598 sec. 2026.01.06 01:51:05.277792 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.277876 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.277905 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:05.277959 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:05.277963 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_16_3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:05.278077 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:51:05.278378 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.278419 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.278785 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:05.279003 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.279139 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} executeQuery: Read 110 rows, 7.86 KiB in 0.001256 sec., 87579.61783439491 rows/sec., 6.11 MiB/sec. 2026.01.06 01:51:05.279188 [ 254 ] {41204b5d-a0ec-4dc6-bf79-b6c3f97d7e52} TCPHandler: Processed in 0.001449473 sec. 2026.01.06 01:51:05.279314 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.279414 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:05.279470 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} 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.01.06 01:51:05.280285 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.280322 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.280928 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:05.281260 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.281397 [ 134 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:05.281421 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} executeQuery: Read 30 rows, 55.05 KiB in 0.002027 sec., 14800.197335964478 rows/sec., 26.52 MiB/sec. 2026.01.06 01:51:05.281445 [ 134 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.281470 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.281502 [ 254 ] {706d7aaf-d475-4aab-b039-113daa93e325} TCPHandler: Processed in 0.002238311 sec. 2026.01.06 01:51:05.281562 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:51:05.281649 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:05.281751 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:05.281793 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:05.281823 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:05.281898 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 160 rows starting from the beginning of the part 2026.01.06 01:51:05.282057 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:05.282158 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:05.282195 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:05.282199 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:05.282325 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:05.282445 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:05.282520 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:05.282556 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:05.282767 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.282901 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} executeQuery: Read 40 rows, 2.73 KiB in 0.001172 sec., 34129.6928327645 rows/sec., 2.28 MiB/sec. 2026.01.06 01:51:05.282948 [ 254 ] {a16be5c6-8839-4bdb-8544-d56fa5e92dd4} TCPHandler: Processed in 0.001349422 sec. 2026.01.06 01:51:05.285588 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 19 columns (19 merged, 0 gathered) in 0.004058118 sec., 66533.30435438298 rows/sec., 119.22 MiB/sec. 2026.01.06 01:51:05.286077 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:05.286454 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:05.286531 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_16_3} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:05.286660 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.01.06 01:51:08.205169 [ 131 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:51:08.205242 [ 131 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:51:08.307414 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6745 2026.01.06 01:51:08.307998 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:08.308052 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:08.308607 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:51:08.308840 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:08.308982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6745 2026.01.06 01:51:08.656198 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.06 01:51:08.672007 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:08.672057 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:08.678050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:51:08.678730 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:08.681538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.06 01:51:10.271360 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.271556 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:10.271626 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:10.272302 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.272353 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.272773 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:10.272998 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.273166 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} executeQuery: Read 50 rows, 4.32 KiB in 0.00166 sec., 30120.481927710844 rows/sec., 2.54 MiB/sec. 2026.01.06 01:51:10.273215 [ 254 ] {be94c4aa-16c8-4de0-bf94-086446f47816} TCPHandler: Processed in 0.001986579 sec. 2026.01.06 01:51:10.273349 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.273452 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:10.273495 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:10.273901 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.273939 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.274240 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:10.274449 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.274583 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} executeQuery: Read 10 rows, 770.00 B in 0.001155 sec., 8658.008658008657 rows/sec., 651.04 KiB/sec. 2026.01.06 01:51:10.274621 [ 254 ] {674d034d-3770-4d65-ade4-cadf0b90a4b0} TCPHandler: Processed in 0.001322832 sec. 2026.01.06 01:51:10.274729 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.274825 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:10.274864 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:10.275263 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.275300 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.275605 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:10.275827 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.275961 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} executeQuery: Read 46 rows, 3.68 KiB in 0.001155 sec., 39826.83982683983 rows/sec., 3.11 MiB/sec. 2026.01.06 01:51:10.275998 [ 254 ] {bc4def60-811f-4a9c-931d-f17abd4d3dde} TCPHandler: Processed in 0.001317642 sec. 2026.01.06 01:51:10.276103 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.276197 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:10.276240 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:10.276615 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.276652 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.276972 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:10.277176 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.277309 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} executeQuery: Read 110 rows, 7.86 KiB in 0.001131 sec., 97259.06277630416 rows/sec., 6.79 MiB/sec. 2026.01.06 01:51:10.277345 [ 254 ] {d1de03f2-c210-417c-a172-d5f4318bef6a} TCPHandler: Processed in 0.001290512 sec. 2026.01.06 01:51:10.277455 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.277549 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:10.277604 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} 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.01.06 01:51:10.278362 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.278398 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.278906 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:10.279133 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.279268 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} executeQuery: Read 10 rows, 18.35 KiB in 0.001737 sec., 5757.052389176742 rows/sec., 10.32 MiB/sec. 2026.01.06 01:51:10.279319 [ 254 ] {3f52cf4c-fef3-4223-91c0-0aaab65d79cf} TCPHandler: Processed in 0.001913368 sec. 2026.01.06 01:51:10.279429 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:10.279524 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:10.279566 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:10.279887 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:10.279921 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:10.280227 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:10.280435 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:10.280561 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} executeQuery: Read 40 rows, 2.73 KiB in 0.001056 sec., 37878.78787878787 rows/sec., 2.53 MiB/sec. 2026.01.06 01:51:10.280596 [ 254 ] {38d0501a-de47-4dd2-a62b-53a2a2a3a003} TCPHandler: Processed in 0.001215872 sec. 2026.01.06 01:51:13.313534 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 470 2026.01.06 01:51:13.315682 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:13.315741 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:13.316930 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:51:13.317201 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:13.317367 [ 126 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.06 01:51:13.317439 [ 126 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:13.317462 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:13.317536 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2026.01.06 01:51:13.317570 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:51:13.318104 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:13.318251 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 282 rows starting from the beginning of the part 2026.01.06 01:51:13.318605 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:51:13.318925 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 92 rows starting from the beginning of the part 2026.01.06 01:51:13.319240 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 20 rows starting from the beginning of the part 2026.01.06 01:51:13.319647 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part 2026.01.06 01:51:13.320145 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:51:13.326369 [ 197 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 72 columns (72 merged, 0 gathered) in 0.008844123 sec., 53142.634945262515 rows/sec., 52.14 MiB/sec. 2026.01.06 01:51:13.327409 [ 197 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.06 01:51:13.328049 [ 197 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:13.328141 [ 197 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_11_2} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.06 01:51:13.328374 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.90 MiB. 2026.01.06 01:51:15.299743 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.299946 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.300018 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:51:15.300708 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.300762 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.301205 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:51:15.301446 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.301617 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} executeQuery: Read 24 rows, 2.04 KiB in 0.001721 sec., 13945.380592678674 rows/sec., 1.16 MiB/sec. 2026.01.06 01:51:15.301670 [ 254 ] {bbc5466f-cc74-4c93-a8be-949760a2b9db} TCPHandler: Processed in 0.002061439 sec. 2026.01.06 01:51:15.301816 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.301944 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:15.301991 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:15.303214 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.303268 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.303685 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:15.303921 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.304064 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} executeQuery: Read 1350 rows, 115.52 KiB in 0.002146 sec., 629077.3532152843 rows/sec., 52.57 MiB/sec. 2026.01.06 01:51:15.304105 [ 254 ] {55664319-7cff-4c78-b320-cf9248eb691e} TCPHandler: Processed in 0.002343092 sec. 2026.01.06 01:51:15.304230 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.304331 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.304376 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:15.304796 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.304834 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.305223 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:15.305464 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.305621 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} executeQuery: Read 42 rows, 3.22 KiB in 0.001312 sec., 32012.19512195122 rows/sec., 2.39 MiB/sec. 2026.01.06 01:51:15.305670 [ 254 ] {68e1f21b-c61d-4c77-8876-ad489f68ed4b} TCPHandler: Processed in 0.001490214 sec. 2026.01.06 01:51:15.305812 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.305910 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.305951 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:51:15.306483 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.306526 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.306871 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:51:15.307087 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.307219 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} executeQuery: Read 252 rows, 17.85 KiB in 0.001329 sec., 189616.2528216704 rows/sec., 13.11 MiB/sec. 2026.01.06 01:51:15.307269 [ 254 ] {512d3e78-0f1e-42dd-ba4f-861814dfe641} TCPHandler: Processed in 0.001507414 sec. 2026.01.06 01:51:15.307412 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.307535 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.307592 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:51:15.308122 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.308165 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.308543 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:51:15.308777 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.308910 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} executeQuery: Read 12 rows, 960.00 B in 0.001401 sec., 8565.310492505354 rows/sec., 669.16 KiB/sec. 2026.01.06 01:51:15.308950 [ 254 ] {78dc6bdc-486e-4707-93bd-d325ddcf60f2} TCPHandler: Processed in 0.001601475 sec. 2026.01.06 01:51:15.309095 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.309191 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:15.309230 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:15.309884 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.309922 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.310257 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:15.310481 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.310620 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} executeQuery: Read 558 rows, 42.83 KiB in 0.001447 sec., 385625.4319281272 rows/sec., 28.90 MiB/sec. 2026.01.06 01:51:15.310659 [ 254 ] {85c606a7-d632-4921-acd2-6ccd80654f1e} TCPHandler: Processed in 0.001620125 sec. 2026.01.06 01:51:15.310779 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.310874 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.310917 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:15.311512 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.311549 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.311973 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:15.312242 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.312409 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} executeQuery: Read 812 rows, 56.38 KiB in 0.001552 sec., 523195.8762886598 rows/sec., 35.47 MiB/sec. 2026.01.06 01:51:15.312457 [ 254 ] {fba76860-a5b9-4935-bb94-057412e4f323} TCPHandler: Processed in 0.001728066 sec. 2026.01.06 01:51:15.312598 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.312699 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.312760 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} 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.01.06 01:51:15.313640 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.313678 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.314217 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:15.314462 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.314613 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} executeQuery: Read 30 rows, 55.05 KiB in 0.001932 sec., 15527.950310559007 rows/sec., 27.83 MiB/sec. 2026.01.06 01:51:15.314669 [ 254 ] {d7fb8904-d05c-4a44-8aae-6d62fdeb17d1} TCPHandler: Processed in 0.00212514 sec. 2026.01.06 01:51:15.314781 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:15.314876 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:15.314917 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:15.315241 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.315278 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.315725 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:15.315961 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.316090 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} executeQuery: Read 40 rows, 2.73 KiB in 0.001232 sec., 32467.532467532466 rows/sec., 2.17 MiB/sec. 2026.01.06 01:51:15.316124 [ 254 ] {d0b9c0d9-0296-42e0-bec8-7b5f7e3964c3} TCPHandler: Processed in 0.001393423 sec. 2026.01.06 01:51:15.809085 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7193 2026.01.06 01:51:15.809698 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:15.809754 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:15.810307 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:51:15.810550 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:15.810696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7193 2026.01.06 01:51:16.181630 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.06 01:51:16.198075 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:16.198140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:16.203731 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:51:16.204369 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:16.207214 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.06 01:51:20.271637 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.271839 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:20.271906 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:20.272860 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.272910 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.273310 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:20.273527 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.273677 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} executeQuery: Read 50 rows, 4.32 KiB in 0.001889 sec., 26469.031233456855 rows/sec., 2.24 MiB/sec. 2026.01.06 01:51:20.273719 [ 254 ] {fc41413c-d883-4da1-ace3-b0df3a3bf5f8} TCPHandler: Processed in 0.00221581 sec. 2026.01.06 01:51:20.273855 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.273953 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:20.273993 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:20.274498 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.274533 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.274819 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:20.275030 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.275168 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} executeQuery: Read 10 rows, 770.00 B in 0.001234 sec., 8103.727714748784 rows/sec., 609.36 KiB/sec. 2026.01.06 01:51:20.275204 [ 254 ] {dae20dfe-1243-4cc6-a345-3cb1b1d109b6} TCPHandler: Processed in 0.001397323 sec. 2026.01.06 01:51:20.275318 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.275410 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:20.275448 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:20.275922 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.275957 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.276251 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:20.276454 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.276576 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} executeQuery: Read 46 rows, 3.68 KiB in 0.001184 sec., 38851.35135135135 rows/sec., 3.04 MiB/sec. 2026.01.06 01:51:20.276612 [ 254 ] {6b2cdd46-a432-4088-8726-ccd0e93a30a8} TCPHandler: Processed in 0.001341552 sec. 2026.01.06 01:51:20.276731 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.276824 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:20.276866 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:20.277253 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.277288 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.277596 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:20.277793 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.277913 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} executeQuery: Read 110 rows, 7.86 KiB in 0.001108 sec., 99277.97833935017 rows/sec., 6.93 MiB/sec. 2026.01.06 01:51:20.277947 [ 254 ] {bd7ca996-e38d-4755-a2b8-fa0e2f167d22} TCPHandler: Processed in 0.001264692 sec. 2026.01.06 01:51:20.278056 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.278147 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:20.278200 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} 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.01.06 01:51:20.278936 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.278971 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.279460 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:20.279669 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.279802 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} executeQuery: Read 10 rows, 18.35 KiB in 0.001672 sec., 5980.861244019138 rows/sec., 10.72 MiB/sec. 2026.01.06 01:51:20.279851 [ 254 ] {dcd67505-283e-4140-83fe-7a1481ab645b} TCPHandler: Processed in 0.001842537 sec. 2026.01.06 01:51:20.279955 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:20.280048 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:20.280088 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:20.280401 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:20.280437 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:20.280731 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:20.280932 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:20.281062 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} executeQuery: Read 40 rows, 2.73 KiB in 0.001033 sec., 38722.16844143272 rows/sec., 2.58 MiB/sec. 2026.01.06 01:51:20.281095 [ 254 ] {b29ce0df-65cd-4489-9d26-04219160bdfe} TCPHandler: Processed in 0.001187441 sec. 2026.01.06 01:51:23.205498 [ 116 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:51:23.205574 [ 116 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:51:23.310896 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7705 2026.01.06 01:51:23.311421 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:23.311472 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:23.311978 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:23.312223 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:23.312370 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7705 2026.01.06 01:51:23.312381 [ 115 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:23.312455 [ 115 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:23.312478 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:23.312598 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:51:23.312745 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:23.312788 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5273 rows starting from the beginning of the part 2026.01.06 01:51:23.312855 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.01.06 01:51:23.312907 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.01.06 01:51:23.312951 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.01.06 01:51:23.312990 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.01.06 01:51:23.313024 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.01.06 01:51:23.314340 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7705 rows, containing 4 columns (4 merged, 0 gathered) in 0.001800227 sec., 4280015.798007696 rows/sec., 61.23 MiB/sec. 2026.01.06 01:51:23.314801 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:23.315105 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:23.315177 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_16_3} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:23.315268 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.06 01:51:23.317796 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 500 2026.01.06 01:51:23.320043 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:23.320087 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:23.321250 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:51:23.321516 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:23.321766 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 500 2026.01.06 01:51:23.707393 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.06 01:51:23.723574 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:23.723639 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:23.728967 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:51:23.729681 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:23.729958 [ 115 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:51:23.730015 [ 115 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:23.730037 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:23.730135 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.733250 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.06 01:51:23.734160 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:23.735518 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.739894 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.744115 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.748395 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.753229 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.757631 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:51:23.812295 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.082197637 sec., 1472.061782019354 rows/sec., 7.61 MiB/sec. 2026.01.06 01:51:23.814853 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:51:23.816885 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_16_3} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:23.816991 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_16_3} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:51:23.818873 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.06 01:51:24.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.12 MiB, peak 240.10 MiB, free memory in arenas 0.00 B, will set to 238.46 MiB (RSS), difference: 8.34 MiB 2026.01.06 01:51:24.001315 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000877458 sec. 2026.01.06 01:51:25.272034 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.272349 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:25.272453 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:25.273323 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.273372 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.273774 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:25.273997 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.274149 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} executeQuery: Read 90 rows, 7.97 KiB in 0.001879 sec., 47897.817988291645 rows/sec., 4.14 MiB/sec. 2026.01.06 01:51:25.274151 [ 114 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:25.274190 [ 254 ] {61359c74-e90e-4e77-b1b1-8652ac303c26} TCPHandler: Processed in 0.002301781 sec. 2026.01.06 01:51:25.274230 [ 114 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.274260 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.274329 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.274367 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:25.274427 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:25.274467 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:25.274470 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:25.274508 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2439 rows starting from the beginning of the part 2026.01.06 01:51:25.274574 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:25.274623 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 50 rows starting from the beginning of the part 2026.01.06 01:51:25.274669 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1350 rows starting from the beginning of the part 2026.01.06 01:51:25.274713 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 50 rows starting from the beginning of the part 2026.01.06 01:51:25.274757 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:25.274860 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.274896 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.275356 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:25.275594 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.275719 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} executeQuery: Read 30 rows, 2.26 KiB in 0.00131 sec., 22900.763358778626 rows/sec., 1.68 MiB/sec. 2026.01.06 01:51:25.275760 [ 254 ] {a7706096-c3fe-497e-9f61-50c93371a37b} TCPHandler: Processed in 0.001479394 sec. 2026.01.06 01:51:25.275865 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.275957 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:25.275996 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:25.276389 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.276424 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.276769 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:25.276927 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4069 rows, containing 5 columns (5 merged, 0 gathered) in 0.002608205 sec., 1560076.7577701905 rows/sec., 134.78 MiB/sec. 2026.01.06 01:51:25.276976 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.277092 [ 113 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:25.277101 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} executeQuery: Read 66 rows, 5.28 KiB in 0.001161 sec., 56847.54521963825 rows/sec., 4.44 MiB/sec. 2026.01.06 01:51:25.277134 [ 113 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.277149 [ 254 ] {8221485c-4618-41ad-b7c2-d2912657ffda} TCPHandler: Processed in 0.001332623 sec. 2026.01.06 01:51:25.277155 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.277156 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:25.277257 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.277261 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:51:25.277350 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:25.277397 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:25.277397 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.277413 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:25.277459 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1219 rows starting from the beginning of the part 2026.01.06 01:51:25.277468 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_21_4} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:25.277534 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.01.06 01:51:25.277534 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 66 rows starting from the beginning of the part 2026.01.06 01:51:25.277600 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part 2026.01.06 01:51:25.277651 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 558 rows starting from the beginning of the part 2026.01.06 01:51:25.277695 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 46 rows starting from the beginning of the part 2026.01.06 01:51:25.277741 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 66 rows starting from the beginning of the part 2026.01.06 01:51:25.277762 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.277801 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.278196 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:25.278416 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.278514 [ 113 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:25.278540 [ 113 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.278545 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} executeQuery: Read 110 rows, 7.86 KiB in 0.001213 sec., 90684.25391591096 rows/sec., 6.33 MiB/sec. 2026.01.06 01:51:25.278563 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.278586 [ 254 ] {5adaf9ac-ac48-41cd-b167-2b9f4cb1873b} TCPHandler: Processed in 0.001376862 sec. 2026.01.06 01:51:25.278623 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:25.278696 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:25.278696 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.278719 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 3951 rows starting from the beginning of the part 2026.01.06 01:51:25.278764 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:25.278798 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:25.278800 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:25.278844 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 812 rows starting from the beginning of the part 2026.01.06 01:51:25.278854 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} 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.01.06 01:51:25.278876 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:25.278909 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 110 rows starting from the beginning of the part 2026.01.06 01:51:25.278966 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2001 rows, containing 5 columns (5 merged, 0 gathered) in 0.001751677 sec., 1142333.8891816242 rows/sec., 88.34 MiB/sec. 2026.01.06 01:51:25.279186 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:25.279440 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.279509 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_21_4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:25.279578 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.06 01:51:25.279644 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.279684 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.280223 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:25.280437 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.280566 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} executeQuery: Read 30 rows, 55.05 KiB in 0.001787 sec., 16787.912702853944 rows/sec., 30.08 MiB/sec. 2026.01.06 01:51:25.280615 [ 254 ] {040876dc-4ea6-433a-996d-abee1d894029} TCPHandler: Processed in 0.001967448 sec. 2026.01.06 01:51:25.280719 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:25.280786 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5203 rows, containing 5 columns (5 merged, 0 gathered) in 0.002187421 sec., 2378600.1871610447 rows/sec., 162.06 MiB/sec. 2026.01.06 01:51:25.280812 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:25.280853 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:25.281185 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.281218 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.281248 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:25.281481 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.281538 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_21_4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:25.281587 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.01.06 01:51:25.281589 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:25.281805 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.281906 [ 113 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:25.281934 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} executeQuery: Read 40 rows, 2.73 KiB in 0.00114 sec., 35087.71929824562 rows/sec., 2.34 MiB/sec. 2026.01.06 01:51:25.281937 [ 113 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:25.281965 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:25.281971 [ 254 ] {6b8b7b57-b5a0-47d4-bc17-d20cc3df8e7b} TCPHandler: Processed in 0.001298702 sec. 2026.01.06 01:51:25.282030 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:25.282109 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:25.282134 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 382 rows starting from the beginning of the part 2026.01.06 01:51:25.282206 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:25.282248 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:25.282285 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:25.282324 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:25.282360 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.01.06 01:51:25.283070 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 582 rows, containing 4 columns (4 merged, 0 gathered) in 0.00106981 sec., 544021.8356530599 rows/sec., 34.17 MiB/sec. 2026.01.06 01:51:25.283188 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:25.283407 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:25.283465 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_21_4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:25.283524 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:51:26.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 239.02 MiB, peak 245.27 MiB, free memory in arenas 0.00 B, will set to 240.04 MiB (RSS), difference: 1.03 MiB 2026.01.06 01:51:30.273509 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.273833 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:51:30.273941 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:51:30.274790 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.274836 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.275227 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:51:30.275455 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.275613 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} executeQuery: Read 2 rows, 167.00 B in 0.001869 sec., 1070.0909577314071 rows/sec., 87.26 KiB/sec. 2026.01.06 01:51:30.275656 [ 254 ] {2cab7a42-c96c-451c-984a-2d166d9f6193} TCPHandler: Processed in 0.002334462 sec. 2026.01.06 01:51:30.275785 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.275882 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:30.275922 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:30.276383 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.276419 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.276726 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:30.276932 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.277049 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} executeQuery: Read 77 rows, 6.46 KiB in 0.001203 sec., 64006.65004156275 rows/sec., 5.24 MiB/sec. 2026.01.06 01:51:30.277082 [ 254 ] {e4dcc64f-449d-4445-a22f-2a3c2505e69a} TCPHandler: Processed in 0.001366503 sec. 2026.01.06 01:51:30.277193 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.277281 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:30.277319 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:30.277801 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.277837 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.278131 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:30.278331 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.278444 [ 110 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:30.278459 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} executeQuery: Read 12 rows, 913.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 766.64 KiB/sec. 2026.01.06 01:51:30.278509 [ 110 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.278519 [ 254 ] {41937fe1-cf84-4a75-aa79-7cadb853d1d0} TCPHandler: Processed in 0.001347612 sec. 2026.01.06 01:51:30.278570 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.278709 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.278706 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:51:30.278808 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:30.278852 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:30.278881 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:30.278926 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 275 rows starting from the beginning of the part 2026.01.06 01:51:30.279001 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:30.279088 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part 2026.01.06 01:51:30.279135 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:30.279196 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:30.279236 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.01.06 01:51:30.279276 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.279318 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.279687 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:30.279926 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.280061 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} executeQuery: Read 76 rows, 6.08 KiB in 0.001271 sec., 59795.43666404406 rows/sec., 4.67 MiB/sec. 2026.01.06 01:51:30.280097 [ 254 ] {ae7ebe0c-197f-4007-9c49-c780e05360e8} TCPHandler: Processed in 0.001437953 sec. 2026.01.06 01:51:30.280121 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 379 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476663 sec., 256659.77951638255 rows/sec., 17.78 MiB/sec. 2026.01.06 01:51:30.280213 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.280268 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:30.280315 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:30.280370 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:30.280545 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.280619 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_21_4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:30.280703 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:51:30.280816 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.280858 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.281215 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:30.281424 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.281552 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} executeQuery: Read 161 rows, 11.48 KiB in 0.001256 sec., 128184.71337579619 rows/sec., 8.93 MiB/sec. 2026.01.06 01:51:30.281588 [ 254 ] {eb6de37b-1837-42e2-8d59-84fe7969297b} TCPHandler: Processed in 0.001423643 sec. 2026.01.06 01:51:30.281706 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.281807 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:30.281862 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} 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.01.06 01:51:30.282666 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.282702 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.283222 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:51:30.283433 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.283565 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} executeQuery: Read 10 rows, 18.35 KiB in 0.001777 sec., 5627.462014631402 rows/sec., 10.08 MiB/sec. 2026.01.06 01:51:30.283579 [ 108 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:51:30.283615 [ 254 ] {d092c227-b3c0-4132-837e-fd7553368b76} TCPHandler: Processed in 0.001956808 sec. 2026.01.06 01:51:30.283631 [ 108 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.283660 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.283740 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:30.283814 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:51:30.283838 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:30.283906 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:30.284100 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:30.284189 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 270 rows starting from the beginning of the part 2026.01.06 01:51:30.284255 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.284295 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.284320 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:30.284430 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:30.284528 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:30.284624 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:30.284624 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:30.284728 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:30.284876 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.285012 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2026.01.06 01:51:30.285049 [ 254 ] {3a50507f-6660-4319-b0d5-7155ddc6bde0} TCPHandler: Processed in 0.001369412 sec. 2026.01.06 01:51:30.287790 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 19 columns (19 merged, 0 gathered) in 0.004041168 sec., 89083.15615683385 rows/sec., 159.63 MiB/sec. 2026.01.06 01:51:30.288408 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:51:30.288739 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.288812 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_21_4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:51:30.288897 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.02 MiB. 2026.01.06 01:51:30.812528 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8153 2026.01.06 01:51:30.813061 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:30.813110 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:30.813593 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:30.813815 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:30.813940 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8153 2026.01.06 01:51:31.233385 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.06 01:51:31.249523 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:31.249576 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:31.255667 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:51:31.256364 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:31.259025 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.06 01:51:32.000324 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 241.85 MiB, peak 245.85 MiB, free memory in arenas 0.00 B, will set to 243.04 MiB (RSS), difference: 1.19 MiB 2026.01.06 01:51:32.547678 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55222 2026.01.06 01:51:32.547814 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.547870 [ 288 ] {} TCP-Session: 92e25c6c-8e85-4e06-b2b3-b2070f9a3fcb Authenticating user 'default' from [fd00:1122:3344:101::e]:55222 2026.01.06 01:51:32.547895 [ 288 ] {} TCP-Session: 92e25c6c-8e85-4e06-b2b3-b2070f9a3fcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.547908 [ 288 ] {} TCP-Session: 92e25c6c-8e85-4e06-b2b3-b2070f9a3fcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548135 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60921 2026.01.06 01:51:32.548166 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44577 2026.01.06 01:51:32.548181 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48457 2026.01.06 01:51:32.548207 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61662 2026.01.06 01:51:32.548201 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63678 2026.01.06 01:51:32.548155 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44712 2026.01.06 01:51:32.548150 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48357 2026.01.06 01:51:32.548145 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47852 2026.01.06 01:51:32.548365 [ 288 ] {} TCP-Session: 92e25c6c-8e85-4e06-b2b3-b2070f9a3fcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:32.548449 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.548490 [ 293 ] {} TCP-Session: 222bb742-c431-4152-be1b-97196be2c037 Authenticating user 'default' from [fd00:1122:3344:101::e]:44577 2026.01.06 01:51:32.548515 [ 293 ] {} TCP-Session: 222bb742-c431-4152-be1b-97196be2c037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548529 [ 293 ] {} TCP-Session: 222bb742-c431-4152-be1b-97196be2c037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548552 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} executeQuery: (from [fd00:1122:3344:101::e]:55222) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:51:32.548598 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.548638 [ 3 ] {} TCP-Session: c1b21ecc-2d9d-43da-a989-f6dba185a72d Authenticating user 'default' from [fd00:1122:3344:101::e]:63678 2026.01.06 01:51:32.548639 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.548667 [ 3 ] {} TCP-Session: c1b21ecc-2d9d-43da-a989-f6dba185a72d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548691 [ 290 ] {} TCP-Session: 7f64eff3-f459-4789-a00e-4f629d257cd9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47852 2026.01.06 01:51:32.548699 [ 3 ] {} TCP-Session: c1b21ecc-2d9d-43da-a989-f6dba185a72d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548746 [ 290 ] {} TCP-Session: 7f64eff3-f459-4789-a00e-4f629d257cd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548764 [ 290 ] {} TCP-Session: 7f64eff3-f459-4789-a00e-4f629d257cd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548887 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.548930 [ 291 ] {} TCP-Session: 371f00fa-c862-4621-b964-641729ab89ca Authenticating user 'default' from [fd00:1122:3344:101::e]:48357 2026.01.06 01:51:32.548930 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.548954 [ 291 ] {} TCP-Session: 371f00fa-c862-4621-b964-641729ab89ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548974 [ 292 ] {} TCP-Session: 5a918e20-2399-45bd-a005-a9290d3c5a1f Authenticating user 'default' from [fd00:1122:3344:101::e]:44712 2026.01.06 01:51:32.548978 [ 291 ] {} TCP-Session: 371f00fa-c862-4621-b964-641729ab89ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.548994 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:51:32.549001 [ 292 ] {} TCP-Session: 5a918e20-2399-45bd-a005-a9290d3c5a1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549059 [ 292 ] {} TCP-Session: 5a918e20-2399-45bd-a005-a9290d3c5a1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549089 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:51:32.549166 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.549173 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.549208 [ 294 ] {} TCP-Session: c59db7bd-bbc7-42be-b2fb-aa9dc898b9ff Authenticating user 'default' from [fd00:1122:3344:101::e]:48457 2026.01.06 01:51:32.549209 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.549228 [ 286 ] {} TCP-Session: 3a1ef8a3-2c09-415c-8e89-6a3012cd6632 Authenticating user 'default' from [fd00:1122:3344:101::e]:61662 2026.01.06 01:51:32.549230 [ 294 ] {} TCP-Session: c59db7bd-bbc7-42be-b2fb-aa9dc898b9ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549278 [ 289 ] {} TCP-Session: f78e86f3-5259-4895-8a9a-b13bb12a4fb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60921 2026.01.06 01:51:32.549279 [ 286 ] {} TCP-Session: 3a1ef8a3-2c09-415c-8e89-6a3012cd6632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549306 [ 289 ] {} TCP-Session: f78e86f3-5259-4895-8a9a-b13bb12a4fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549315 [ 286 ] {} TCP-Session: 3a1ef8a3-2c09-415c-8e89-6a3012cd6632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549331 [ 289 ] {} TCP-Session: f78e86f3-5259-4895-8a9a-b13bb12a4fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549281 [ 294 ] {} TCP-Session: c59db7bd-bbc7-42be-b2fb-aa9dc898b9ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.549472 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:51:32.550487 [ 337 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} AggregatingTransform: Aggregating 2026.01.06 01:51:32.550524 [ 337 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} Aggregator: Aggregation method: without_key 2026.01.06 01:51:32.550562 [ 337 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000981139 sec. (1019.224 rows/sec., 39.81 KiB/sec.) 2026.01.06 01:51:32.550583 [ 337 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} Aggregator: Merging aggregated data 2026.01.06 01:51:32.551830 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} executeQuery: Read 1 rows, 40.00 B in 0.003338 sec., 299.58058717795086 rows/sec., 11.70 KiB/sec. 2026.01.06 01:51:32.551953 [ 288 ] {ba82ba05-2fe8-4835-96df-c067b4e5b9bd} TCPHandler: Processed in 0.003829025 sec. 2026.01.06 01:51:32.552036 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552063 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552074 [ 288 ] {} TCP-Session: 92e25c6c-8e85-4e06-b2b3-b2070f9a3fcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552089 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552106 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552112 [ 290 ] {} TCP-Session: 7f64eff3-f459-4789-a00e-4f629d257cd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552126 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552146 [ 291 ] {} TCP-Session: 371f00fa-c862-4621-b964-641729ab89ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552158 [ 286 ] {} TCP-Session: 3a1ef8a3-2c09-415c-8e89-6a3012cd6632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552182 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552201 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552223 [ 292 ] {} TCP-Session: 5a918e20-2399-45bd-a005-a9290d3c5a1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552188 [ 289 ] {} TCP-Session: f78e86f3-5259-4895-8a9a-b13bb12a4fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552242 [ 3 ] {} TCP-Session: c1b21ecc-2d9d-43da-a989-f6dba185a72d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552169 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552146 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.552311 [ 294 ] {} TCP-Session: c59db7bd-bbc7-42be-b2fb-aa9dc898b9ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.552339 [ 293 ] {} TCP-Session: 222bb742-c431-4152-be1b-97196be2c037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.610791 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42545 2026.01.06 01:51:32.610904 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.610929 [ 288 ] {} TCP-Session: e87ed986-d2a5-4e9b-b0dd-ce5c1f4d8cd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42545 2026.01.06 01:51:32.610951 [ 288 ] {} TCP-Session: e87ed986-d2a5-4e9b-b0dd-ce5c1f4d8cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.610964 [ 288 ] {} TCP-Session: e87ed986-d2a5-4e9b-b0dd-ce5c1f4d8cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611173 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64404 2026.01.06 01:51:32.611206 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41689 2026.01.06 01:51:32.611231 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44235 2026.01.06 01:51:32.611247 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38922 2026.01.06 01:51:32.611290 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611281 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40252 2026.01.06 01:51:32.611317 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611329 [ 289 ] {} TCP-Session: b11c52a9-293e-440a-99f6-3213bbf2a731 Authenticating user 'default' from [fd00:1122:3344:101::e]:64404 2026.01.06 01:51:32.611356 [ 288 ] {} TCP-Session: e87ed986-d2a5-4e9b-b0dd-ce5c1f4d8cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:32.611382 [ 289 ] {} TCP-Session: b11c52a9-293e-440a-99f6-3213bbf2a731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611397 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611413 [ 289 ] {} TCP-Session: b11c52a9-293e-440a-99f6-3213bbf2a731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611362 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611431 [ 286 ] {} TCP-Session: 3a76c4bc-5767-4bde-ab44-97b600874ea7 Authenticating user 'default' from [fd00:1122:3344:101::e]:40252 2026.01.06 01:51:32.611360 [ 290 ] {} TCP-Session: 21fb1753-d90b-4caf-84ff-913177566e34 Authenticating user 'default' from [fd00:1122:3344:101::e]:41689 2026.01.06 01:51:32.611465 [ 293 ] {} TCP-Session: 0aa9935f-0055-4045-9806-cb5933aa4e0f Authenticating user 'default' from [fd00:1122:3344:101::e]:38922 2026.01.06 01:51:32.611486 [ 290 ] {} TCP-Session: 21fb1753-d90b-4caf-84ff-913177566e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611503 [ 293 ] {} TCP-Session: 0aa9935f-0055-4045-9806-cb5933aa4e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611511 [ 290 ] {} TCP-Session: 21fb1753-d90b-4caf-84ff-913177566e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611527 [ 293 ] {} TCP-Session: 0aa9935f-0055-4045-9806-cb5933aa4e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611477 [ 286 ] {} TCP-Session: 3a76c4bc-5767-4bde-ab44-97b600874ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611553 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} executeQuery: (from [fd00:1122:3344:101::e]:42545) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:51:32.611573 [ 286 ] {} TCP-Session: 3a76c4bc-5767-4bde-ab44-97b600874ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611324 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611277 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54556 2026.01.06 01:51:32.611632 [ 292 ] {} TCP-Session: 1cf190c5-dd6c-4cbc-b013-a5b3df77c1dd Authenticating user 'default' from [fd00:1122:3344:101::e]:44235 2026.01.06 01:51:32.611209 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60878 2026.01.06 01:51:32.611662 [ 292 ] {} TCP-Session: 1cf190c5-dd6c-4cbc-b013-a5b3df77c1dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611707 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611719 [ 292 ] {} TCP-Session: 1cf190c5-dd6c-4cbc-b013-a5b3df77c1dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611261 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49752 2026.01.06 01:51:32.611741 [ 3 ] {} TCP-Session: 25526790-ad0e-4a8c-8564-2d0ea55246d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54556 2026.01.06 01:51:32.611763 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611789 [ 3 ] {} TCP-Session: 25526790-ad0e-4a8c-8564-2d0ea55246d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611798 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.611818 [ 3 ] {} TCP-Session: 25526790-ad0e-4a8c-8564-2d0ea55246d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611826 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:51:32.611843 [ 294 ] {} TCP-Session: 4f2b85f4-a4f8-4519-9e83-cbc8d8d12e08 Authenticating user 'default' from [fd00:1122:3344:101::e]:49752 2026.01.06 01:51:32.611803 [ 291 ] {} TCP-Session: 0a9c4642-c42a-41c3-9a12-dcefa2c45f88 Authenticating user 'default' from [fd00:1122:3344:101::e]:60878 2026.01.06 01:51:32.611887 [ 294 ] {} TCP-Session: 4f2b85f4-a4f8-4519-9e83-cbc8d8d12e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611897 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:51:32.611914 [ 294 ] {} TCP-Session: 4f2b85f4-a4f8-4519-9e83-cbc8d8d12e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611912 [ 291 ] {} TCP-Session: 0a9c4642-c42a-41c3-9a12-dcefa2c45f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.611952 [ 291 ] {} TCP-Session: 0a9c4642-c42a-41c3-9a12-dcefa2c45f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.612191 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:51:32.613078 [ 346 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} AggregatingTransform: Aggregating 2026.01.06 01:51:32.613121 [ 346 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} Aggregator: Aggregation method: without_key 2026.01.06 01:51:32.613159 [ 346 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000863979 sec. (1157.436 rows/sec., 45.21 KiB/sec.) 2026.01.06 01:51:32.613178 [ 346 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} Aggregator: Merging aggregated data 2026.01.06 01:51:32.614522 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} executeQuery: Read 1 rows, 40.00 B in 0.003028 sec., 330.25099075297226 rows/sec., 12.90 KiB/sec. 2026.01.06 01:51:32.614698 [ 288 ] {0af6116b-f28b-42cf-b0f6-713ee2a124a0} TCPHandler: Processed in 0.003459773 sec. 2026.01.06 01:51:32.614823 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614860 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614867 [ 288 ] {} TCP-Session: e87ed986-d2a5-4e9b-b0dd-ce5c1f4d8cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614884 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614905 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614908 [ 289 ] {} TCP-Session: b11c52a9-293e-440a-99f6-3213bbf2a731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614935 [ 290 ] {} TCP-Session: 21fb1753-d90b-4caf-84ff-913177566e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614940 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614957 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614993 [ 294 ] {} TCP-Session: 4f2b85f4-a4f8-4519-9e83-cbc8d8d12e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614997 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.614979 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.615060 [ 3 ] {} TCP-Session: 25526790-ad0e-4a8c-8564-2d0ea55246d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614946 [ 286 ] {} TCP-Session: 3a76c4bc-5767-4bde-ab44-97b600874ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.615081 [ 292 ] {} TCP-Session: 1cf190c5-dd6c-4cbc-b013-a5b3df77c1dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.614922 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.615020 [ 293 ] {} TCP-Session: 0aa9935f-0055-4045-9806-cb5933aa4e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.615154 [ 291 ] {} TCP-Session: 0a9c4642-c42a-41c3-9a12-dcefa2c45f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.853932 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47649 2026.01.06 01:51:32.854044 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854071 [ 288 ] {} TCP-Session: 5191370c-429c-4976-8de1-7ec86d5fb6a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47649 2026.01.06 01:51:32.854093 [ 288 ] {} TCP-Session: 5191370c-429c-4976-8de1-7ec86d5fb6a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854105 [ 288 ] {} TCP-Session: 5191370c-429c-4976-8de1-7ec86d5fb6a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854307 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56076 2026.01.06 01:51:32.854324 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60956 2026.01.06 01:51:32.854358 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57312 2026.01.06 01:51:32.854370 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61587 2026.01.06 01:51:32.854407 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43127 2026.01.06 01:51:32.854440 [ 288 ] {} TCP-Session: 5191370c-429c-4976-8de1-7ec86d5fb6a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:32.854456 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854455 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854472 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854486 [ 292 ] {} TCP-Session: 3f6e0a59-3b41-4806-9ec6-ad94cdff5041 Authenticating user 'default' from [fd00:1122:3344:101::e]:57312 2026.01.06 01:51:32.854508 [ 291 ] {} TCP-Session: 75b64545-9978-46e8-84ef-5f71d55eda56 Authenticating user 'default' from [fd00:1122:3344:101::e]:60956 2026.01.06 01:51:32.854532 [ 292 ] {} TCP-Session: 3f6e0a59-3b41-4806-9ec6-ad94cdff5041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854521 [ 293 ] {} TCP-Session: d769010e-1fd0-4847-a8e7-261da56d6bc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61587 2026.01.06 01:51:32.854567 [ 292 ] {} TCP-Session: 3f6e0a59-3b41-4806-9ec6-ad94cdff5041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854570 [ 291 ] {} TCP-Session: 75b64545-9978-46e8-84ef-5f71d55eda56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854595 [ 293 ] {} TCP-Session: d769010e-1fd0-4847-a8e7-261da56d6bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854613 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} executeQuery: (from [fd00:1122:3344:101::e]:47649) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:51:32.854629 [ 293 ] {} TCP-Session: d769010e-1fd0-4847-a8e7-261da56d6bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854614 [ 291 ] {} TCP-Session: 75b64545-9978-46e8-84ef-5f71d55eda56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854517 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854445 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854398 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38106 2026.01.06 01:51:32.854872 [ 289 ] {} TCP-Session: cd83eb75-7059-4189-bb2d-53c41db5617a Authenticating user 'default' from [fd00:1122:3344:101::e]:56076 2026.01.06 01:51:32.854864 [ 286 ] {} TCP-Session: babc7225-17fe-4dec-9ac3-a1c69ae43322 Authenticating user 'default' from [fd00:1122:3344:101::e]:43127 2026.01.06 01:51:32.854917 [ 289 ] {} TCP-Session: cd83eb75-7059-4189-bb2d-53c41db5617a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854382 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41499 2026.01.06 01:51:32.854949 [ 286 ] {} TCP-Session: babc7225-17fe-4dec-9ac3-a1c69ae43322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854950 [ 289 ] {} TCP-Session: cd83eb75-7059-4189-bb2d-53c41db5617a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854978 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:51:32.854980 [ 286 ] {} TCP-Session: babc7225-17fe-4dec-9ac3-a1c69ae43322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855017 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.854959 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.855055 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:51:32.855048 [ 294 ] {} TCP-Session: 69c26971-b76d-46c6-97a0-9c9dd962c850 Authenticating user 'default' from [fd00:1122:3344:101::e]:41499 2026.01.06 01:51:32.855082 [ 3 ] {} TCP-Session: 396e0f9d-1d1d-4d76-8f7b-f3c740d5a0fe Authenticating user 'default' from [fd00:1122:3344:101::e]:38106 2026.01.06 01:51:32.855109 [ 294 ] {} TCP-Session: 69c26971-b76d-46c6-97a0-9c9dd962c850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.854309 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65184 2026.01.06 01:51:32.855142 [ 294 ] {} TCP-Session: 69c26971-b76d-46c6-97a0-9c9dd962c850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855138 [ 3 ] {} TCP-Session: 396e0f9d-1d1d-4d76-8f7b-f3c740d5a0fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855200 [ 3 ] {} TCP-Session: 396e0f9d-1d1d-4d76-8f7b-f3c740d5a0fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855206 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:51:32.855247 [ 290 ] {} TCP-Session: 21654b65-1c3a-4f9d-9528-a7cb93fd7ebd Authenticating user 'default' from [fd00:1122:3344:101::e]:65184 2026.01.06 01:51:32.855267 [ 290 ] {} TCP-Session: 21654b65-1c3a-4f9d-9528-a7cb93fd7ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855279 [ 290 ] {} TCP-Session: 21654b65-1c3a-4f9d-9528-a7cb93fd7ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.855412 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:51:32.856277 [ 333 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} AggregatingTransform: Aggregating 2026.01.06 01:51:32.856334 [ 333 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} Aggregator: Aggregation method: without_key 2026.01.06 01:51:32.856378 [ 333 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000855078 sec. (1169.484 rows/sec., 45.68 KiB/sec.) 2026.01.06 01:51:32.856399 [ 333 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} Aggregator: Merging aggregated data 2026.01.06 01:51:32.857644 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} executeQuery: Read 1 rows, 40.00 B in 0.003087 sec., 323.93909944930357 rows/sec., 12.65 KiB/sec. 2026.01.06 01:51:32.857783 [ 288 ] {bce7ec4c-2478-4821-a0d2-0ad8fcde0073} TCPHandler: Processed in 0.003461413 sec. 2026.01.06 01:51:32.857893 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857920 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857935 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857951 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857972 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857989 [ 290 ] {} TCP-Session: 21654b65-1c3a-4f9d-9528-a7cb93fd7ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858015 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.858031 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.858033 [ 293 ] {} TCP-Session: d769010e-1fd0-4847-a8e7-261da56d6bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858056 [ 286 ] {} TCP-Session: babc7225-17fe-4dec-9ac3-a1c69ae43322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858076 [ 3 ] {} TCP-Session: 396e0f9d-1d1d-4d76-8f7b-f3c740d5a0fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858001 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.857984 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:51:32.858131 [ 292 ] {} TCP-Session: 3f6e0a59-3b41-4806-9ec6-ad94cdff5041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.857968 [ 289 ] {} TCP-Session: cd83eb75-7059-4189-bb2d-53c41db5617a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858157 [ 294 ] {} TCP-Session: 69c26971-b76d-46c6-97a0-9c9dd962c850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.858011 [ 291 ] {} TCP-Session: 75b64545-9978-46e8-84ef-5f71d55eda56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:32.857925 [ 288 ] {} TCP-Session: 5191370c-429c-4976-8de1-7ec86d5fb6a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:51:33.322015 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 532 2026.01.06 01:51:33.324286 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:33.324343 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:33.325555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:51:33.325870 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:33.326211 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 532 2026.01.06 01:51:35.274392 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.274702 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:35.274811 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:35.275739 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.275790 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.276206 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:35.276455 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.276619 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} executeQuery: Read 116 rows, 10.03 KiB in 0.001994 sec., 58174.52357071213 rows/sec., 4.91 MiB/sec. 2026.01.06 01:51:35.276669 [ 254 ] {4428a165-57e1-492c-a0bb-5331e0b46c08} TCPHandler: Processed in 0.002465523 sec. 2026.01.06 01:51:35.276803 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.276908 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:35.276950 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:35.277371 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.277410 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.277721 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:35.277934 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.278060 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} executeQuery: Read 30 rows, 2.26 KiB in 0.001176 sec., 25510.204081632655 rows/sec., 1.87 MiB/sec. 2026.01.06 01:51:35.278098 [ 254 ] {49cc2623-87df-4292-806a-74bdd43d670b} TCPHandler: Processed in 0.001346963 sec. 2026.01.06 01:51:35.278208 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.278303 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:35.278343 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:35.278777 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.278814 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.279133 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:35.279343 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.279469 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} executeQuery: Read 94 rows, 7.52 KiB in 0.001184 sec., 79391.8918918919 rows/sec., 6.20 MiB/sec. 2026.01.06 01:51:35.279506 [ 254 ] {dd0fbc0f-d0f1-4b3d-93bf-a217bd1d3bdd} TCPHandler: Processed in 0.001347513 sec. 2026.01.06 01:51:35.279617 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.279711 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:35.279754 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:35.280168 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.280204 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.280527 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:35.280753 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.280880 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.06 01:51:35.280917 [ 254 ] {01b4e0f4-9a6f-457f-aa74-ace598b9c863} TCPHandler: Processed in 0.001349083 sec. 2026.01.06 01:51:35.281026 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.281119 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:35.281173 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} 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.01.06 01:51:35.281994 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.282031 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.282571 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:51:35.282795 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.282928 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} executeQuery: Read 30 rows, 55.05 KiB in 0.001826 sec., 16429.35377875137 rows/sec., 29.44 MiB/sec. 2026.01.06 01:51:35.282980 [ 254 ] {643199be-7999-4b88-941a-17f46dfa238c} TCPHandler: Processed in 0.002003218 sec. 2026.01.06 01:51:35.283101 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:35.283220 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:35.283270 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:35.283672 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:35.283715 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:35.284084 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:35.284333 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:35.284460 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} executeQuery: Read 60 rows, 4.14 KiB in 0.001265 sec., 47430.83003952569 rows/sec., 3.20 MiB/sec. 2026.01.06 01:51:35.284496 [ 254 ] {afbb4a03-3fe6-4987-af7c-e521d6800437} TCPHandler: Processed in 0.001453623 sec. 2026.01.06 01:51:38.205618 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:51:38.205667 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:51:38.314074 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8665 2026.01.06 01:51:38.314582 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:38.314616 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:38.315132 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:38.315371 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:38.315504 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8665 2026.01.06 01:51:38.759152 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.06 01:51:38.775065 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:38.775136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.06 01:51:38.781422 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:51:38.782186 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:38.785338 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.06 01:51:40.274414 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.274740 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:40.274843 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:40.275757 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.275799 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.276203 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:40.276425 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.276576 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} executeQuery: Read 76 rows, 6.39 KiB in 0.001912 sec., 39748.9539748954 rows/sec., 3.26 MiB/sec. 2026.01.06 01:51:40.276618 [ 254 ] {c8025b21-6033-4a5d-b640-34a72c5db2bd} TCPHandler: Processed in 0.002383153 sec. 2026.01.06 01:51:40.276735 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.276829 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:40.276868 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:40.277318 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.277355 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.277636 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:40.277836 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.277962 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} executeQuery: Read 10 rows, 770.00 B in 0.001152 sec., 8680.555555555555 rows/sec., 652.74 KiB/sec. 2026.01.06 01:51:40.277998 [ 254 ] {515eb1a6-0375-4393-970f-e21e2e05274d} TCPHandler: Processed in 0.001312323 sec. 2026.01.06 01:51:40.278105 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.278196 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:40.278235 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:40.278669 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.278704 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.279029 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:40.279231 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.279351 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} executeQuery: Read 74 rows, 5.92 KiB in 0.001172 sec., 63139.93174061433 rows/sec., 4.93 MiB/sec. 2026.01.06 01:51:40.279386 [ 254 ] {a138fbe9-efee-440a-b8c1-977119423afa} TCPHandler: Processed in 0.001328733 sec. 2026.01.06 01:51:40.279491 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.279583 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:40.279625 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:40.280004 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.280037 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.280352 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:40.280562 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.280685 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} executeQuery: Read 160 rows, 11.41 KiB in 0.00112 sec., 142857.14285714287 rows/sec., 9.95 MiB/sec. 2026.01.06 01:51:40.280720 [ 254 ] {d21f57b8-53bb-416f-bb32-c25e6e06ffb8} TCPHandler: Processed in 0.001275942 sec. 2026.01.06 01:51:40.280821 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.280913 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:40.280965 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} 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.01.06 01:51:40.281667 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.281703 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.282196 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:51:40.282406 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.282536 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} executeQuery: Read 10 rows, 18.35 KiB in 0.001641 sec., 6093.845216331505 rows/sec., 10.92 MiB/sec. 2026.01.06 01:51:40.282586 [ 254 ] {3c1dffeb-e852-4d13-a4c2-450279ced232} TCPHandler: Processed in 0.001810837 sec. 2026.01.06 01:51:40.282691 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:40.282783 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:40.282824 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:40.283199 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:40.283236 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:40.283570 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:40.283773 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:40.283898 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.01.06 01:51:40.283934 [ 254 ] {de17fe23-40d5-45ea-a223-f85f4d88cf07} TCPHandler: Processed in 0.001290932 sec. 2026.01.06 01:51:43.326439 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 556 2026.01.06 01:51:43.328845 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:43.328888 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:43.330008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:51:43.330262 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:43.330498 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 556 2026.01.06 01:51:44.079641 [ 74 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.06 01:51:44.079717 [ 74 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:44.079748 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:44.079885 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:51:44.080046 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:44.080096 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:51:44.080228 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2026.01.06 01:51:44.080303 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:51:44.080370 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.01.06 01:51:44.080435 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part 2026.01.06 01:51:44.081442 [ 187 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.001615346 sec., 16095.622857270208 rows/sec., 1.34 MiB/sec. 2026.01.06 01:51:44.081582 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.06 01:51:44.081842 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:44.081908 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_5_1} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.06 01:51:44.081974 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:51:45.306707 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.306926 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.307008 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:51:45.307765 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.307816 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.308208 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:51:45.308432 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.308583 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} executeQuery: Read 24 rows, 2.04 KiB in 0.001713 sec., 14010.507880910684 rows/sec., 1.16 MiB/sec. 2026.01.06 01:51:45.308627 [ 254 ] {bc21dc34-31dc-4085-ac99-dadefc079a73} TCPHandler: Processed in 0.002062509 sec. 2026.01.06 01:51:45.308747 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.308845 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:51:45.308888 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:51:45.309283 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.309320 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.309628 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:51:45.309835 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.309966 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} executeQuery: Read 12 rows, 1002.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 857.59 KiB/sec. 2026.01.06 01:51:45.310005 [ 254 ] {a74525d1-05f5-4baa-96e2-e82eaa459a58} TCPHandler: Processed in 0.001308913 sec. 2026.01.06 01:51:45.310111 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.310205 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:45.310244 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:45.311348 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.311389 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.311861 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:45.312089 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.312249 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} executeQuery: Read 1382 rows, 118.02 KiB in 0.002045 sec., 675794.6210268949 rows/sec., 56.36 MiB/sec. 2026.01.06 01:51:45.312294 [ 254 ] {3650d8e5-f183-49c8-b7cc-3057d3afe8ef} TCPHandler: Processed in 0.002232401 sec. 2026.01.06 01:51:45.312408 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.312507 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.312548 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:45.312981 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.313019 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.313341 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:45.313603 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.313743 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} executeQuery: Read 54 rows, 4.05 KiB in 0.001254 sec., 43062.2009569378 rows/sec., 3.16 MiB/sec. 2026.01.06 01:51:45.313783 [ 254 ] {626d5a20-22a0-47ab-bc61-998e9ef9161f} TCPHandler: Processed in 0.001424983 sec. 2026.01.06 01:51:45.313891 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.313991 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.314032 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:51:45.314494 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.314532 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.314850 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:51:45.315059 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.315187 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} executeQuery: Read 252 rows, 17.85 KiB in 0.001214 sec., 207578.25370675453 rows/sec., 14.36 MiB/sec. 2026.01.06 01:51:45.315227 [ 254 ] {a541aaef-9f5a-462b-8c25-63c00c3d669c} TCPHandler: Processed in 0.001385733 sec. 2026.01.06 01:51:45.315336 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.315430 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.315470 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:51:45.315850 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.315887 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.316180 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:51:45.316386 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.316511 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2026.01.06 01:51:45.316550 [ 254 ] {a9aa235d-5a3e-48bb-ba96-5d6582c1317a} TCPHandler: Processed in 0.001263112 sec. 2026.01.06 01:51:45.316656 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.316749 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:45.316787 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:45.317388 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.317425 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.317764 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:45.317988 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.318129 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} executeQuery: Read 598 rows, 46.04 KiB in 0.001397 sec., 428060.1288475304 rows/sec., 32.19 MiB/sec. 2026.01.06 01:51:45.318168 [ 254 ] {6db60790-d4d7-4626-99de-94fd9e1b2027} TCPHandler: Processed in 0.001560745 sec. 2026.01.06 01:51:45.318272 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.318369 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.318411 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:45.318981 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.319016 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.319402 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:45.319605 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.319739 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} executeQuery: Read 886 rows, 61.58 KiB in 0.001386 sec., 639249.6392496392 rows/sec., 43.39 MiB/sec. 2026.01.06 01:51:45.319775 [ 254 ] {9cff2a9f-ef6a-42ff-a946-cec634738467} TCPHandler: Processed in 0.001549164 sec. 2026.01.06 01:51:45.319874 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.319966 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.320019 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} 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.01.06 01:51:45.320809 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.320845 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.321387 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:51:45.321597 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.321729 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} executeQuery: Read 30 rows, 55.05 KiB in 0.00178 sec., 16853.932584269663 rows/sec., 30.20 MiB/sec. 2026.01.06 01:51:45.321778 [ 254 ] {74e2ebda-93d2-4389-baac-788a26b80994} TCPHandler: Processed in 0.001950639 sec. 2026.01.06 01:51:45.321886 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:45.321986 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:45.322026 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:45.322352 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.322388 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.322708 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:45.322926 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.323058 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.01.06 01:51:45.323095 [ 254 ] {00f3a3b6-8c9d-492f-adfa-d5ed9fa07865} TCPHandler: Processed in 0.001258492 sec. 2026.01.06 01:51:45.815645 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9113 2026.01.06 01:51:45.816355 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:45.816428 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:45.817183 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:45.817447 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:45.817588 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9113 2026.01.06 01:51:46.285454 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.06 01:51:46.301634 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:46.301682 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:46.307636 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:51:46.308373 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:46.311018 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.06 01:51:50.273404 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.273621 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:50.273693 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:50.274431 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.274473 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.274874 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:50.275095 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.275251 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} executeQuery: Read 76 rows, 6.39 KiB in 0.001685 sec., 45103.857566765575 rows/sec., 3.70 MiB/sec. 2026.01.06 01:51:50.275257 [ 94 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:50.275292 [ 254 ] {f971795f-cebd-4672-97fd-6ffea6e7384a} TCPHandler: Processed in 0.002023488 sec. 2026.01.06 01:51:50.275334 [ 94 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.275364 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.275443 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.275525 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:51:50.275542 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:50.275611 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:50.275679 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:50.275720 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2439 rows starting from the beginning of the part 2026.01.06 01:51:50.275812 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part 2026.01.06 01:51:50.275884 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 116 rows starting from the beginning of the part 2026.01.06 01:51:50.275962 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 76 rows starting from the beginning of the part 2026.01.06 01:51:50.276028 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1382 rows starting from the beginning of the part 2026.01.06 01:51:50.276077 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.276094 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 76 rows starting from the beginning of the part 2026.01.06 01:51:50.276127 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.276552 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:50.276794 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.276935 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} executeQuery: Read 10 rows, 770.00 B in 0.001412 sec., 7082.152974504249 rows/sec., 532.54 KiB/sec. 2026.01.06 01:51:50.276973 [ 254 ] {717ccc02-6ef0-43a4-b66b-f923aa16f961} TCPHandler: Processed in 0.001579765 sec. 2026.01.06 01:51:50.277084 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.277177 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:50.277216 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:50.277640 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.277675 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.277992 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:50.278206 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.278328 [ 98 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:50.278339 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} executeQuery: Read 74 rows, 5.92 KiB in 0.00118 sec., 62711.864406779656 rows/sec., 4.90 MiB/sec. 2026.01.06 01:51:50.278371 [ 98 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.278393 [ 254 ] {d5df5d7c-5bba-41d2-8962-996e90b06b3a} TCPHandler: Processed in 0.001356653 sec. 2026.01.06 01:51:50.278396 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.278435 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 5 columns (5 merged, 0 gathered) in 0.002970838 sec., 1402297.9374843058 rows/sec., 120.81 MiB/sec. 2026.01.06 01:51:50.278513 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.278532 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:51:50.278611 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:50.278659 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:50.278696 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:50.278739 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1219 rows starting from the beginning of the part 2026.01.06 01:51:50.278747 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:50.278805 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 76 rows starting from the beginning of the part 2026.01.06 01:51:50.278855 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 94 rows starting from the beginning of the part 2026.01.06 01:51:50.278896 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part 2026.01.06 01:51:50.278935 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 598 rows starting from the beginning of the part 2026.01.06 01:51:50.278976 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 74 rows starting from the beginning of the part 2026.01.06 01:51:50.279012 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.279054 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.279090 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_26_5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:50.279098 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.279179 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.06 01:51:50.279501 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:50.279742 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.279870 [ 94 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:50.279875 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} executeQuery: Read 160 rows, 11.41 KiB in 0.001283 sec., 124707.71628994543 rows/sec., 8.69 MiB/sec. 2026.01.06 01:51:50.279911 [ 94 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.279933 [ 254 ] {d96ed22e-89d3-4218-b72e-5a0113a16c30} TCPHandler: Processed in 0.001467224 sec. 2026.01.06 01:51:50.279935 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.280049 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:50.280054 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.280140 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2135 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665956 sec., 1281546.45140688 rows/sec., 99.48 MiB/sec. 2026.01.06 01:51:50.280166 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:50.280172 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:50.280232 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} 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.01.06 01:51:50.280270 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5203 rows starting from the beginning of the part 2026.01.06 01:51:50.280338 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:50.280357 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part 2026.01.06 01:51:50.280414 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:50.280468 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:50.280516 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 886 rows starting from the beginning of the part 2026.01.06 01:51:50.280569 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:51:50.280589 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.280663 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_26_5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:50.280733 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:51:50.280977 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.281019 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.281538 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:51:50.281772 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.281935 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2026.01.06 01:51:50.281989 [ 254 ] {42bd094d-3d18-42d7-8a2d-d09621db6d9e} TCPHandler: Processed in 0.001982309 sec. 2026.01.06 01:51:50.282112 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:50.282230 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:50.282281 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:50.282683 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.282727 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.283082 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:50.283258 [ 187 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6730 rows, containing 5 columns (5 merged, 0 gathered) in 0.003245461 sec., 2073665.3436907732 rows/sec., 141.52 MiB/sec. 2026.01.06 01:51:50.283307 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.283437 [ 94 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:50.283444 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} executeQuery: Read 60 rows, 4.14 KiB in 0.001239 sec., 48426.15012106537 rows/sec., 3.26 MiB/sec. 2026.01.06 01:51:50.283478 [ 94 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:50.283499 [ 254 ] {29e4e6b3-1a16-4b0d-bb77-9b8fa7c9c18b} TCPHandler: Processed in 0.001449564 sec. 2026.01.06 01:51:50.283502 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:50.283625 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:50.283632 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.283755 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:50.283782 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 582 rows starting from the beginning of the part 2026.01.06 01:51:50.283852 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.283894 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.283898 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.283967 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.283972 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_26_5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:50.284011 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.284047 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2026.01.06 01:51:50.284062 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:51:50.284879 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 4 columns (4 merged, 0 gathered) in 0.001289132 sec., 684181.2940800478 rows/sec., 44.04 MiB/sec. 2026.01.06 01:51:50.285061 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:50.285315 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:50.285384 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_26_5} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:50.285456 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.06 01:51:53.205734 [ 95 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:51:53.205815 [ 95 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:51:53.317719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9625 2026.01.06 01:51:53.318392 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:53.318452 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:53.319063 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:53.319288 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:53.319418 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9625 2026.01.06 01:51:53.330672 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 588 2026.01.06 01:51:53.332876 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:53.332940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:53.334184 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:51:53.334481 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:53.334737 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 588 2026.01.06 01:51:53.811121 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.06 01:51:53.828201 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:53.828268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:53.834268 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:51:53.835017 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:53.838175 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.06 01:51:55.273724 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.273944 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:51:55.274019 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:51:55.274839 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.274893 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.275297 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:51:55.275528 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.275683 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} executeQuery: Read 116 rows, 10.03 KiB in 0.001795 sec., 64623.955431754875 rows/sec., 5.46 MiB/sec. 2026.01.06 01:51:55.275732 [ 254 ] {e993c090-25d0-4fd9-a291-629ad8760310} TCPHandler: Processed in 0.00215274 sec. 2026.01.06 01:51:55.275862 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.275976 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:51:55.276019 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:51:55.276474 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.276512 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.276815 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:55.277023 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.277143 [ 92 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:55.277155 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} executeQuery: Read 30 rows, 2.26 KiB in 0.001203 sec., 24937.655860349125 rows/sec., 1.83 MiB/sec. 2026.01.06 01:51:55.277212 [ 92 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.277221 [ 254 ] {0a661d1e-45d9-4dc8-b89d-98436e821e58} TCPHandler: Processed in 0.001411093 sec. 2026.01.06 01:51:55.277243 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.277350 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:51:55.277380 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.277474 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:55.277491 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:51:55.277511 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 277 rows starting from the beginning of the part 2026.01.06 01:51:55.277535 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:51:55.277579 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:55.277626 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:55.277668 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 54 rows starting from the beginning of the part 2026.01.06 01:51:55.277705 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:55.277743 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:55.277969 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.278011 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.278360 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:51:55.278588 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.278596 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 411 rows, containing 5 columns (5 merged, 0 gathered) in 0.001286132 sec., 319562.84424926835 rows/sec., 22.29 MiB/sec. 2026.01.06 01:51:55.278718 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} executeQuery: Read 94 rows, 7.52 KiB in 0.001247 sec., 75380.91419406576 rows/sec., 5.89 MiB/sec. 2026.01.06 01:51:55.278760 [ 254 ] {383c6e25-5c13-4362-8407-9fea03e25867} TCPHandler: Processed in 0.001429253 sec. 2026.01.06 01:51:55.278829 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:55.278877 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.278978 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:55.279025 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:51:55.279163 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.279248 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_26_5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:55.279341 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:51:55.279431 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.279480 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.279834 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:51:55.280052 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.280187 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.01.06 01:51:55.280224 [ 254 ] {b0aee6fa-d643-4995-ad59-f038884be40b} TCPHandler: Processed in 0.001396863 sec. 2026.01.06 01:51:55.280336 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.280432 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:51:55.280591 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} 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.01.06 01:51:55.281416 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.281453 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.282023 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:51:55.282251 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.282362 [ 92 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:51:55.282389 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} executeQuery: Read 30 rows, 55.05 KiB in 0.001975 sec., 15189.873417721517 rows/sec., 27.22 MiB/sec. 2026.01.06 01:51:55.282407 [ 92 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.282435 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.282446 [ 254 ] {eee5e03d-31c3-43d2-8aab-a956f2f6a112} TCPHandler: Processed in 0.00215951 sec. 2026.01.06 01:51:55.282546 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:51:55.282563 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:51:55.282667 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:51:55.282708 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:51:55.282829 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:51:55.282907 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 360 rows starting from the beginning of the part 2026.01.06 01:51:55.283038 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:55.283046 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:51:55.283087 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:51:55.283154 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:55.283291 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:55.283402 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 10 rows starting from the beginning of the part 2026.01.06 01:51:55.283411 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:51:55.283514 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part 2026.01.06 01:51:55.283674 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.283809 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2026.01.06 01:51:55.283847 [ 254 ] {81ef0950-bb89-4e29-a304-d0a51bbebabc} TCPHandler: Processed in 0.001333913 sec. 2026.01.06 01:51:55.287683 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 19 columns (19 merged, 0 gathered) in 0.005183609 sec., 90670.41900729782 rows/sec., 162.48 MiB/sec. 2026.01.06 01:51:55.288232 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:51:55.288553 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:51:55.288628 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_26_5} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:51:55.288722 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.01.06 01:51:56.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.71 MiB, peak 253.89 MiB, free memory in arenas 0.00 B, will set to 249.14 MiB (RSS), difference: 1.43 MiB 2026.01.06 01:52:00.273907 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.274148 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:52:00.274223 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:52:00.274998 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.275052 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.275442 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:52:00.275659 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.275810 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} executeQuery: Read 4 rows, 334.00 B in 0.001718 sec., 2328.2887077997675 rows/sec., 189.86 KiB/sec. 2026.01.06 01:52:00.275853 [ 254 ] {b463d4b7-43d5-459e-95a9-893a688e6edb} TCPHandler: Processed in 0.00208664 sec. 2026.01.06 01:52:00.275985 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.276083 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:00.276123 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:00.276639 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.276677 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.276982 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:00.277192 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.277317 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} executeQuery: Read 78 rows, 6.53 KiB in 0.001253 sec., 62250.598563447726 rows/sec., 5.09 MiB/sec. 2026.01.06 01:52:00.277353 [ 254 ] {7e29157d-8164-427c-a901-572277b85f84} TCPHandler: Processed in 0.001416073 sec. 2026.01.06 01:52:00.277475 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.277572 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:00.277611 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:00.278024 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.278059 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.278357 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:52:00.278557 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.278682 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} executeQuery: Read 14 rows, 1.03 KiB in 0.001129 sec., 12400.354295837024 rows/sec., 913.42 KiB/sec. 2026.01.06 01:52:00.278719 [ 254 ] {99fd0f70-3052-4090-807a-a2dfb6a532b4} TCPHandler: Processed in 0.001294052 sec. 2026.01.06 01:52:00.278826 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.278920 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:00.278958 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:00.279356 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.279392 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.279688 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:00.279899 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.280021 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} executeQuery: Read 78 rows, 6.24 KiB in 0.00112 sec., 69642.85714285714 rows/sec., 5.44 MiB/sec. 2026.01.06 01:52:00.280058 [ 254 ] {dd13c432-8f84-420e-89fc-f33a83b37665} TCPHandler: Processed in 0.001279512 sec. 2026.01.06 01:52:00.280167 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.280261 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:00.280303 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:00.280692 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.280727 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.281043 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:00.281251 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.281374 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} executeQuery: Read 162 rows, 11.55 KiB in 0.001131 sec., 143236.07427055703 rows/sec., 9.97 MiB/sec. 2026.01.06 01:52:00.281410 [ 254 ] {afe88864-e444-4dd7-8796-d431a581cfac} TCPHandler: Processed in 0.001289962 sec. 2026.01.06 01:52:00.281538 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.281660 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:00.281725 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} 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.01.06 01:52:00.282555 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.282592 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.283112 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:52:00.283343 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.283477 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} executeQuery: Read 10 rows, 18.35 KiB in 0.00184 sec., 5434.782608695652 rows/sec., 9.74 MiB/sec. 2026.01.06 01:52:00.283527 [ 254 ] {bdfab2ea-2cfc-49fa-ba9e-ca6f4d438ad6} TCPHandler: Processed in 0.00204708 sec. 2026.01.06 01:52:00.283634 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:00.283727 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:00.283769 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:00.284098 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.284134 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.284427 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:00.284632 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.284757 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.01.06 01:52:00.284790 [ 254 ] {85cdcd49-ec68-4370-8d41-59f4f4385d44} TCPHandler: Processed in 0.001204521 sec. 2026.01.06 01:52:00.819538 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10073 2026.01.06 01:52:00.820024 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.820069 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.820542 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:52:00.820774 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.820899 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10073 2026.01.06 01:52:00.820913 [ 88 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:52:00.820981 [ 88 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:00.821001 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:00.821116 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:52:00.821247 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:00.821282 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7705 rows starting from the beginning of the part 2026.01.06 01:52:00.821342 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.01.06 01:52:00.821384 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.01.06 01:52:00.821421 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.01.06 01:52:00.821460 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.01.06 01:52:00.821500 [ 186 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.01.06 01:52:00.823572 [ 197 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10073 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510913 sec., 4011688.1787620676 rows/sec., 57.39 MiB/sec. 2026.01.06 01:52:00.823832 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:52:00.824090 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:00.824158 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_21_4} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:52:00.824226 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.01.06 01:52:01.338289 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.06 01:52:01.355677 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:01.355741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:01.361665 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:52:01.362438 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:01.362716 [ 88 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:52:01.362780 [ 88 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:01.362799 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:01.362912 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.366102 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.06 01:52:01.366486 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:01.367225 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.370471 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.373689 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.377341 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.381137 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.384737 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:01.435446 [ 197 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.072573148 sec., 2190.8929732523106 rows/sec., 11.33 MiB/sec. 2026.01.06 01:52:01.437918 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:52:01.440235 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_21_4} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:01.440347 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_21_4} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:52:01.442964 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.01.06 01:52:02.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 251.17 MiB, peak 261.71 MiB, free memory in arenas 0.00 B, will set to 254.37 MiB (RSS), difference: 3.20 MiB 2026.01.06 01:52:03.334971 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 614 2026.01.06 01:52:03.337081 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:03.337129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:03.338336 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:52:03.338610 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:03.338783 [ 85 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.06 01:52:03.338850 [ 85 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:03.338871 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:03.338902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 614 2026.01.06 01:52:03.338998 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:52:03.339572 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:03.339708 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 470 rows starting from the beginning of the part 2026.01.06 01:52:03.340081 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2026.01.06 01:52:03.340454 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part 2026.01.06 01:52:03.340818 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:52:03.341187 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:52:03.341555 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 26 rows starting from the beginning of the part 2026.01.06 01:52:03.347884 [ 197 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 614 rows, containing 72 columns (72 merged, 0 gathered) in 0.008949484 sec., 68607.30741571245 rows/sec., 63.00 MiB/sec. 2026.01.06 01:52:03.349226 [ 198 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.06 01:52:03.349858 [ 198 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:03.349938 [ 198 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_16_3} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.06 01:52:03.350192 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2026.01.06 01:52:05.274241 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.274454 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:05.274527 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:05.275245 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.275289 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.275685 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:05.275903 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.276048 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} executeQuery: Read 118 rows, 10.23 KiB in 0.001649 sec., 71558.52031534263 rows/sec., 6.06 MiB/sec. 2026.01.06 01:52:05.276089 [ 254 ] {e26354cc-8b9b-4afb-b90a-592f1a5c448c} TCPHandler: Processed in 0.001985419 sec. 2026.01.06 01:52:05.276209 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.276302 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:05.276341 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:05.276732 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.276767 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.277057 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:05.277263 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.277389 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} executeQuery: Read 31 rows, 2.33 KiB in 0.001106 sec., 28028.93309222423 rows/sec., 2.06 MiB/sec. 2026.01.06 01:52:05.277426 [ 254 ] {802d9790-dd58-4235-871c-60cef58fdc97} TCPHandler: Processed in 0.001265212 sec. 2026.01.06 01:52:05.277534 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.277626 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:05.277664 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:05.278065 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.278100 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.278390 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:05.278594 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.278714 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} executeQuery: Read 95 rows, 7.60 KiB in 0.001106 sec., 85895.11754068716 rows/sec., 6.71 MiB/sec. 2026.01.06 01:52:05.278749 [ 254 ] {1c1cc521-2dcb-44d2-94e5-6b26bd3e8a0e} TCPHandler: Processed in 0.001262082 sec. 2026.01.06 01:52:05.278855 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.278946 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:05.278988 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:05.279382 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.279416 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.279743 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:05.279944 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.280066 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} executeQuery: Read 160 rows, 11.41 KiB in 0.001138 sec., 140597.539543058 rows/sec., 9.79 MiB/sec. 2026.01.06 01:52:05.280101 [ 254 ] {ce87a139-8361-44c5-ac41-e73864ec1329} TCPHandler: Processed in 0.001293422 sec. 2026.01.06 01:52:05.280210 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.280302 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:05.280355 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} 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.01.06 01:52:05.281128 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.281165 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.281697 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:05.281910 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.282040 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} executeQuery: Read 31 rows, 56.88 KiB in 0.001755 sec., 17663.817663817663 rows/sec., 31.65 MiB/sec. 2026.01.06 01:52:05.282092 [ 254 ] {a8178bf3-738e-46b9-b846-42ad3a2797cc} TCPHandler: Processed in 0.001928418 sec. 2026.01.06 01:52:05.282200 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:05.282292 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:05.282332 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:05.282652 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:05.282687 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:05.282984 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:05.283189 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:05.283310 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. 2026.01.06 01:52:05.283348 [ 254 ] {697bf77f-b6dc-4988-8a4a-8630461b017f} TCPHandler: Processed in 0.001195792 sec. 2026.01.06 01:52:08.205880 [ 79 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:52:08.205954 [ 79 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:52:08.321044 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10585 2026.01.06 01:52:08.321685 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:08.321731 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:08.322268 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:52:08.322492 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:08.322619 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10585 2026.01.06 01:52:08.866225 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.06 01:52:08.882421 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:08.882475 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:08.888123 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:52:08.888844 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:08.891913 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.06 01:52:10.273951 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.274263 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:10.274367 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:10.275052 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.275092 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.275491 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:10.275716 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.275871 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} executeQuery: Read 76 rows, 6.39 KiB in 0.001686 sec., 45077.10557532622 rows/sec., 3.70 MiB/sec. 2026.01.06 01:52:10.275917 [ 254 ] {9736522a-f889-4d7a-b170-d681f99797d9} TCPHandler: Processed in 0.002149331 sec. 2026.01.06 01:52:10.276041 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.276143 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:10.276185 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:10.276597 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.276630 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.276938 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:10.277148 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.277273 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} executeQuery: Read 10 rows, 770.00 B in 0.001155 sec., 8658.008658008657 rows/sec., 651.04 KiB/sec. 2026.01.06 01:52:10.277308 [ 254 ] {77a89670-0421-46d4-be9f-95a7367d99a5} TCPHandler: Processed in 0.001317942 sec. 2026.01.06 01:52:10.277421 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.277513 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:10.277551 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:10.277970 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.278003 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.278292 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:10.278499 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.278621 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} executeQuery: Read 74 rows, 5.92 KiB in 0.001126 sec., 65719.36056838365 rows/sec., 5.13 MiB/sec. 2026.01.06 01:52:10.278656 [ 254 ] {981853e0-9d69-467a-8f5b-fc0b199b3695} TCPHandler: Processed in 0.001283312 sec. 2026.01.06 01:52:10.278767 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.278860 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:10.278902 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:10.279299 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.279332 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.279644 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:10.279862 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.279989 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.01.06 01:52:10.280023 [ 254 ] {a06f7dd5-b26c-4ad4-968b-07b0c5e6e7ff} TCPHandler: Processed in 0.001303892 sec. 2026.01.06 01:52:10.280132 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.280225 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:10.280278 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} 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.01.06 01:52:10.281019 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.281053 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.281539 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:52:10.281756 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.281885 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} executeQuery: Read 10 rows, 18.35 KiB in 0.001678 sec., 5959.475566150179 rows/sec., 10.68 MiB/sec. 2026.01.06 01:52:10.281935 [ 254 ] {f73f6d80-ec9b-424d-87c0-4e74242c94b6} TCPHandler: Processed in 0.001850917 sec. 2026.01.06 01:52:10.282040 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:10.282133 [ 254 ] {69848d22-589a-469f-913d-217879075487} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:10.282174 [ 254 ] {69848d22-589a-469f-913d-217879075487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:10.282490 [ 254 ] {69848d22-589a-469f-913d-217879075487} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:10.282523 [ 254 ] {69848d22-589a-469f-913d-217879075487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:10.282813 [ 254 ] {69848d22-589a-469f-913d-217879075487} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:10.283013 [ 254 ] {69848d22-589a-469f-913d-217879075487} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:10.283133 [ 254 ] {69848d22-589a-469f-913d-217879075487} executeQuery: Read 60 rows, 4.14 KiB in 0.001018 sec., 58939.096267190565 rows/sec., 3.97 MiB/sec. 2026.01.06 01:52:10.283167 [ 254 ] {69848d22-589a-469f-913d-217879075487} TCPHandler: Processed in 0.001174751 sec. 2026.01.06 01:52:12.013084 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.013288 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.013367 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:52:12.014182 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.014233 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.014687 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:52:12.014924 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.015082 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} executeQuery: Read 410 rows, 26.63 KiB in 0.001851 sec., 221501.89086980012 rows/sec., 14.05 MiB/sec. 2026.01.06 01:52:12.015135 [ 254 ] {0368feaa-1e0b-4a6d-912b-aa0f7e93eb53} TCPHandler: Processed in 0.00219795 sec. 2026.01.06 01:52:12.015272 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.015380 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:12.015428 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:12.016924 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.016963 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.017469 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:12.017692 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.017810 [ 76 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:12.017830 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} executeQuery: Read 2314 rows, 191.77 KiB in 0.002474 sec., 935327.4050121261 rows/sec., 75.70 MiB/sec. 2026.01.06 01:52:12.017882 [ 76 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.017896 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.06 01:52:12.017912 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.017919 [ 254 ] {e45551aa-d10e-4267-bf50-be4c2570e741} TCPHandler: Processed in 0.002700115 sec. 2026.01.06 01:52:12.018025 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:52:12.018056 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.018126 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:12.018156 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.018158 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2466 rows starting from the beginning of the part 2026.01.06 01:52:12.018203 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:12.018235 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 116 rows starting from the beginning of the part 2026.01.06 01:52:12.018286 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2026.01.06 01:52:12.018336 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 118 rows starting from the beginning of the part 2026.01.06 01:52:12.018377 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 76 rows starting from the beginning of the part 2026.01.06 01:52:12.018415 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2314 rows starting from the beginning of the part 2026.01.06 01:52:12.018716 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.018752 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.019097 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:12.019321 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.019450 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} executeQuery: Read 236 rows, 14.65 KiB in 0.001317 sec., 179195.1404707669 rows/sec., 10.86 MiB/sec. 2026.01.06 01:52:12.019489 [ 254 ] {c5c5bead-f235-4121-9247-3d15d5b16893} TCPHandler: Processed in 0.001486054 sec. 2026.01.06 01:52:12.019602 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.019695 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.019735 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:52:12.020265 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5168 rows, containing 5 columns (5 merged, 0 gathered) in 0.002282481 sec., 2264202.8564531314 rows/sec., 193.06 MiB/sec. 2026.01.06 01:52:12.020293 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.020339 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.020538 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:12.020667 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:52:12.020801 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.020874 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_31_6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:12.020895 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.020941 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.06 01:52:12.021028 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} executeQuery: Read 440 rows, 29.81 KiB in 0.001351 sec., 325684.67801628425 rows/sec., 21.55 MiB/sec. 2026.01.06 01:52:12.021066 [ 254 ] {46a2bc00-c6be-4a7f-805b-0f1de8b8bcd2} TCPHandler: Processed in 0.001514424 sec. 2026.01.06 01:52:12.021185 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.021277 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.021318 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:52:12.021809 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.021844 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.022146 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:52:12.022353 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.022475 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} executeQuery: Read 211 rows, 12.27 KiB in 0.001215 sec., 173662.55144032923 rows/sec., 9.86 MiB/sec. 2026.01.06 01:52:12.022513 [ 254 ] {6867e3be-11d5-45a6-a2a0-8a35fdce9323} TCPHandler: Processed in 0.001378243 sec. 2026.01.06 01:52:12.022622 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.022714 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:12.022759 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:12.023620 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.023655 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.024012 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:12.024226 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.024333 [ 76 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:12.024352 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} executeQuery: Read 1166 rows, 85.24 KiB in 0.001656 sec., 704106.2801932368 rows/sec., 50.27 MiB/sec. 2026.01.06 01:52:12.024376 [ 76 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.024397 [ 254 ] {084512c9-68b8-4016-bd22-e4a03a826467} TCPHandler: Processed in 0.001824937 sec. 2026.01.06 01:52:12.024402 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.024506 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:52:12.024516 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.024599 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:12.024619 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:52:12.024624 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1249 rows starting from the beginning of the part 2026.01.06 01:52:12.024662 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:52:12.024682 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 94 rows starting from the beginning of the part 2026.01.06 01:52:12.024721 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2026.01.06 01:52:12.024757 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 95 rows starting from the beginning of the part 2026.01.06 01:52:12.024793 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 74 rows starting from the beginning of the part 2026.01.06 01:52:12.024829 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1166 rows starting from the beginning of the part 2026.01.06 01:52:12.025001 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.025035 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.025343 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.06 01:52:12.025554 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.025679 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.01.06 01:52:12.025716 [ 254 ] {a93ed390-bd81-4b7c-a316-1a29624563a2} TCPHandler: Processed in 0.001249792 sec. 2026.01.06 01:52:12.025831 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.025902 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001434854 sec., 1920752.9128399128 rows/sec., 146.72 MiB/sec. 2026.01.06 01:52:12.025923 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.025972 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:12.026063 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:12.026284 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.026349 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_31_6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:12.026405 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.06 01:52:12.026581 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.026616 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.026983 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:12.027189 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.027296 [ 76 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:12.027316 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} executeQuery: Read 900 rows, 60.88 KiB in 0.001411 sec., 637845.4996456414 rows/sec., 42.14 MiB/sec. 2026.01.06 01:52:12.027329 [ 76 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.027360 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.027365 [ 254 ] {f852d55e-c8cc-4b42-bedc-b364b8151813} TCPHandler: Processed in 0.001583614 sec. 2026.01.06 01:52:12.027447 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:12.027487 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.027570 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:12.027584 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.027610 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6730 rows starting from the beginning of the part 2026.01.06 01:52:12.027633 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:52:12.027683 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:12.027736 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 162 rows starting from the beginning of the part 2026.01.06 01:52:12.027779 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:12.027825 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:12.027871 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 900 rows starting from the beginning of the part 2026.01.06 01:52:12.027964 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.028006 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.028327 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:52:12.028540 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.028672 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} executeQuery: Read 1 rows, 69.00 B in 0.001106 sec., 904.1591320072333 rows/sec., 60.92 KiB/sec. 2026.01.06 01:52:12.028710 [ 254 ] {c7299e14-3cbb-4f53-8d07-1ce01ad64f07} TCPHandler: Processed in 0.001272692 sec. 2026.01.06 01:52:12.028823 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.028915 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.028969 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} 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.01.06 01:52:12.029764 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.029802 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.030377 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:52:12.030615 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.030753 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} executeQuery: Read 31 rows, 56.88 KiB in 0.001856 sec., 16702.58620689655 rows/sec., 29.93 MiB/sec. 2026.01.06 01:52:12.030806 [ 254 ] {cd2aa452-45eb-4fd1-8695-25bb4eda158e} TCPHandler: Processed in 0.002032688 sec. 2026.01.06 01:52:12.030918 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:12.031011 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:12.031055 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:12.031302 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 8272 rows, containing 5 columns (5 merged, 0 gathered) in 0.003895016 sec., 2123739.671415984 rows/sec., 144.66 MiB/sec. 2026.01.06 01:52:12.031405 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.031438 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:12.031443 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.031759 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.031801 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:12.031851 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_31_6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:12.031939 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.01.06 01:52:12.032028 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.032135 [ 76 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:12.032160 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} executeQuery: Read 66 rows, 3.92 KiB in 0.001167 sec., 56555.269922879175 rows/sec., 3.28 MiB/sec. 2026.01.06 01:52:12.032172 [ 76 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:12.032201 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:12.032203 [ 254 ] {6ced5309-76be-4d41-9fc9-72db9df90337} TCPHandler: Processed in 0.001334613 sec. 2026.01.06 01:52:12.032314 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:12.032465 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:12.032502 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 882 rows starting from the beginning of the part 2026.01.06 01:52:12.032565 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:12.032609 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:12.032652 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:12.032690 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:12.032728 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part 2026.01.06 01:52:12.033714 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.001456714 sec., 815534.1405382251 rows/sec., 52.70 MiB/sec. 2026.01.06 01:52:12.033903 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:12.034166 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:12.034244 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_31_6} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:12.034331 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.06 01:52:13.339122 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 660 2026.01.06 01:52:13.341618 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:13.341663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:13.342858 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:52:13.343117 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:13.343360 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 660 2026.01.06 01:52:15.270505 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:15.270727 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:15.270804 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:15.271522 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:15.271574 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:15.271982 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:15.272224 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:15.272383 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} executeQuery: Read 56 rows, 4.38 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.50 MiB/sec. 2026.01.06 01:52:15.272434 [ 254 ] {6097a1e0-eb55-40fc-bec4-aef20b2547cd} TCPHandler: Processed in 0.00207284 sec. 2026.01.06 01:52:15.272561 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:15.272664 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:15.272707 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:15.273144 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:15.273182 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:15.273495 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:15.273708 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:15.273836 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} executeQuery: Read 64 rows, 5.12 KiB in 0.001196 sec., 53511.70568561873 rows/sec., 4.18 MiB/sec. 2026.01.06 01:52:15.273875 [ 254 ] {4e5088d4-33b8-48e8-ab26-76bd65759fb5} TCPHandler: Processed in 0.001366062 sec. 2026.01.06 01:52:15.273986 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:15.274082 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:15.274128 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:15.274493 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:15.274529 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:15.274862 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:15.275067 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:15.275195 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} executeQuery: Read 98 rows, 7.00 KiB in 0.001133 sec., 86496.02824360106 rows/sec., 6.03 MiB/sec. 2026.01.06 01:52:15.275232 [ 254 ] {2bc17fe0-2142-4b68-af4e-d635e6df2c81} TCPHandler: Processed in 0.001296982 sec. 2026.01.06 01:52:15.275341 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:15.275435 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:15.275479 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:15.275793 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:15.275829 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:15.276136 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:15.276342 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:15.276467 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} executeQuery: Read 38 rows, 2.61 KiB in 0.00105 sec., 36190.47619047619 rows/sec., 2.43 MiB/sec. 2026.01.06 01:52:15.276502 [ 254 ] {cacb07bc-ff3c-4ae6-84b4-2d7201996d16} TCPHandler: Processed in 0.001210392 sec. 2026.01.06 01:52:15.822745 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11033 2026.01.06 01:52:15.823242 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:15.823281 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:15.823779 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:52:15.824062 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:15.824230 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11033 2026.01.06 01:52:16.392019 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.06 01:52:16.407623 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:16.407668 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:16.413586 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:52:16.414259 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:16.416864 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.06 01:52:20.273912 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.274137 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:20.274214 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:20.274952 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.275001 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.275411 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:20.275640 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.275804 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} executeQuery: Read 76 rows, 6.39 KiB in 0.001723 sec., 44109.112013929196 rows/sec., 3.62 MiB/sec. 2026.01.06 01:52:20.275854 [ 254 ] {49468bdb-42ba-41b5-bbe7-827f7d0c7b1d} TCPHandler: Processed in 0.002083369 sec. 2026.01.06 01:52:20.275998 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.276102 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:20.276146 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:20.276613 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.276653 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.276968 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:20.277178 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.277292 [ 67 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:20.277313 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} executeQuery: Read 10 rows, 770.00 B in 0.001234 sec., 8103.727714748784 rows/sec., 609.36 KiB/sec. 2026.01.06 01:52:20.277364 [ 67 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.277373 [ 254 ] {8d9b07e7-fc18-4e89-bb08-4f443099c2b6} TCPHandler: Processed in 0.001427503 sec. 2026.01.06 01:52:20.277398 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.277531 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:52:20.277579 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.277646 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:20.277682 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 277 rows starting from the beginning of the part 2026.01.06 01:52:20.277725 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:20.277750 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2026.01.06 01:52:20.277787 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:20.277794 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:20.277844 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:20.277883 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 236 rows starting from the beginning of the part 2026.01.06 01:52:20.277922 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:20.278340 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.278385 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.278728 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 578 rows, containing 5 columns (5 merged, 0 gathered) in 0.001243352 sec., 464872.3772511726 rows/sec., 30.99 MiB/sec. 2026.01.06 01:52:20.278744 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:20.278878 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:20.278984 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.279123 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} executeQuery: Read 74 rows, 5.92 KiB in 0.00143 sec., 51748.25174825174 rows/sec., 4.04 MiB/sec. 2026.01.06 01:52:20.279141 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.279173 [ 254 ] {25119860-346b-4545-85ed-23b74911ffb7} TCPHandler: Processed in 0.001669085 sec. 2026.01.06 01:52:20.279213 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_31_6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:20.279288 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.06 01:52:20.279313 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.279420 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:20.279466 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:20.279889 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.279925 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.280281 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:20.280493 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.280626 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2026.01.06 01:52:20.280663 [ 254 ] {4fad7aa1-8a15-4608-8a70-72e633fa8ecf} TCPHandler: Processed in 0.001403323 sec. 2026.01.06 01:52:20.280777 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.280872 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:20.280927 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} 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.01.06 01:52:20.281686 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.281723 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.282241 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:52:20.282464 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.282581 [ 66 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:52:20.282600 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} executeQuery: Read 10 rows, 18.35 KiB in 0.001747 sec., 5724.098454493417 rows/sec., 10.26 MiB/sec. 2026.01.06 01:52:20.282648 [ 66 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.282672 [ 254 ] {6562040d-dc5a-40e6-a9d7-f8f78723c316} TCPHandler: Processed in 0.001945338 sec. 2026.01.06 01:52:20.282678 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.282765 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:52:20.282797 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:20.282891 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:20.282925 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:20.282933 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:20.282970 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 470 rows starting from the beginning of the part 2026.01.06 01:52:20.283068 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:20.283159 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:20.283247 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:20.283280 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:20.283321 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:20.283328 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:20.283415 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:20.283653 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:20.283859 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.283985 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2026.01.06 01:52:20.284021 [ 254 ] {f8883960-8cfe-4e1b-ac7f-06f17fac8c51} TCPHandler: Processed in 0.001275132 sec. 2026.01.06 01:52:20.310904 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 562 rows, containing 19 columns (19 merged, 0 gathered) in 0.028156702 sec., 19959.723976195794 rows/sec., 35.77 MiB/sec. 2026.01.06 01:52:20.312092 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:52:20.312462 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:20.312548 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_31_6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:52:20.312723 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.01.06 01:52:21.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 258.09 MiB, peak 265.42 MiB, free memory in arenas 0.00 B, will set to 259.81 MiB (RSS), difference: 1.71 MiB 2026.01.06 01:52:23.206202 [ 64 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:52:23.206253 [ 64 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:52:23.324354 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11545 2026.01.06 01:52:23.324908 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:23.324959 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:23.325512 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:52:23.325761 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:23.325889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11545 2026.01.06 01:52:23.343625 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 680 2026.01.06 01:52:23.345701 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:23.345739 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:23.346938 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:52:23.347199 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:23.347454 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 680 2026.01.06 01:52:23.916959 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.06 01:52:23.934975 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:23.935042 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:23.941040 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:52:23.941733 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:23.944961 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.06 01:52:25.039425 [ 58 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.06 01:52:25.039511 [ 58 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.039537 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.039672 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::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.01.06 01:52:25.039824 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:25.039863 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.06 01:52:25.039934 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.01.06 01:52:25.039983 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.01.06 01:52:25.040030 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.01.06 01:52:25.040078 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.01.06 01:52:25.041004 [ 188 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 8 rows, containing 4 columns (4 merged, 0 gathered) in 0.001392663 sec., 5744.390423239506 rows/sec., 375.85 KiB/sec. 2026.01.06 01:52:25.041141 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.06 01:52:25.041395 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.041458 [ 191 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_5_1} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.06 01:52:25.041520 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.06 01:52:25.285901 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.286106 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.286183 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:52:25.287065 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.287115 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.287548 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:52:25.287778 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.287938 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} executeQuery: Read 410 rows, 26.63 KiB in 0.001888 sec., 217161.01694915254 rows/sec., 13.78 MiB/sec. 2026.01.06 01:52:25.287990 [ 254 ] {7a339083-df31-402d-9699-baa60b5f91d9} TCPHandler: Processed in 0.00223512 sec. 2026.01.06 01:52:25.288143 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.288247 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:25.288293 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:25.289267 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.289306 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.289702 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:25.289912 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.290046 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} executeQuery: Read 1174 rows, 95.65 KiB in 0.001823 sec., 643993.4174437741 rows/sec., 51.24 MiB/sec. 2026.01.06 01:52:25.290086 [ 254 ] {38f9e9e3-dcb5-421a-bf50-b29a45ff2e29} TCPHandler: Processed in 0.001997499 sec. 2026.01.06 01:52:25.290205 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.290305 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.290354 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:25.290843 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.290880 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.291204 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:25.291422 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.291553 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} executeQuery: Read 236 rows, 14.65 KiB in 0.001269 sec., 185973.207249803 rows/sec., 11.27 MiB/sec. 2026.01.06 01:52:25.291590 [ 254 ] {5ff056f6-0f6c-4333-aa8c-2fbc8436289d} TCPHandler: Processed in 0.001435993 sec. 2026.01.06 01:52:25.291704 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.291800 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.291840 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:52:25.292304 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.292342 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.292647 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:52:25.292874 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.292999 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} executeQuery: Read 212 rows, 14.00 KiB in 0.001218 sec., 174055.82922824303 rows/sec., 11.22 MiB/sec. 2026.01.06 01:52:25.293036 [ 254 ] {6d9d7f2f-d366-470d-973e-ee3cdee43bd9} TCPHandler: Processed in 0.001382453 sec. 2026.01.06 01:52:25.293143 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.293237 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.293279 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:52:25.293738 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.293775 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.294081 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:52:25.294292 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.294419 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} executeQuery: Read 211 rows, 12.27 KiB in 0.0012 sec., 175833.33333333334 rows/sec., 9.98 MiB/sec. 2026.01.06 01:52:25.294456 [ 254 ] {c7996752-5bc7-4c80-8fd4-701568023df1} TCPHandler: Processed in 0.001362413 sec. 2026.01.06 01:52:25.294565 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.294659 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:25.294723 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:25.295352 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.295387 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.295723 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:25.295935 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.296063 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} executeQuery: Read 710 rows, 50.95 KiB in 0.001423 sec., 498945.8889669712 rows/sec., 34.97 MiB/sec. 2026.01.06 01:52:25.296101 [ 254 ] {9081be23-8073-4f4c-8494-8393a9163457} TCPHandler: Processed in 0.001585225 sec. 2026.01.06 01:52:25.296210 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.296332 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:52:25.296374 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:52:25.296696 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.296732 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.297038 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.06 01:52:25.297262 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.297393 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.01.06 01:52:25.297429 [ 254 ] {4ee95d74-0db5-4556-9c0f-b88fa7b126a6} TCPHandler: Processed in 0.001268921 sec. 2026.01.06 01:52:25.297530 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.297625 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.297668 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:25.298097 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.298133 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.298465 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:25.298673 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.298801 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} executeQuery: Read 314 rows, 21.12 KiB in 0.001194 sec., 262981.5745393635 rows/sec., 17.28 MiB/sec. 2026.01.06 01:52:25.298839 [ 254 ] {fce4321c-cca2-46a2-b144-13d21c367255} TCPHandler: Processed in 0.001357083 sec. 2026.01.06 01:52:25.298944 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.299038 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.299081 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:52:25.299380 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.299416 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.299715 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:52:25.299926 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.300052 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2026.01.06 01:52:25.300089 [ 254 ] {1eb21657-ec11-491e-94e3-a7efbbba7685} TCPHandler: Processed in 0.001193451 sec. 2026.01.06 01:52:25.300196 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.300290 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.300344 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} 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.01.06 01:52:25.301144 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.301182 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.301716 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:52:25.301968 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.302107 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} executeQuery: Read 31 rows, 56.88 KiB in 0.001835 sec., 16893.732970027246 rows/sec., 30.27 MiB/sec. 2026.01.06 01:52:25.302173 [ 254 ] {36af609e-580f-4b5b-b1ad-32d0628eec3e} TCPHandler: Processed in 0.002025439 sec. 2026.01.06 01:52:25.302285 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:25.302380 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:25.302421 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:25.302744 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:25.302780 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:25.303085 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:25.303297 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:25.303424 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} executeQuery: Read 104 rows, 6.53 KiB in 0.001061 sec., 98020.73515551366 rows/sec., 6.01 MiB/sec. 2026.01.06 01:52:25.303460 [ 254 ] {f7d3e300-914c-49f3-8cd7-7c678a958027} TCPHandler: Processed in 0.001224482 sec. 2026.01.06 01:52:30.274043 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.274260 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:52:30.274334 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:52:30.274995 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.275033 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.275416 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:52:30.275641 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.275792 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} executeQuery: Read 2 rows, 167.00 B in 0.00159 sec., 1257.8616352201257 rows/sec., 102.57 KiB/sec. 2026.01.06 01:52:30.275833 [ 254 ] {2a2877f2-969c-4d37-9e2a-10019fe35fbe} TCPHandler: Processed in 0.001930378 sec. 2026.01.06 01:52:30.275951 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.276047 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:30.276086 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:30.276525 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.276561 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.276875 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:30.277081 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.277206 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} executeQuery: Read 77 rows, 6.46 KiB in 0.001178 sec., 65365.025466893036 rows/sec., 5.35 MiB/sec. 2026.01.06 01:52:30.277242 [ 254 ] {b2cc464e-4fd5-40c5-813c-f5b68d96974f} TCPHandler: Processed in 0.001339943 sec. 2026.01.06 01:52:30.277361 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.277456 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:30.277494 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:30.277894 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.277929 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.278232 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:30.278438 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.278562 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} executeQuery: Read 12 rows, 913.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 792.53 KiB/sec. 2026.01.06 01:52:30.278599 [ 254 ] {cea44045-dc65-4bb9-9c15-e5c755df96ef} TCPHandler: Processed in 0.001290872 sec. 2026.01.06 01:52:30.278720 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.278841 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:30.278889 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:30.279378 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.279420 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.279795 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:30.280006 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.280128 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} executeQuery: Read 76 rows, 6.08 KiB in 0.001312 sec., 57926.829268292684 rows/sec., 4.52 MiB/sec. 2026.01.06 01:52:30.280163 [ 254 ] {ca83c8b7-427f-458c-b413-c5f7b9649767} TCPHandler: Processed in 0.001503414 sec. 2026.01.06 01:52:30.280270 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.280363 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:30.280406 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:30.280789 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.280823 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.281144 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:30.281344 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.281470 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} executeQuery: Read 161 rows, 11.48 KiB in 0.001125 sec., 143111.11111111112 rows/sec., 9.97 MiB/sec. 2026.01.06 01:52:30.281505 [ 254 ] {639e2de2-251c-43c4-a133-71e66349e203} TCPHandler: Processed in 0.001282962 sec. 2026.01.06 01:52:30.281616 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.281732 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:30.281797 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} 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.01.06 01:52:30.282652 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.282695 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.283232 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:52:30.283453 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.283589 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} executeQuery: Read 10 rows, 18.35 KiB in 0.001882 sec., 5313.496280552604 rows/sec., 9.52 MiB/sec. 2026.01.06 01:52:30.283642 [ 254 ] {b3b4d600-4b71-4dfe-8184-be64fce9ac59} TCPHandler: Processed in 0.002084739 sec. 2026.01.06 01:52:30.283748 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:30.283843 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:30.283885 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:30.284218 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.284254 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.284563 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:30.284764 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.284890 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2026.01.06 01:52:30.284925 [ 254 ] {b92b7f09-075e-4ea0-8007-c26dbe9bffe9} TCPHandler: Processed in 0.001225531 sec. 2026.01.06 01:52:30.826032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11993 2026.01.06 01:52:30.826596 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:30.826647 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:30.827181 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:52:30.827426 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:30.827558 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11993 2026.01.06 01:52:31.445093 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.06 01:52:31.462435 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:31.462489 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:31.468331 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:52:31.469029 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:31.471807 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.06 01:52:32.624112 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56152 2026.01.06 01:52:32.624227 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624261 [ 286 ] {} TCP-Session: d10f8a00-00e6-413c-94c3-0b68a798748e Authenticating user 'default' from [fd00:1122:3344:101::e]:56152 2026.01.06 01:52:32.624284 [ 286 ] {} TCP-Session: d10f8a00-00e6-413c-94c3-0b68a798748e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624299 [ 286 ] {} TCP-Session: d10f8a00-00e6-413c-94c3-0b68a798748e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624488 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47651 2026.01.06 01:52:32.624531 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34784 2026.01.06 01:52:32.624559 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38862 2026.01.06 01:52:32.624582 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61798 2026.01.06 01:52:32.624594 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43774 2026.01.06 01:52:32.624615 [ 286 ] {} TCP-Session: d10f8a00-00e6-413c-94c3-0b68a798748e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:32.624680 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624605 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56413 2026.01.06 01:52:32.624706 [ 290 ] {} TCP-Session: ead363c7-6302-4afc-8932-b66248a400d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38862 2026.01.06 01:52:32.624604 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624739 [ 290 ] {} TCP-Session: ead363c7-6302-4afc-8932-b66248a400d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624569 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40556 2026.01.06 01:52:32.624771 [ 287 ] {} TCP-Session: aab12697-898e-460e-a685-d8aaf266e728 Authenticating user 'default' from [fd00:1122:3344:101::e]:47651 2026.01.06 01:52:32.624774 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624818 [ 287 ] {} TCP-Session: aab12697-898e-460e-a685-d8aaf266e728 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624772 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624849 [ 288 ] {} TCP-Session: 37938b84-098b-4a12-9a7f-1a78a12315c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34784 2026.01.06 01:52:32.624850 [ 287 ] {} TCP-Session: aab12697-898e-460e-a685-d8aaf266e728 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624878 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} executeQuery: (from [fd00:1122:3344:101::e]:56152) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:52:32.624889 [ 288 ] {} TCP-Session: 37938b84-098b-4a12-9a7f-1a78a12315c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624880 [ 292 ] {} TCP-Session: e5d31038-af6c-422f-a152-2991ab6cd446 Authenticating user 'default' from [fd00:1122:3344:101::e]:61798 2026.01.06 01:52:32.624931 [ 288 ] {} TCP-Session: 37938b84-098b-4a12-9a7f-1a78a12315c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624947 [ 292 ] {} TCP-Session: e5d31038-af6c-422f-a152-2991ab6cd446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624773 [ 290 ] {} TCP-Session: ead363c7-6302-4afc-8932-b66248a400d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624963 [ 292 ] {} TCP-Session: e5d31038-af6c-422f-a152-2991ab6cd446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624982 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.624993 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.625026 [ 293 ] {} TCP-Session: aa5d8a47-110b-4d77-a199-26d7732a0887 Authenticating user 'default' from [fd00:1122:3344:101::e]:43774 2026.01.06 01:52:32.625028 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.625049 [ 294 ] {} TCP-Session: 790839c7-1ae3-4c51-8ce1-9d89de243a04 Authenticating user 'default' from [fd00:1122:3344:101::e]:56413 2026.01.06 01:52:32.625061 [ 293 ] {} TCP-Session: aa5d8a47-110b-4d77-a199-26d7732a0887 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625081 [ 291 ] {} TCP-Session: 2506ba6d-f1b3-4c66-94eb-b22324473fc3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40556 2026.01.06 01:52:32.625106 [ 293 ] {} TCP-Session: aa5d8a47-110b-4d77-a199-26d7732a0887 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625123 [ 291 ] {} TCP-Session: 2506ba6d-f1b3-4c66-94eb-b22324473fc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625097 [ 294 ] {} TCP-Session: 790839c7-1ae3-4c51-8ce1-9d89de243a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625148 [ 291 ] {} TCP-Session: 2506ba6d-f1b3-4c66-94eb-b22324473fc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.624556 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65398 2026.01.06 01:52:32.625206 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:52:32.625180 [ 294 ] {} TCP-Session: 790839c7-1ae3-4c51-8ce1-9d89de243a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625274 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:52:32.625349 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.625378 [ 289 ] {} TCP-Session: 2cb0738b-0596-4d00-a388-4f0dcde96b1e Authenticating user 'default' from [fd00:1122:3344:101::e]:65398 2026.01.06 01:52:32.625394 [ 289 ] {} TCP-Session: 2cb0738b-0596-4d00-a388-4f0dcde96b1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625406 [ 289 ] {} TCP-Session: 2cb0738b-0596-4d00-a388-4f0dcde96b1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.625552 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:52:32.626472 [ 340 ] {f399414d-6718-47c5-867f-f4314fefae70} AggregatingTransform: Aggregating 2026.01.06 01:52:32.626514 [ 340 ] {f399414d-6718-47c5-867f-f4314fefae70} Aggregator: Aggregation method: without_key 2026.01.06 01:52:32.626549 [ 340 ] {f399414d-6718-47c5-867f-f4314fefae70} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000896519 sec. (1115.425 rows/sec., 43.57 KiB/sec.) 2026.01.06 01:52:32.626568 [ 340 ] {f399414d-6718-47c5-867f-f4314fefae70} Aggregator: Merging aggregated data 2026.01.06 01:52:32.627860 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} executeQuery: Read 1 rows, 40.00 B in 0.003059 sec., 326.90421706440014 rows/sec., 12.77 KiB/sec. 2026.01.06 01:52:32.627983 [ 286 ] {f399414d-6718-47c5-867f-f4314fefae70} TCPHandler: Processed in 0.003490763 sec. 2026.01.06 01:52:32.628094 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628120 [ 286 ] {} TCP-Session: d10f8a00-00e6-413c-94c3-0b68a798748e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628123 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628152 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628168 [ 294 ] {} TCP-Session: 790839c7-1ae3-4c51-8ce1-9d89de243a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628178 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628201 [ 288 ] {} TCP-Session: 37938b84-098b-4a12-9a7f-1a78a12315c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628202 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628229 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628249 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628263 [ 291 ] {} TCP-Session: 2506ba6d-f1b3-4c66-94eb-b22324473fc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628274 [ 287 ] {} TCP-Session: aab12697-898e-460e-a685-d8aaf266e728 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628272 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628288 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.628333 [ 289 ] {} TCP-Session: 2cb0738b-0596-4d00-a388-4f0dcde96b1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628348 [ 293 ] {} TCP-Session: aa5d8a47-110b-4d77-a199-26d7732a0887 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628229 [ 292 ] {} TCP-Session: e5d31038-af6c-422f-a152-2991ab6cd446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.628300 [ 290 ] {} TCP-Session: ead363c7-6302-4afc-8932-b66248a400d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.783590 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59515 2026.01.06 01:52:32.783720 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.783757 [ 286 ] {} TCP-Session: cf90c342-c2c4-4cfc-aa91-01a1a3fe7381 Authenticating user 'default' from [fd00:1122:3344:101::e]:59515 2026.01.06 01:52:32.783788 [ 286 ] {} TCP-Session: cf90c342-c2c4-4cfc-aa91-01a1a3fe7381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.783809 [ 286 ] {} TCP-Session: cf90c342-c2c4-4cfc-aa91-01a1a3fe7381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784060 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48318 2026.01.06 01:52:32.784083 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49883 2026.01.06 01:52:32.784117 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39992 2026.01.06 01:52:32.784128 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42385 2026.01.06 01:52:32.784174 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784134 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34192 2026.01.06 01:52:32.784212 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784212 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784215 [ 287 ] {} TCP-Session: 1d4467c4-1db0-4fcc-878f-578ef5087143 Authenticating user 'default' from [fd00:1122:3344:101::e]:48318 2026.01.06 01:52:32.784254 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784276 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784287 [ 287 ] {} TCP-Session: 1d4467c4-1db0-4fcc-878f-578ef5087143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784301 [ 293 ] {} TCP-Session: a10c8cb2-adee-4599-8597-afd62f13f868 Authenticating user 'default' from [fd00:1122:3344:101::e]:42385 2026.01.06 01:52:32.784310 [ 294 ] {} TCP-Session: 38b33432-0bf7-424d-812c-c0720e3529f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34192 2026.01.06 01:52:32.784318 [ 287 ] {} TCP-Session: 1d4467c4-1db0-4fcc-878f-578ef5087143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784339 [ 293 ] {} TCP-Session: a10c8cb2-adee-4599-8597-afd62f13f868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784352 [ 294 ] {} TCP-Session: 38b33432-0bf7-424d-812c-c0720e3529f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784373 [ 293 ] {} TCP-Session: a10c8cb2-adee-4599-8597-afd62f13f868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784384 [ 294 ] {} TCP-Session: 38b33432-0bf7-424d-812c-c0720e3529f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784265 [ 286 ] {} TCP-Session: cf90c342-c2c4-4cfc-aa91-01a1a3fe7381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:32.784259 [ 292 ] {} TCP-Session: cba8c0ea-d9fe-4adf-ae4d-6ccd4f886a34 Authenticating user 'default' from [fd00:1122:3344:101::e]:39992 2026.01.06 01:52:32.784252 [ 288 ] {} TCP-Session: 36b1ac5c-72a7-4b12-935a-dd5a8e3a6c92 Authenticating user 'default' from [fd00:1122:3344:101::e]:49883 2026.01.06 01:52:32.784462 [ 292 ] {} TCP-Session: cba8c0ea-d9fe-4adf-ae4d-6ccd4f886a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784477 [ 288 ] {} TCP-Session: 36b1ac5c-72a7-4b12-935a-dd5a8e3a6c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784483 [ 292 ] {} TCP-Session: cba8c0ea-d9fe-4adf-ae4d-6ccd4f886a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784492 [ 288 ] {} TCP-Session: 36b1ac5c-72a7-4b12-935a-dd5a8e3a6c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784104 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42847 2026.01.06 01:52:32.784093 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60888 2026.01.06 01:52:32.784095 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58157 2026.01.06 01:52:32.784579 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784587 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} executeQuery: (from [fd00:1122:3344:101::e]:59515) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:52:32.784606 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784610 [ 291 ] {} TCP-Session: c4b089e7-c9a1-450b-8825-cae3d354e8b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42847 2026.01.06 01:52:32.784630 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.784645 [ 289 ] {} TCP-Session: 7813e55c-5bc4-4483-8c9b-1975b2df5c10 Authenticating user 'default' from [fd00:1122:3344:101::e]:60888 2026.01.06 01:52:32.784658 [ 291 ] {} TCP-Session: c4b089e7-c9a1-450b-8825-cae3d354e8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784673 [ 290 ] {} TCP-Session: aedc72de-20e3-4b44-a34b-eac603bb27c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:58157 2026.01.06 01:52:32.784686 [ 289 ] {} TCP-Session: 7813e55c-5bc4-4483-8c9b-1975b2df5c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784696 [ 291 ] {} TCP-Session: c4b089e7-c9a1-450b-8825-cae3d354e8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784723 [ 289 ] {} TCP-Session: 7813e55c-5bc4-4483-8c9b-1975b2df5c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784712 [ 290 ] {} TCP-Session: aedc72de-20e3-4b44-a34b-eac603bb27c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784769 [ 290 ] {} TCP-Session: aedc72de-20e3-4b44-a34b-eac603bb27c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.784855 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:52:32.784910 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:52:32.785180 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:52:32.786224 [ 295 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} AggregatingTransform: Aggregating 2026.01.06 01:52:32.786267 [ 295 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} Aggregator: Aggregation method: without_key 2026.01.06 01:52:32.786306 [ 295 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00102636 sec. (974.317 rows/sec., 38.06 KiB/sec.) 2026.01.06 01:52:32.786324 [ 295 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} Aggregator: Merging aggregated data 2026.01.06 01:52:32.787480 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} executeQuery: Read 1 rows, 40.00 B in 0.002947 sec., 339.328130302002 rows/sec., 13.26 KiB/sec. 2026.01.06 01:52:32.787672 [ 286 ] {35978b6f-28ee-47f6-acb1-324dcb09d881} TCPHandler: Processed in 0.003573624 sec. 2026.01.06 01:52:32.787804 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787837 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787855 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787877 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787915 [ 290 ] {} TCP-Session: aedc72de-20e3-4b44-a34b-eac603bb27c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787923 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787939 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787953 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787972 [ 293 ] {} TCP-Session: a10c8cb2-adee-4599-8597-afd62f13f868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787989 [ 288 ] {} TCP-Session: 36b1ac5c-72a7-4b12-935a-dd5a8e3a6c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.788003 [ 292 ] {} TCP-Session: cba8c0ea-d9fe-4adf-ae4d-6ccd4f886a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787966 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.787887 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.788081 [ 291 ] {} TCP-Session: c4b089e7-c9a1-450b-8825-cae3d354e8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787904 [ 287 ] {} TCP-Session: 1d4467c4-1db0-4fcc-878f-578ef5087143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.788103 [ 289 ] {} TCP-Session: 7813e55c-5bc4-4483-8c9b-1975b2df5c10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787945 [ 294 ] {} TCP-Session: 38b33432-0bf7-424d-812c-c0720e3529f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.787841 [ 286 ] {} TCP-Session: cf90c342-c2c4-4cfc-aa91-01a1a3fe7381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.842684 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58066 2026.01.06 01:52:32.842790 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.842820 [ 286 ] {} TCP-Session: 3d586ca8-5088-40bd-9665-e6df2d659878 Authenticating user 'default' from [fd00:1122:3344:101::e]:58066 2026.01.06 01:52:32.842845 [ 286 ] {} TCP-Session: 3d586ca8-5088-40bd-9665-e6df2d659878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.842861 [ 286 ] {} TCP-Session: 3d586ca8-5088-40bd-9665-e6df2d659878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843076 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35338 2026.01.06 01:52:32.843094 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60498 2026.01.06 01:52:32.843127 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33243 2026.01.06 01:52:32.843154 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52548 2026.01.06 01:52:32.843193 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843151 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54318 2026.01.06 01:52:32.843238 [ 287 ] {} TCP-Session: d2234eca-a012-4f60-8437-ebe9c45441c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:35338 2026.01.06 01:52:32.843235 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843248 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843276 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843278 [ 291 ] {} TCP-Session: 50e95333-0169-409c-b3d7-c2f2b2586595 Authenticating user 'default' from [fd00:1122:3344:101::e]:33243 2026.01.06 01:52:32.843299 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843307 [ 288 ] {} TCP-Session: 932999e2-ac9b-4722-99eb-a087362301b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60498 2026.01.06 01:52:32.843318 [ 293 ] {} TCP-Session: 7ecc79e0-0d50-4964-b5e2-eb7ea7ed12da Authenticating user 'default' from [fd00:1122:3344:101::e]:52548 2026.01.06 01:52:32.843342 [ 292 ] {} TCP-Session: 5669e2df-ef6e-4fab-94a8-cd2c9aeb6f0b Authenticating user 'default' from [fd00:1122:3344:101::e]:54318 2026.01.06 01:52:32.843361 [ 288 ] {} TCP-Session: 932999e2-ac9b-4722-99eb-a087362301b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843369 [ 293 ] {} TCP-Session: 7ecc79e0-0d50-4964-b5e2-eb7ea7ed12da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843395 [ 288 ] {} TCP-Session: 932999e2-ac9b-4722-99eb-a087362301b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843394 [ 292 ] {} TCP-Session: 5669e2df-ef6e-4fab-94a8-cd2c9aeb6f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843410 [ 293 ] {} TCP-Session: 7ecc79e0-0d50-4964-b5e2-eb7ea7ed12da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843428 [ 292 ] {} TCP-Session: 5669e2df-ef6e-4fab-94a8-cd2c9aeb6f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843325 [ 291 ] {} TCP-Session: 50e95333-0169-409c-b3d7-c2f2b2586595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843276 [ 287 ] {} TCP-Session: d2234eca-a012-4f60-8437-ebe9c45441c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843479 [ 291 ] {} TCP-Session: 50e95333-0169-409c-b3d7-c2f2b2586595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843491 [ 287 ] {} TCP-Session: d2234eca-a012-4f60-8437-ebe9c45441c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843115 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47879 2026.01.06 01:52:32.843107 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40497 2026.01.06 01:52:32.843159 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64150 2026.01.06 01:52:32.843154 [ 286 ] {} TCP-Session: 3d586ca8-5088-40bd-9665-e6df2d659878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:32.843582 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843608 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843618 [ 290 ] {} TCP-Session: 05af4ac2-eaf1-451a-8aab-fdd6880b38f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:47879 2026.01.06 01:52:32.843630 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:52:32.843638 [ 289 ] {} TCP-Session: 4a45c2f3-5cbc-4f11-9d35-9f3cf5a4cc64 Authenticating user 'default' from [fd00:1122:3344:101::e]:40497 2026.01.06 01:52:32.843647 [ 290 ] {} TCP-Session: 05af4ac2-eaf1-451a-8aab-fdd6880b38f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843658 [ 294 ] {} TCP-Session: e82369f8-ff61-40b6-b965-3e5d1fa292ce Authenticating user 'default' from [fd00:1122:3344:101::e]:64150 2026.01.06 01:52:32.843671 [ 289 ] {} TCP-Session: 4a45c2f3-5cbc-4f11-9d35-9f3cf5a4cc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843677 [ 290 ] {} TCP-Session: 05af4ac2-eaf1-451a-8aab-fdd6880b38f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843690 [ 294 ] {} TCP-Session: e82369f8-ff61-40b6-b965-3e5d1fa292ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843702 [ 289 ] {} TCP-Session: 4a45c2f3-5cbc-4f11-9d35-9f3cf5a4cc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843725 [ 294 ] {} TCP-Session: e82369f8-ff61-40b6-b965-3e5d1fa292ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.843743 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} executeQuery: (from [fd00:1122:3344:101::e]:58066) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:52:32.843990 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:52:32.844043 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:52:32.844310 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:52:32.845219 [ 341 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} AggregatingTransform: Aggregating 2026.01.06 01:52:32.845260 [ 341 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} Aggregator: Aggregation method: without_key 2026.01.06 01:52:32.845300 [ 341 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000890599 sec. (1122.840 rows/sec., 43.86 KiB/sec.) 2026.01.06 01:52:32.845318 [ 341 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} Aggregator: Merging aggregated data 2026.01.06 01:52:32.846718 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} executeQuery: Read 1 rows, 40.00 B in 0.003023 sec., 330.797221303341 rows/sec., 12.92 KiB/sec. 2026.01.06 01:52:32.846862 [ 286 ] {3f7f5ebf-a9b7-47eb-815f-68f8e71c97d1} TCPHandler: Processed in 0.003816646 sec. 2026.01.06 01:52:32.846996 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847023 [ 286 ] {} TCP-Session: 3d586ca8-5088-40bd-9665-e6df2d659878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847030 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847053 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847071 [ 289 ] {} TCP-Session: 4a45c2f3-5cbc-4f11-9d35-9f3cf5a4cc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847081 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847101 [ 287 ] {} TCP-Session: d2234eca-a012-4f60-8437-ebe9c45441c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847109 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847122 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847161 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847164 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847208 [ 293 ] {} TCP-Session: 7ecc79e0-0d50-4964-b5e2-eb7ea7ed12da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847187 [ 290 ] {} TCP-Session: 05af4ac2-eaf1-451a-8aab-fdd6880b38f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847241 [ 292 ] {} TCP-Session: 5669e2df-ef6e-4fab-94a8-cd2c9aeb6f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847167 [ 288 ] {} TCP-Session: 932999e2-ac9b-4722-99eb-a087362301b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847131 [ 291 ] {} TCP-Session: 50e95333-0169-409c-b3d7-c2f2b2586595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:32.847084 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.06 01:52:32.847346 [ 294 ] {} TCP-Session: e82369f8-ff61-40b6-b965-3e5d1fa292ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:52:33.347680 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 722 2026.01.06 01:52:33.350330 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:33.350380 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.06 01:52:33.351572 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:52:33.351846 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:33.352098 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 722 2026.01.06 01:52:35.286772 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.286993 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.287063 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:52:35.287896 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.287949 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.288384 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:52:35.288620 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.288754 [ 48 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.06 01:52:35.288781 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} executeQuery: Read 410 rows, 26.63 KiB in 0.001842 sec., 222584.14766558088 rows/sec., 14.12 MiB/sec. 2026.01.06 01:52:35.288821 [ 48 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.288844 [ 254 ] {23d8a878-dbf9-40c7-a24b-95097f2988bc} TCPHandler: Processed in 0.00221612 sec. 2026.01.06 01:52:35.288846 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.288960 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:52:35.288987 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.289055 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.289084 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 434 rows starting from the beginning of the part 2026.01.06 01:52:35.289092 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:35.289138 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:35.289140 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:52:35.289189 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::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.01.06 01:52:35.289233 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2026.01.06 01:52:35.289272 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2026.01.06 01:52:35.289312 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2026.01.06 01:52:35.290106 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.290144 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.290306 [ 190 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1712 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380973 sec., 1239705.6278435567 rows/sec., 84.39 MiB/sec. 2026.01.06 01:52:35.290457 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.06 01:52:35.290545 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:35.290696 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.290759 [ 197 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_10_2} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.06 01:52:35.290782 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.290816 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.06 01:52:35.290899 [ 48 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:35.290917 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} executeQuery: Read 1174 rows, 95.65 KiB in 0.00185 sec., 634594.5945945946 rows/sec., 50.49 MiB/sec. 2026.01.06 01:52:35.290939 [ 48 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.290963 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.290964 [ 254 ] {df8825cb-873a-46d4-951e-493dc583a1a0} TCPHandler: Processed in 0.002028989 sec. 2026.01.06 01:52:35.291071 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:52:35.291111 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.291175 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.291211 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2468 rows starting from the beginning of the part 2026.01.06 01:52:35.291216 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.291267 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:35.291272 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part 2026.01.06 01:52:35.291327 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 76 rows starting from the beginning of the part 2026.01.06 01:52:35.291365 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:52:35.291401 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part 2026.01.06 01:52:35.291439 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:52:35.291760 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.291802 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.292151 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:35.292385 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.292515 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} executeQuery: Read 236 rows, 14.65 KiB in 0.00132 sec., 178787.87878787878 rows/sec., 10.84 MiB/sec. 2026.01.06 01:52:35.292554 [ 254 ] {71e93d65-5e68-43cb-908a-463a46662d0c} TCPHandler: Processed in 0.001494614 sec. 2026.01.06 01:52:35.292666 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.292762 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.292802 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:52:35.293261 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.293295 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5025 rows, containing 5 columns (5 merged, 0 gathered) in 0.002263051 sec., 2220453.7149184886 rows/sec., 187.48 MiB/sec. 2026.01.06 01:52:35.293297 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.293549 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:35.293681 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:52:35.293837 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.293920 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_36_7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:35.293954 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.293992 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.01.06 01:52:35.294063 [ 48 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.06 01:52:35.294093 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} executeQuery: Read 212 rows, 14.00 KiB in 0.001351 sec., 156920.79940784603 rows/sec., 10.12 MiB/sec. 2026.01.06 01:52:35.294101 [ 48 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.294139 [ 254 ] {aef091fb-0132-4438-899b-1ad32b0ed8c3} TCPHandler: Processed in 0.001523944 sec. 2026.01.06 01:52:35.294139 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.294249 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::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.01.06 01:52:35.294257 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.294364 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.294370 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.294410 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:52:35.294418 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 467 rows starting from the beginning of the part 2026.01.06 01:52:35.294498 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 252 rows starting from the beginning of the part 2026.01.06 01:52:35.294544 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 252 rows starting from the beginning of the part 2026.01.06 01:52:35.294585 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 440 rows starting from the beginning of the part 2026.01.06 01:52:35.294623 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2026.01.06 01:52:35.294662 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2026.01.06 01:52:35.294889 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.294933 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.295262 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:52:35.295509 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.295608 [ 48 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.06 01:52:35.295638 [ 48 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.295638 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} executeQuery: Read 211 rows, 12.27 KiB in 0.001292 sec., 163312.69349845202 rows/sec., 9.27 MiB/sec. 2026.01.06 01:52:35.295657 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.295690 [ 254 ] {184a6d0f-b140-4d0b-9d12-11cfe4d1f39a} TCPHandler: Processed in 0.001482393 sec. 2026.01.06 01:52:35.295732 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:52:35.295777 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1835 rows, containing 5 columns (5 merged, 0 gathered) in 0.001559264 sec., 1176837.2770743119 rows/sec., 83.12 MiB/sec. 2026.01.06 01:52:35.295812 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.295805 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.295853 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 223 rows starting from the beginning of the part 2026.01.06 01:52:35.295906 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:52:35.295942 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::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.01.06 01:52:35.295942 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:35.295976 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2026.01.06 01:52:35.295997 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:35.296010 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.06 01:52:35.296012 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2026.01.06 01:52:35.296064 [ 192 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2026.01.06 01:52:35.296388 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.296487 [ 187 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_10_2} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.06 01:52:35.296588 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.01.06 01:52:35.296647 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.296689 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.296865 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 880 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159522 sec., 758933.4225655054 rows/sec., 46.60 MiB/sec. 2026.01.06 01:52:35.297046 [ 186 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.06 01:52:35.297058 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:35.297370 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.297388 [ 186 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.297471 [ 186 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_10_2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.06 01:52:35.297479 [ 48 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:35.297503 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} executeQuery: Read 710 rows, 50.95 KiB in 0.001581 sec., 449082.85895003163 rows/sec., 31.47 MiB/sec. 2026.01.06 01:52:35.297509 [ 48 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.297545 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.297549 [ 254 ] {269b76e4-a2cc-4fac-82dd-3c04bd977317} TCPHandler: Processed in 0.001793067 sec. 2026.01.06 01:52:35.297556 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:52:35.297642 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:52:35.297674 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.297729 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.297756 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1250 rows starting from the beginning of the part 2026.01.06 01:52:35.297775 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:52:35.297799 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part 2026.01.06 01:52:35.297821 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:52:35.297838 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part 2026.01.06 01:52:35.297877 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 710 rows starting from the beginning of the part 2026.01.06 01:52:35.297907 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 76 rows starting from the beginning of the part 2026.01.06 01:52:35.297941 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 710 rows starting from the beginning of the part 2026.01.06 01:52:35.298165 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.298207 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.298548 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.06 01:52:35.298764 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.298865 [ 48 ] {} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.06 01:52:35.298896 [ 48 ] {} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.298896 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} executeQuery: Read 6 rows, 321.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 274.98 KiB/sec. 2026.01.06 01:52:35.298915 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.298946 [ 254 ] {f1e179ee-1c39-4ad4-a678-35e870bb11f9} TCPHandler: Processed in 0.001322153 sec. 2026.01.06 01:52:35.299001 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::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.01.06 01:52:35.299065 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.299065 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2884 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448393 sec., 1991172.2854225338 rows/sec., 150.12 MiB/sec. 2026.01.06 01:52:35.299100 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.299145 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299167 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.299192 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299214 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:35.299238 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299279 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299285 [ 190 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:35.299314 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299348 [ 186 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.06 01:52:35.299551 [ 190 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.299622 [ 190 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_36_7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:35.299656 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.299698 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.299700 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.06 01:52:35.300035 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.00106771 sec., 33717.02053928501 rows/sec., 1.72 MiB/sec. 2026.01.06 01:52:35.300088 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:35.300147 [ 190 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.06 01:52:35.300408 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.300505 [ 190 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.300535 [ 48 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:35.300562 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} executeQuery: Read 314 rows, 21.12 KiB in 0.001414 sec., 222065.06364922208 rows/sec., 14.59 MiB/sec. 2026.01.06 01:52:35.300569 [ 48 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.300579 [ 190 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_6_1} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.06 01:52:35.300608 [ 254 ] {7fb7ea81-3704-41c8-a211-3e92f9762d88} TCPHandler: Processed in 0.001591705 sec. 2026.01.06 01:52:35.300609 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.300658 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.06 01:52:35.300726 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:35.300730 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.300812 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.300835 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.300841 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8272 rows starting from the beginning of the part 2026.01.06 01:52:35.300884 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:52:35.300902 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 98 rows starting from the beginning of the part 2026.01.06 01:52:35.300949 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.01.06 01:52:35.300984 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 314 rows starting from the beginning of the part 2026.01.06 01:52:35.301017 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part 2026.01.06 01:52:35.301051 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 314 rows starting from the beginning of the part 2026.01.06 01:52:35.301206 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.301247 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.301585 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:52:35.301797 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.301929 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} executeQuery: Read 1 rows, 69.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 60.60 KiB/sec. 2026.01.06 01:52:35.301965 [ 254 ] {47030fc5-490c-4825-b062-1ca4d90962e2} TCPHandler: Processed in 0.001285462 sec. 2026.01.06 01:52:35.302079 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.302174 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.302229 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} 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.01.06 01:52:35.303062 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.303098 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.303690 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:52:35.303923 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.303929 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 9319 rows, containing 5 columns (5 merged, 0 gathered) in 0.00323073 sec., 2884487.406870893 rows/sec., 196.21 MiB/sec. 2026.01.06 01:52:35.304072 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} executeQuery: Read 31 rows, 56.88 KiB in 0.001914 sec., 16196.44723092999 rows/sec., 29.02 MiB/sec. 2026.01.06 01:52:35.304140 [ 254 ] {4679be13-b88c-415e-8e90-d811f9b2d27c} TCPHandler: Processed in 0.002110819 sec. 2026.01.06 01:52:35.304141 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:35.304252 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:35.304353 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:35.304398 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:35.304466 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.304550 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_36_7} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:35.304633 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.01.06 01:52:35.304732 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.304772 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.305088 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:35.305298 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.305408 [ 48 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:35.305430 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} executeQuery: Read 104 rows, 6.53 KiB in 0.001095 sec., 94977.16894977169 rows/sec., 5.82 MiB/sec. 2026.01.06 01:52:35.305441 [ 48 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:35.305470 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:35.305473 [ 254 ] {584394c3-6afa-4658-abcd-dffee9de7662} TCPHandler: Processed in 0.001269882 sec. 2026.01.06 01:52:35.305545 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:35.305636 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:35.305662 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1188 rows starting from the beginning of the part 2026.01.06 01:52:35.305710 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part 2026.01.06 01:52:35.305753 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.01.06 01:52:35.305790 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 104 rows starting from the beginning of the part 2026.01.06 01:52:35.305829 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.01.06 01:52:35.305864 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2026.01.06 01:52:35.306705 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1554 rows, containing 4 columns (4 merged, 0 gathered) in 0.001189421 sec., 1306518.0453346628 rows/sec., 84.20 MiB/sec. 2026.01.06 01:52:35.306868 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:35.307098 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:35.307159 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_36_7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:35.307218 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.06 01:52:38.206501 [ 41 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:52:38.206553 [ 41 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:52:38.327659 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12505 2026.01.06 01:52:38.328246 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:38.328287 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:38.328808 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:52:38.329079 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:38.329203 [ 41 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:52:38.329216 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12505 2026.01.06 01:52:38.329241 [ 41 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:38.329260 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:38.329381 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:52:38.329528 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:38.329567 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10073 rows starting from the beginning of the part 2026.01.06 01:52:38.329632 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.01.06 01:52:38.329676 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.01.06 01:52:38.329717 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.01.06 01:52:38.329754 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.01.06 01:52:38.329792 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.01.06 01:52:38.334033 [ 193 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12505 rows, containing 4 columns (4 merged, 0 gathered) in 0.004711254 sec., 2654282.7026519906 rows/sec., 37.97 MiB/sec. 2026.01.06 01:52:38.334370 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:52:38.334704 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:38.334789 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_26_5} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:52:38.334900 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.06 01:52:38.971878 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.06 01:52:38.989037 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:38.989094 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:38.994741 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:52:38.995449 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:38.995723 [ 41 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:52:38.995783 [ 41 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:38.995806 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:38.995942 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:38.998439 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.06 01:52:38.999673 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:39.000984 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.005473 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.009908 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.014224 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.018555 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.022574 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:52:39.075949 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080068357 sec., 2447.9083541079776 rows/sec., 12.66 MiB/sec. 2026.01.06 01:52:39.077557 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:52:39.079166 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_26_5} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:39.079254 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_26_5} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:52:39.080615 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.06 01:52:40.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 261.23 MiB, peak 271.77 MiB, free memory in arenas 0.00 B, will set to 265.73 MiB (RSS), difference: 4.50 MiB 2026.01.06 01:52:40.273638 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.273840 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:40.273917 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:40.274594 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.274644 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.275060 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:40.275291 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.275466 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} executeQuery: Read 76 rows, 6.39 KiB in 0.001682 sec., 45184.30439952438 rows/sec., 3.71 MiB/sec. 2026.01.06 01:52:40.275518 [ 254 ] {8bc5f114-b976-488e-803c-0ed8f7085654} TCPHandler: Processed in 0.002024279 sec. 2026.01.06 01:52:40.275658 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.275762 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:40.275806 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:40.276228 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.276263 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.276593 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:40.276804 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.276944 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} executeQuery: Read 10 rows, 770.00 B in 0.001206 sec., 8291.873963515754 rows/sec., 623.51 KiB/sec. 2026.01.06 01:52:40.276983 [ 254 ] {4d39cdaa-ad69-456b-ba3d-8c3103db9211} TCPHandler: Processed in 0.001377513 sec. 2026.01.06 01:52:40.277098 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.277195 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:40.277234 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:40.277634 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.277671 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.277993 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:40.278203 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.278337 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} executeQuery: Read 74 rows, 5.92 KiB in 0.001162 sec., 63683.30464716007 rows/sec., 4.97 MiB/sec. 2026.01.06 01:52:40.278378 [ 254 ] {3d9da37c-d98f-4711-94bd-569a367d4348} TCPHandler: Processed in 0.001330453 sec. 2026.01.06 01:52:40.278489 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.278585 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:40.278629 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:40.279025 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.279061 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.279392 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:40.279610 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.279746 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.01.06 01:52:40.279783 [ 254 ] {df3125e3-be24-4956-ac02-c58054952eb1} TCPHandler: Processed in 0.001344383 sec. 2026.01.06 01:52:40.279893 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.279988 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:40.280043 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} 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.01.06 01:52:40.280802 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.280839 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.281384 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:52:40.281608 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.281756 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} executeQuery: Read 10 rows, 18.35 KiB in 0.001786 sec., 5599.104143337066 rows/sec., 10.03 MiB/sec. 2026.01.06 01:52:40.281818 [ 254 ] {3c8187d9-1db3-48b6-bb6c-6a78498094bb} TCPHandler: Processed in 0.001975529 sec. 2026.01.06 01:52:40.281931 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:40.282025 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:40.282067 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:40.282400 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:40.282437 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:40.282744 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:40.282954 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:40.283082 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.01.06 01:52:40.283118 [ 254 ] {b54d0cf8-b865-4d2f-9166-547ac31f34cd} TCPHandler: Processed in 0.001236772 sec. 2026.01.06 01:52:43.352359 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 756 2026.01.06 01:52:43.354978 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:43.355025 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:43.356300 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:52:43.356630 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:43.356999 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 756 2026.01.06 01:52:45.010930 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.011131 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.011203 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:52:45.011877 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.011934 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.012363 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:52:45.012618 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.012780 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} executeQuery: Read 24 rows, 2.04 KiB in 0.001702 sec., 14101.057579318449 rows/sec., 1.17 MiB/sec. 2026.01.06 01:52:45.012824 [ 254 ] {a3d09a55-a613-46f8-a6bf-a3d821a8d786} TCPHandler: Processed in 0.002035839 sec. 2026.01.06 01:52:45.012954 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.013058 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:52:45.013103 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:52:45.013512 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.013551 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.013891 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:52:45.014115 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.014252 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} executeQuery: Read 12 rows, 1002.00 B in 0.001211 sec., 9909.16597853014 rows/sec., 808.02 KiB/sec. 2026.01.06 01:52:45.014295 [ 254 ] {38cbf606-0c45-41d4-84ae-ab9f9a5d5429} TCPHandler: Processed in 0.001391863 sec. 2026.01.06 01:52:45.014416 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.014516 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:45.014556 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:45.015608 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.015645 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.016066 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:45.016282 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.016422 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} executeQuery: Read 1384 rows, 118.22 KiB in 0.001924 sec., 719334.7193347194 rows/sec., 60.01 MiB/sec. 2026.01.06 01:52:45.016459 [ 254 ] {6ccc02f7-b750-42e2-a2a7-4f13306a467f} TCPHandler: Processed in 0.00209903 sec. 2026.01.06 01:52:45.016573 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.016668 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.016709 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:45.017139 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.017177 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.017501 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:45.017732 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.017849 [ 34 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:45.017864 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} executeQuery: Read 55 rows, 4.13 KiB in 0.001213 sec., 45342.12695795548 rows/sec., 3.32 MiB/sec. 2026.01.06 01:52:45.017927 [ 34 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.017942 [ 254 ] {7e2f5014-85b6-4545-9144-024b0a0f2dc3} TCPHandler: Processed in 0.001419113 sec. 2026.01.06 01:52:45.017955 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.018066 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.018070 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:52:45.018167 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.018190 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:45.018237 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:52:45.018244 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 278 rows starting from the beginning of the part 2026.01.06 01:52:45.018323 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 236 rows starting from the beginning of the part 2026.01.06 01:52:45.018386 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2026.01.06 01:52:45.018454 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 236 rows starting from the beginning of the part 2026.01.06 01:52:45.018512 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:45.018591 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 55 rows starting from the beginning of the part 2026.01.06 01:52:45.018726 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.018761 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.019118 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:52:45.019337 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.019470 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} executeQuery: Read 252 rows, 17.85 KiB in 0.001321 sec., 190764.5722937169 rows/sec., 13.19 MiB/sec. 2026.01.06 01:52:45.019494 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.001477184 sec., 559849.0100082319 rows/sec., 37.06 MiB/sec. 2026.01.06 01:52:45.019513 [ 254 ] {04336515-fb8f-4530-82db-fa5e51658d87} TCPHandler: Processed in 0.001500904 sec. 2026.01.06 01:52:45.019635 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.019696 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:45.019730 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.019776 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:52:45.020019 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.020105 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_36_7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:45.020162 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.020202 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.020219 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:52:45.020509 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:52:45.020720 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.020864 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} executeQuery: Read 12 rows, 960.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 813.80 KiB/sec. 2026.01.06 01:52:45.020903 [ 254 ] {09e89a4d-f53d-40a5-aca3-e3f5e8f4e762} TCPHandler: Processed in 0.001318582 sec. 2026.01.06 01:52:45.021013 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.021115 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:45.021156 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:45.021857 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.021894 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.022247 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:45.022460 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.022593 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} executeQuery: Read 599 rows, 46.12 KiB in 0.001495 sec., 400668.8963210702 rows/sec., 30.13 MiB/sec. 2026.01.06 01:52:45.022632 [ 254 ] {1c6c553e-fba0-4f7e-92f0-c86eb6761de3} TCPHandler: Processed in 0.001668575 sec. 2026.01.06 01:52:45.022750 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.022845 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.022889 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:45.023512 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.023550 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.023931 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:45.024162 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.024296 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} executeQuery: Read 920 rows, 64.42 KiB in 0.001469 sec., 626276.3784887679 rows/sec., 42.82 MiB/sec. 2026.01.06 01:52:45.024332 [ 254 ] {771f4b42-a49f-44d0-b9cf-dc8def583949} TCPHandler: Processed in 0.001631085 sec. 2026.01.06 01:52:45.024444 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.024538 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.024593 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} 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.01.06 01:52:45.025422 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.025460 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.026020 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:52:45.026239 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.026357 [ 32 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:52:45.026372 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} executeQuery: Read 31 rows, 56.88 KiB in 0.001852 sec., 16738.66090712743 rows/sec., 29.99 MiB/sec. 2026.01.06 01:52:45.026408 [ 32 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.026435 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.026441 [ 254 ] {2ce6ba0c-e2e3-49b6-94da-145f01a17354} TCPHandler: Processed in 0.00204666 sec. 2026.01.06 01:52:45.026557 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:52:45.026576 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.026686 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.026729 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:45.026801 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:45.026867 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 562 rows starting from the beginning of the part 2026.01.06 01:52:45.026996 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:45.027081 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.027102 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:45.027124 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.027198 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:45.027297 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 10 rows starting from the beginning of the part 2026.01.06 01:52:45.027394 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 31 rows starting from the beginning of the part 2026.01.06 01:52:45.027452 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:45.027679 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.027823 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} executeQuery: Read 58 rows, 4.01 KiB in 0.001156 sec., 50173.01038062284 rows/sec., 3.39 MiB/sec. 2026.01.06 01:52:45.027862 [ 254 ] {c9701e19-5d5e-4d63-b185-29a5263bbab2} TCPHandler: Processed in 0.001336223 sec. 2026.01.06 01:52:45.031482 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 675 rows, containing 19 columns (19 merged, 0 gathered) in 0.004974917 sec., 135680.6555767664 rows/sec., 243.13 MiB/sec. 2026.01.06 01:52:45.032088 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:52:45.032390 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.032461 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_36_7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:52:45.032541 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.01.06 01:52:45.265855 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.266003 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:45.266061 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:45.266591 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.266633 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.266973 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:52:45.267185 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.267330 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} executeQuery: Read 4 rows, 345.00 B in 0.001362 sec., 2936.857562408223 rows/sec., 247.37 KiB/sec. 2026.01.06 01:52:45.267372 [ 254 ] {a7ae4bcd-794c-489f-a4c2-5310b1a1a54b} TCPHandler: Processed in 0.001607806 sec. 2026.01.06 01:52:45.267501 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.267596 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:45.267635 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:45.268023 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.268060 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.268352 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:52:45.268560 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.268687 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} executeQuery: Read 8 rows, 658.00 B in 0.001109 sec., 7213.70604147881 rows/sec., 579.42 KiB/sec. 2026.01.06 01:52:45.268725 [ 254 ] {37eb5a67-bef9-4507-83aa-38ed1da54e72} TCPHandler: Processed in 0.001274502 sec. 2026.01.06 01:52:45.268832 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.268928 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.268969 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:45.269303 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.269339 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.269637 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:52:45.269842 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.269971 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} executeQuery: Read 2 rows, 156.00 B in 0.001062 sec., 1883.2391713747645 rows/sec., 143.45 KiB/sec. 2026.01.06 01:52:45.270007 [ 254 ] {66fc76d0-7836-4676-865c-4aeca16be9a6} TCPHandler: Processed in 0.001223851 sec. 2026.01.06 01:52:45.270115 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:45.270209 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:45.270250 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:45.270549 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.270586 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.270887 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:52:45.271100 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.271227 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} executeQuery: Read 2 rows, 129.00 B in 0.001035 sec., 1932.3671497584544 rows/sec., 121.72 KiB/sec. 2026.01.06 01:52:45.271263 [ 254 ] {03492ea3-b50d-4f21-9a97-a40b8eb8cd4d} TCPHandler: Processed in 0.001197171 sec. 2026.01.06 01:52:45.829365 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12953 2026.01.06 01:52:45.829889 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:45.829940 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:45.830486 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:52:45.830778 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:45.830935 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12953 2026.01.06 01:52:46.498567 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.06 01:52:46.512956 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:46.513002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:46.518552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:52:46.519232 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:46.521865 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.06 01:52:50.274489 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.274702 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:50.274771 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:50.275454 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.275508 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.275934 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:52:50.276178 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.276342 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} executeQuery: Read 76 rows, 6.39 KiB in 0.001691 sec., 44943.8202247191 rows/sec., 3.69 MiB/sec. 2026.01.06 01:52:50.276395 [ 254 ] {a740844d-568b-4cd0-8eba-bb920bf6f71f} TCPHandler: Processed in 0.002040689 sec. 2026.01.06 01:52:50.276531 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.276638 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:50.276681 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:50.277093 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.277133 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.277464 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:50.277688 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.277824 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} executeQuery: Read 10 rows, 770.00 B in 0.00121 sec., 8264.462809917355 rows/sec., 621.45 KiB/sec. 2026.01.06 01:52:50.277864 [ 254 ] {f1437339-44f4-4ed4-bf5c-54215bdab04c} TCPHandler: Processed in 0.001384983 sec. 2026.01.06 01:52:50.277971 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.278070 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:50.278112 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:50.278532 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.278569 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.278885 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:52:50.279117 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.279250 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} executeQuery: Read 74 rows, 5.92 KiB in 0.0012 sec., 61666.66666666667 rows/sec., 4.81 MiB/sec. 2026.01.06 01:52:50.279289 [ 254 ] {51c11d1e-93f9-43ec-b4c9-c9faa5adc40f} TCPHandler: Processed in 0.001368212 sec. 2026.01.06 01:52:50.279395 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.279491 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:50.279536 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:50.279929 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.279965 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.280319 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:52:50.280535 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.280666 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.06 01:52:50.280704 [ 254 ] {b589768b-b41e-46b0-a23c-976a09797254} TCPHandler: Processed in 0.001357682 sec. 2026.01.06 01:52:50.280802 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.280896 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:50.280952 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} 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.01.06 01:52:50.281702 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.281737 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.282254 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:52:50.282473 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.282616 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} executeQuery: Read 10 rows, 18.35 KiB in 0.001737 sec., 5757.052389176742 rows/sec., 10.32 MiB/sec. 2026.01.06 01:52:50.282681 [ 254 ] {e9c6d6ff-1a41-491e-b361-b8770628bb31} TCPHandler: Processed in 0.001927058 sec. 2026.01.06 01:52:50.282794 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:50.282891 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:50.282933 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:50.283284 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:50.283322 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:50.283633 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:52:50.283866 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:50.283997 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.01.06 01:52:50.284033 [ 254 ] {c6f7d96e-fa98-433d-b0f3-e16d83ec89d8} TCPHandler: Processed in 0.001288932 sec. 2026.01.06 01:52:53.206806 [ 28 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:52:53.206864 [ 28 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:52:53.331092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13465 2026.01.06 01:52:53.331664 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:53.331709 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:53.332217 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:53.332451 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:53.332602 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13465 2026.01.06 01:52:53.357312 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 796 2026.01.06 01:52:53.359717 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:53.359764 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:53.360978 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:52:53.361240 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:53.361373 [ 28 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.06 01:52:53.361408 [ 28 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:53.361427 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:53.361487 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 796 2026.01.06 01:52:53.361536 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:52:53.362112 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:53.362263 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 614 rows starting from the beginning of the part 2026.01.06 01:52:53.362645 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 46 rows starting from the beginning of the part 2026.01.06 01:52:53.362961 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 20 rows starting from the beginning of the part 2026.01.06 01:52:53.363282 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 42 rows starting from the beginning of the part 2026.01.06 01:52:53.363573 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 34 rows starting from the beginning of the part 2026.01.06 01:52:53.363901 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2026.01.06 01:52:53.370159 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 796 rows, containing 72 columns (72 merged, 0 gathered) in 0.008672751 sec., 91781.71954896435 rows/sec., 79.95 MiB/sec. 2026.01.06 01:52:53.371500 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.06 01:52:53.372157 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:53.372246 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_21_4} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.06 01:52:53.372618 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.01.06 01:52:54.021997 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.06 01:52:54.038168 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:54.038227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:54.046183 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:52:54.047296 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:54.051274 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.06 01:52:55.275296 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.275610 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:52:55.275680 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:52:55.276366 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.276413 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.276818 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:52:55.277043 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.277188 [ 62 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:52:55.277206 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} executeQuery: Read 118 rows, 10.23 KiB in 0.001678 sec., 70321.81168057211 rows/sec., 5.95 MiB/sec. 2026.01.06 01:52:55.277255 [ 62 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.277275 [ 254 ] {895e53b8-3497-4d2d-b0d7-53429d1ed157} TCPHandler: Processed in 0.00217093 sec. 2026.01.06 01:52:55.277284 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.277404 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:52:55.277412 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.277533 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:55.277538 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:52:55.277577 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2468 rows starting from the beginning of the part 2026.01.06 01:52:55.277597 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:52:55.277656 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 76 rows starting from the beginning of the part 2026.01.06 01:52:55.277713 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:52:55.277760 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 4 rows starting from the beginning of the part 2026.01.06 01:52:55.277805 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 76 rows starting from the beginning of the part 2026.01.06 01:52:55.277850 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 118 rows starting from the beginning of the part 2026.01.06 01:52:55.278019 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.278064 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.278430 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:55.278657 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.278796 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} executeQuery: Read 31 rows, 2.33 KiB in 0.001283 sec., 24162.120031176928 rows/sec., 1.77 MiB/sec. 2026.01.06 01:52:55.278834 [ 254 ] {24867e39-a77c-4876-be16-6f96aca46ff9} TCPHandler: Processed in 0.001474263 sec. 2026.01.06 01:52:55.278941 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.279036 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:52:55.279077 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:52:55.279489 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.279525 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.279773 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4126 rows, containing 5 columns (5 merged, 0 gathered) in 0.002409722 sec., 1712230.7054506703 rows/sec., 147.50 MiB/sec. 2026.01.06 01:52:55.279837 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:52:55.280061 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.280168 [ 62 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:52:55.280190 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} executeQuery: Read 95 rows, 7.60 KiB in 0.001173 sec., 80988.91730605286 rows/sec., 6.33 MiB/sec. 2026.01.06 01:52:55.280199 [ 62 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.280230 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.280234 [ 254 ] {cb71f83c-34e7-4500-9c93-f6af762f5428} TCPHandler: Processed in 0.001342633 sec. 2026.01.06 01:52:55.280295 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:52:55.280330 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:52:55.280354 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.280467 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:55.280479 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:55.280518 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:52:55.280523 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1250 rows starting from the beginning of the part 2026.01.06 01:52:55.280607 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 74 rows starting from the beginning of the part 2026.01.06 01:52:55.280653 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 599 rows starting from the beginning of the part 2026.01.06 01:52:55.280693 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part 2026.01.06 01:52:55.280712 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.280730 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 74 rows starting from the beginning of the part 2026.01.06 01:52:55.280776 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 95 rows starting from the beginning of the part 2026.01.06 01:52:55.280801 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_41_8} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:52:55.280918 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2026.01.06 01:52:55.280933 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.280974 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.281337 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:52:55.281574 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.281681 [ 62 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:52:55.281704 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.01.06 01:52:55.281709 [ 62 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.281742 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.281747 [ 254 ] {5ae72e34-c083-4229-b919-1edae6679255} TCPHandler: Processed in 0.001443284 sec. 2026.01.06 01:52:55.281829 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:55.281862 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.281949 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:55.281959 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:52:55.281972 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 5 columns (5 merged, 0 gathered) in 0.001694676 sec., 1239174.92193198 rows/sec., 96.10 MiB/sec. 2026.01.06 01:52:55.281988 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9319 rows starting from the beginning of the part 2026.01.06 01:52:55.282027 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} 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.01.06 01:52:55.282055 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:55.282104 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 920 rows starting from the beginning of the part 2026.01.06 01:52:55.282147 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part 2026.01.06 01:52:55.282154 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:52:55.282185 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:52:55.282231 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2026.01.06 01:52:55.282428 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.282525 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_41_8} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:52:55.282611 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.01.06 01:52:55.282877 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.282919 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.283531 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:52:55.283783 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.283928 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} executeQuery: Read 31 rows, 56.88 KiB in 0.001986 sec., 15609.264853977846 rows/sec., 27.97 MiB/sec. 2026.01.06 01:52:55.283993 [ 254 ] {519a7148-283f-470e-8485-094159a2a4c6} TCPHandler: Processed in 0.002180181 sec. 2026.01.06 01:52:55.284103 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:52:55.284197 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:52:55.284240 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:52:55.284566 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.284603 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.285057 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:52:55.285296 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.285398 [ 62 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:52:55.285425 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} executeQuery: Read 60 rows, 4.14 KiB in 0.001246 sec., 48154.093097913326 rows/sec., 3.25 MiB/sec. 2026.01.06 01:52:55.285425 [ 62 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:55.285463 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:55.285469 [ 254 ] {4254182b-c295-484b-b542-5f9223c0698b} TCPHandler: Processed in 0.001416384 sec. 2026.01.06 01:52:55.285541 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:55.285646 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:55.285677 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1554 rows starting from the beginning of the part 2026.01.06 01:52:55.285733 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:55.285779 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 58 rows starting from the beginning of the part 2026.01.06 01:52:55.285822 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part 2026.01.06 01:52:55.285863 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:52:55.285905 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.01.06 01:52:55.286075 [ 187 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 10721 rows, containing 5 columns (5 merged, 0 gathered) in 0.00428484 sec., 2502077.090393107 rows/sec., 170.46 MiB/sec. 2026.01.06 01:52:55.286374 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:52:55.286663 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.286729 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_41_8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:52:55.286788 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. 2026.01.06 01:52:55.286877 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 4 columns (4 merged, 0 gathered) in 0.001374223 sec., 1305464.9791191095 rows/sec., 84.65 MiB/sec. 2026.01.06 01:52:55.287042 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:52:55.287266 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:55.287327 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_41_8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:52:55.287390 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.06 01:52:56.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.68 MiB, peak 276.71 MiB, free memory in arenas 0.00 B, will set to 270.87 MiB (RSS), difference: 1.19 MiB 2026.01.06 01:52:56.303487 [ 80 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.06 01:52:56.303546 [ 80 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:52:56.303573 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:52:56.303685 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:52:56.303816 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:52:56.303852 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2026.01.06 01:52:56.303923 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.01.06 01:52:56.303975 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:52:56.304022 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::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.01.06 01:52:56.304065 [ 192 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2026.01.06 01:52:56.304813 [ 200 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001176411 sec., 42502.152734035975 rows/sec., 3.55 MiB/sec. 2026.01.06 01:52:56.304998 [ 187 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.06 01:52:56.305375 [ 187 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:52:56.305467 [ 187 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_9_2} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.06 01:52:56.305569 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:53:00.274117 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.274332 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:53:00.274405 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:53:00.275107 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.275152 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.275525 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:53:00.275739 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.275884 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} executeQuery: Read 4 rows, 334.00 B in 0.001606 sec., 2490.6600249066 rows/sec., 203.10 KiB/sec. 2026.01.06 01:53:00.275925 [ 254 ] {54dae110-eae3-4e11-a855-91c324eeac87} TCPHandler: Processed in 0.001944168 sec. 2026.01.06 01:53:00.276049 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.276143 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:00.276182 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:00.276644 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.276682 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.276991 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:00.277195 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.277320 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} executeQuery: Read 78 rows, 6.53 KiB in 0.001196 sec., 65217.391304347824 rows/sec., 5.33 MiB/sec. 2026.01.06 01:53:00.277357 [ 254 ] {bfb96ee6-beb6-435c-a326-8af4bc594dab} TCPHandler: Processed in 0.001356883 sec. 2026.01.06 01:53:00.277466 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.277559 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:00.277599 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:00.277986 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.278022 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.278308 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:53:00.278515 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.278639 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} executeQuery: Read 14 rows, 1.03 KiB in 0.001098 sec., 12750.455373406194 rows/sec., 939.21 KiB/sec. 2026.01.06 01:53:00.278675 [ 254 ] {6ed7de22-73b2-4935-872d-21b9ffae15d4} TCPHandler: Processed in 0.001257511 sec. 2026.01.06 01:53:00.278804 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.278929 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:00.278978 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:00.279493 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.279539 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.279891 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:00.280111 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.280242 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} executeQuery: Read 78 rows, 6.24 KiB in 0.001338 sec., 58295.96412556054 rows/sec., 4.56 MiB/sec. 2026.01.06 01:53:00.280282 [ 254 ] {286055a7-902f-418a-91a7-a776d8fd0bf3} TCPHandler: Processed in 0.001549175 sec. 2026.01.06 01:53:00.280390 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.280486 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:00.280531 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:00.280966 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.281003 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.281347 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:00.281559 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.281692 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} executeQuery: Read 162 rows, 11.55 KiB in 0.001225 sec., 132244.89795918367 rows/sec., 9.21 MiB/sec. 2026.01.06 01:53:00.281730 [ 254 ] {bc9f6939-a2e8-4768-97dd-337f8aca9c77} TCPHandler: Processed in 0.001389913 sec. 2026.01.06 01:53:00.281843 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.281938 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:00.281995 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} 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.01.06 01:53:00.282770 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.282806 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.283316 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:53:00.283539 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.283676 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} executeQuery: Read 10 rows, 18.35 KiB in 0.001764 sec., 5668.934240362812 rows/sec., 10.16 MiB/sec. 2026.01.06 01:53:00.283733 [ 254 ] {475615db-842a-4a2c-8423-8fea3e19ed77} TCPHandler: Processed in 0.001951089 sec. 2026.01.06 01:53:00.283837 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:00.283927 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:00.283967 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:00.284280 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.284314 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.284678 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:00.284887 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.285014 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.06 01:53:00.285050 [ 254 ] {888bfa62-f58b-4f5d-85ec-fb60e3cd1d70} TCPHandler: Processed in 0.001244952 sec. 2026.01.06 01:53:00.832733 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13913 2026.01.06 01:53:00.833226 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:00.833271 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:00.833796 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:53:00.834029 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:00.834169 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13913 2026.01.06 01:53:01.551395 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.06 01:53:01.567637 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:01.567687 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:01.573750 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:53:01.574432 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:01.577278 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.06 01:53:03.361761 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 822 2026.01.06 01:53:03.363855 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:03.363896 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:03.365050 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:53:03.365315 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:03.365564 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 822 2026.01.06 01:53:05.274494 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.274688 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:05.274754 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:05.275435 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.275480 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.275869 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:05.276098 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.276245 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} executeQuery: Read 118 rows, 10.23 KiB in 0.001607 sec., 73428.74922215308 rows/sec., 6.22 MiB/sec. 2026.01.06 01:53:05.276286 [ 254 ] {b735ff33-4215-4cc7-a2cf-d8c897130c59} TCPHandler: Processed in 0.001921218 sec. 2026.01.06 01:53:05.276415 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.276509 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:05.276548 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:05.276944 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.276978 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.277275 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:53:05.277475 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.277598 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} executeQuery: Read 31 rows, 2.33 KiB in 0.001108 sec., 27978.339350180504 rows/sec., 2.05 MiB/sec. 2026.01.06 01:53:05.277635 [ 254 ] {c99ebc31-3944-4da9-95cf-27572080c9d7} TCPHandler: Processed in 0.001268341 sec. 2026.01.06 01:53:05.277743 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.277835 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:05.277873 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:05.278282 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.278318 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.278625 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:05.278825 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.278946 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} executeQuery: Read 95 rows, 7.60 KiB in 0.001129 sec., 84145.2612931798 rows/sec., 6.57 MiB/sec. 2026.01.06 01:53:05.278982 [ 254 ] {33466b8a-d13c-49ba-94c6-978aeefbf0d7} TCPHandler: Processed in 0.001286942 sec. 2026.01.06 01:53:05.279090 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.279182 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:05.279225 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:05.279618 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.279653 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.279969 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:05.280170 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.280296 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} executeQuery: Read 160 rows, 11.41 KiB in 0.001131 sec., 141467.7276746242 rows/sec., 9.85 MiB/sec. 2026.01.06 01:53:05.280331 [ 254 ] {ae7e7a6f-d125-427e-be12-4923de81f678} TCPHandler: Processed in 0.001288552 sec. 2026.01.06 01:53:05.280438 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.280529 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:05.280582 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} 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.01.06 01:53:05.281412 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.281448 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.281981 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:53:05.282194 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.282325 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} executeQuery: Read 31 rows, 56.88 KiB in 0.001813 sec., 17098.73138444567 rows/sec., 30.64 MiB/sec. 2026.01.06 01:53:05.282376 [ 254 ] {ade28777-9990-4b93-833c-4585a728f198} TCPHandler: Processed in 0.001984959 sec. 2026.01.06 01:53:05.282489 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:05.282582 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:05.282624 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:05.282947 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:05.282983 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:05.283277 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:05.283489 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:05.283610 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} executeQuery: Read 60 rows, 4.14 KiB in 0.001046 sec., 57361.37667304015 rows/sec., 3.87 MiB/sec. 2026.01.06 01:53:05.283646 [ 254 ] {8411a784-e09b-4e67-beb9-6b591e4dc04f} TCPHandler: Processed in 0.001205051 sec. 2026.01.06 01:53:08.206901 [ 149 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:53:08.206957 [ 149 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:53:08.334322 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14425 2026.01.06 01:53:08.334895 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:08.334932 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:08.335424 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:53:08.335654 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:08.335782 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14425 2026.01.06 01:53:09.077402 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.06 01:53:09.096388 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:09.096479 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:09.102916 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:53:09.103670 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:09.107864 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.06 01:53:10.274425 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.274628 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:10.274696 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:10.275340 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.275389 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.275818 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:10.276047 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.276205 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} executeQuery: Read 76 rows, 6.39 KiB in 0.00163 sec., 46625.766871165644 rows/sec., 3.83 MiB/sec. 2026.01.06 01:53:10.276248 [ 254 ] {3961dd4f-ac1b-4e02-b12b-bd40f7a32ff0} TCPHandler: Processed in 0.001956618 sec. 2026.01.06 01:53:10.276376 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.276472 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:10.276513 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:10.276911 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.276948 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.277248 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:53:10.277451 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.277564 [ 147 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:53:10.277582 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} executeQuery: Read 10 rows, 770.00 B in 0.001128 sec., 8865.248226950354 rows/sec., 666.63 KiB/sec. 2026.01.06 01:53:10.277633 [ 147 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.277643 [ 254 ] {74e7ca8b-24ab-4728-bad9-27c1b2887ffb} TCPHandler: Processed in 0.001316622 sec. 2026.01.06 01:53:10.277663 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.277767 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.277793 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:53:10.277866 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:10.277911 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:10.277939 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:10.277977 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 278 rows starting from the beginning of the part 2026.01.06 01:53:10.278042 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:10.278085 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:10.278123 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2026.01.06 01:53:10.278162 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:10.278198 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:10.278313 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.278354 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.278688 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:10.278931 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.279056 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 5 columns (5 merged, 0 gathered) in 0.001317752 sec., 283816.6817428469 rows/sec., 19.57 MiB/sec. 2026.01.06 01:53:10.279061 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} executeQuery: Read 74 rows, 5.92 KiB in 0.001212 sec., 61056.105610561055 rows/sec., 4.77 MiB/sec. 2026.01.06 01:53:10.279146 [ 254 ] {9690dfab-f064-44ac-a51a-22ff83353943} TCPHandler: Processed in 0.001428163 sec. 2026.01.06 01:53:10.279219 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:53:10.279257 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.279357 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:10.279402 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:10.279464 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.279538 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_41_8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:53:10.279608 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:53:10.279788 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.279829 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.280168 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:10.280384 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.280512 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.06 01:53:10.280551 [ 254 ] {759e1016-8c88-46af-8c51-247525fe0bdc} TCPHandler: Processed in 0.001342562 sec. 2026.01.06 01:53:10.280659 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.280753 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:10.280808 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} 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.01.06 01:53:10.281553 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.281589 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.282105 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:53:10.282320 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.282454 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} executeQuery: Read 10 rows, 18.35 KiB in 0.001719 sec., 5817.335660267598 rows/sec., 10.42 MiB/sec. 2026.01.06 01:53:10.282461 [ 147 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:53:10.282508 [ 254 ] {c9f93f41-875e-4db2-95fa-7e92d8c97957} TCPHandler: Processed in 0.001898758 sec. 2026.01.06 01:53:10.282514 [ 147 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.282576 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.282643 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:10.282670 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:53:10.282769 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:10.282824 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:10.282922 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:10.282987 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 675 rows starting from the beginning of the part 2026.01.06 01:53:10.283116 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:10.283186 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:10.283220 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:10.283229 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:10.283329 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:10.283429 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:10.283521 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:10.283590 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:10.283824 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.283975 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} executeQuery: Read 60 rows, 4.14 KiB in 0.001231 sec., 48740.86108854589 rows/sec., 3.28 MiB/sec. 2026.01.06 01:53:10.284011 [ 254 ] {69bc5aff-34a0-404f-bbdf-e4e24ec8e601} TCPHandler: Processed in 0.001429374 sec. 2026.01.06 01:53:10.287614 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 767 rows, containing 19 columns (19 merged, 0 gathered) in 0.004987406 sec., 153787.35960136392 rows/sec., 275.58 MiB/sec. 2026.01.06 01:53:10.289015 [ 190 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:53:10.289374 [ 190 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:10.289450 [ 190 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_41_8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:53:10.289573 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. 2026.01.06 01:53:11.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 271.84 MiB, peak 279.37 MiB, free memory in arenas 0.00 B, will set to 272.84 MiB (RSS), difference: 1.01 MiB 2026.01.06 01:53:13.365734 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 846 2026.01.06 01:53:13.367762 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:13.367803 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:13.368939 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:53:13.369201 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:13.369445 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2026.01.06 01:53:15.302911 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.303112 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.303185 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:53:15.303908 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.303961 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.304369 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:53:15.304597 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.304754 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} executeQuery: Read 24 rows, 2.04 KiB in 0.001698 sec., 14134.275618374557 rows/sec., 1.17 MiB/sec. 2026.01.06 01:53:15.304796 [ 254 ] {6a6594b1-1343-4605-89e2-b749541f5819} TCPHandler: Processed in 0.002012368 sec. 2026.01.06 01:53:15.304929 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.305026 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:15.305067 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:15.306159 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.306195 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.306594 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:15.306801 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.306931 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} executeQuery: Read 1378 rows, 117.79 KiB in 0.001924 sec., 716216.2162162162 rows/sec., 59.78 MiB/sec. 2026.01.06 01:53:15.306967 [ 254 ] {2432f823-2a8c-4e95-975f-06612652e491} TCPHandler: Processed in 0.00209097 sec. 2026.01.06 01:53:15.307082 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.307177 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.307217 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:15.307629 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.307665 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.307964 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:15.308170 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.308299 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} executeQuery: Read 43 rows, 3.29 KiB in 0.001141 sec., 37686.24014022787 rows/sec., 2.82 MiB/sec. 2026.01.06 01:53:15.308336 [ 254 ] {676ac65f-b09d-47c2-8de5-ca8fb5170993} TCPHandler: Processed in 0.001301933 sec. 2026.01.06 01:53:15.308447 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.308542 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.308581 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:53:15.309054 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.309089 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.309393 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:53:15.309595 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.309717 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} executeQuery: Read 252 rows, 17.85 KiB in 0.001194 sec., 211055.27638190956 rows/sec., 14.60 MiB/sec. 2026.01.06 01:53:15.309754 [ 254 ] {8d1d6f75-0dee-43c8-bfd6-7e41df8ca621} TCPHandler: Processed in 0.001356003 sec. 2026.01.06 01:53:15.309873 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.309967 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.310005 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:53:15.310413 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.310449 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.310733 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:53:15.310940 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.311064 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} executeQuery: Read 12 rows, 960.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 840.81 KiB/sec. 2026.01.06 01:53:15.311101 [ 254 ] {394693e1-7364-41ad-8a80-6dde41c3dc98} TCPHandler: Processed in 0.001276823 sec. 2026.01.06 01:53:15.311213 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.311306 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:15.311344 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:15.311953 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.311988 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.312313 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:15.312512 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.312640 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} executeQuery: Read 587 rows, 45.14 KiB in 0.001351 sec., 434492.96817172464 rows/sec., 32.63 MiB/sec. 2026.01.06 01:53:15.312676 [ 254 ] {15023527-754d-4fd7-834f-83c8e37829c9} TCPHandler: Processed in 0.001511514 sec. 2026.01.06 01:53:15.312785 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.312879 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.312922 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:15.313522 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.313557 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.313922 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:15.314123 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.314251 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} executeQuery: Read 880 rows, 61.16 KiB in 0.001391 sec., 632638.3896477354 rows/sec., 42.94 MiB/sec. 2026.01.06 01:53:15.314286 [ 254 ] {873d18da-0d09-46fb-8630-73b9fb410562} TCPHandler: Processed in 0.001549714 sec. 2026.01.06 01:53:15.314395 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.314488 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.314543 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} 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.01.06 01:53:15.315342 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.315379 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.315912 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:53:15.316138 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.316273 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} executeQuery: Read 31 rows, 56.88 KiB in 0.001802 sec., 17203.1076581576 rows/sec., 30.83 MiB/sec. 2026.01.06 01:53:15.316325 [ 254 ] {9c755ccd-761f-4c14-9ad9-48feed3ffd5e} TCPHandler: Processed in 0.001979158 sec. 2026.01.06 01:53:15.316438 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:15.316530 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:15.316570 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:15.316899 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.316933 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.317232 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:15.317438 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.317567 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2026.01.06 01:53:15.317602 [ 254 ] {289b6cb4-341d-4b07-a3d8-119b6e609c73} TCPHandler: Processed in 0.001213531 sec. 2026.01.06 01:53:15.835869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14873 2026.01.06 01:53:15.836385 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.836430 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.836977 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:53:15.837226 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.837379 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14873 2026.01.06 01:53:15.837387 [ 140 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:53:15.837453 [ 140 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:15.837472 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:15.837573 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:53:15.837680 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:15.837715 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12505 rows starting from the beginning of the part 2026.01.06 01:53:15.837802 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.01.06 01:53:15.837882 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.01.06 01:53:15.837957 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.01.06 01:53:15.838006 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.01.06 01:53:15.838050 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.01.06 01:53:15.839966 [ 187 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14873 rows, containing 4 columns (4 merged, 0 gathered) in 0.002432213 sec., 6115007.197149263 rows/sec., 87.48 MiB/sec. 2026.01.06 01:53:15.840429 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:53:15.840809 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:15.840906 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_31_6} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:53:15.841035 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.06 01:53:16.607935 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.06 01:53:16.625834 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:16.625900 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:16.631438 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:53:16.632172 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:16.632470 [ 139 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:53:16.632536 [ 139 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:16.632557 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:16.632671 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.635673 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.06 01:53:16.636003 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:16.637418 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.641990 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.646324 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.650732 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.655031 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.658841 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:16.713570 [ 200 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080944526 sec., 2890.8687413896278 rows/sec., 14.95 MiB/sec. 2026.01.06 01:53:16.716565 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:53:16.718748 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_31_6} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:16.718876 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_31_6} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:53:16.721082 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.06 01:53:17.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 273.97 MiB, peak 284.51 MiB, free memory in arenas 0.00 B, will set to 275.61 MiB (RSS), difference: 1.64 MiB 2026.01.06 01:53:20.275276 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.275490 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:20.275563 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:20.276406 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.276454 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.276847 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:20.277059 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.277205 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} executeQuery: Read 76 rows, 6.39 KiB in 0.00177 sec., 42937.85310734463 rows/sec., 3.52 MiB/sec. 2026.01.06 01:53:20.277206 [ 102 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:20.277248 [ 254 ] {3d1aa818-5800-4172-a8bd-04b3d381fae6} TCPHandler: Processed in 0.00211151 sec. 2026.01.06 01:53:20.277289 [ 102 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.277326 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.277395 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.277429 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::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.01.06 01:53:20.277495 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:20.277515 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:20.277538 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:20.277546 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2468 rows starting from the beginning of the part 2026.01.06 01:53:20.277627 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part 2026.01.06 01:53:20.277671 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 118 rows starting from the beginning of the part 2026.01.06 01:53:20.277714 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 76 rows starting from the beginning of the part 2026.01.06 01:53:20.277755 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:53:20.277801 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 76 rows starting from the beginning of the part 2026.01.06 01:53:20.278049 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.278085 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.278599 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:20.278819 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.278946 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} executeQuery: Read 10 rows, 770.00 B in 0.00147 sec., 6802.721088435374 rows/sec., 511.53 KiB/sec. 2026.01.06 01:53:20.278982 [ 254 ] {2497df35-ac46-4f96-8cee-63e44c98a55b} TCPHandler: Processed in 0.001636035 sec. 2026.01.06 01:53:20.279130 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.279224 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:20.279263 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:20.279612 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4194 rows, containing 5 columns (5 merged, 0 gathered) in 0.002217571 sec., 1891258.4986004955 rows/sec., 162.94 MiB/sec. 2026.01.06 01:53:20.279770 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.279809 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.279861 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:20.280086 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.280139 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:20.280145 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_46_9} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:20.280213 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.06 01:53:20.280342 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.280459 [ 101 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:20.280465 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} executeQuery: Read 74 rows, 5.92 KiB in 0.001259 sec., 58776.80698967435 rows/sec., 4.59 MiB/sec. 2026.01.06 01:53:20.280505 [ 101 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.280514 [ 254 ] {350d4dfa-a77f-423b-a5c7-eca79e72257c} TCPHandler: Processed in 0.001432014 sec. 2026.01.06 01:53:20.280525 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.280639 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.280643 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::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.01.06 01:53:20.280745 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:20.280782 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:20.280793 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:20.280865 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1250 rows starting from the beginning of the part 2026.01.06 01:53:20.280948 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part 2026.01.06 01:53:20.280996 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 95 rows starting from the beginning of the part 2026.01.06 01:53:20.281040 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 74 rows starting from the beginning of the part 2026.01.06 01:53:20.281082 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 587 rows starting from the beginning of the part 2026.01.06 01:53:20.281125 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 74 rows starting from the beginning of the part 2026.01.06 01:53:20.281275 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.281316 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.281686 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:20.281910 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.282038 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} executeQuery: Read 160 rows, 11.41 KiB in 0.001312 sec., 121951.21951219512 rows/sec., 8.49 MiB/sec. 2026.01.06 01:53:20.282042 [ 102 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:20.282078 [ 254 ] {80d7936d-47a7-4caf-bc41-5986b764bdb0} TCPHandler: Processed in 0.001486444 sec. 2026.01.06 01:53:20.282093 [ 102 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.282117 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.282199 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.282208 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:53:20.282299 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:20.282311 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:20.282322 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729106 sec., 1248043.7867892426 rows/sec., 96.93 MiB/sec. 2026.01.06 01:53:20.282344 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10721 rows starting from the beginning of the part 2026.01.06 01:53:20.282369 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} 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.01.06 01:53:20.282400 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 162 rows starting from the beginning of the part 2026.01.06 01:53:20.282446 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:53:20.282490 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:53:20.282504 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:20.282534 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 880 rows starting from the beginning of the part 2026.01.06 01:53:20.282579 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::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.01.06 01:53:20.282758 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.282856 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_46_9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:20.282938 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:53:20.283147 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.283187 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.283804 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:53:20.284045 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.284182 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} executeQuery: Read 10 rows, 18.35 KiB in 0.001904 sec., 5252.100840336134 rows/sec., 9.41 MiB/sec. 2026.01.06 01:53:20.284242 [ 254 ] {4f4394aa-7c2a-40a7-b8c7-965c08a15631} TCPHandler: Processed in 0.002090159 sec. 2026.01.06 01:53:20.284355 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:20.284448 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:20.284489 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:20.284812 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.284845 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.285238 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:20.285448 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.285574 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2026.01.06 01:53:20.285584 [ 102 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:20.285609 [ 254 ] {1cbc9cb5-609a-4926-be65-2a7743e63c11} TCPHandler: Processed in 0.001302222 sec. 2026.01.06 01:53:20.285633 [ 102 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:20.285663 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:20.285782 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:53:20.285929 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:20.285961 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1794 rows starting from the beginning of the part 2026.01.06 01:53:20.286022 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:20.286065 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:53:20.286104 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:53:20.286140 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:53:20.286178 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::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.01.06 01:53:20.286492 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 12243 rows, containing 5 columns (5 merged, 0 gathered) in 0.00431779 sec., 2835478.334981553 rows/sec., 193.34 MiB/sec. 2026.01.06 01:53:20.286951 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:20.287232 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2094 rows, containing 4 columns (4 merged, 0 gathered) in 0.001490064 sec., 1405308.7652610894 rows/sec., 91.64 MiB/sec. 2026.01.06 01:53:20.287234 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.287320 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_46_9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:20.287377 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.01.06 01:53:20.287492 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:20.287729 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:20.287799 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_46_9} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:20.287861 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.01.06 01:53:23.207009 [ 135 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:53:23.207065 [ 135 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:53:23.337497 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15385 2026.01.06 01:53:23.338018 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:23.338063 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:23.338559 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:53:23.338791 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:23.338939 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15385 2026.01.06 01:53:23.369669 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 876 2026.01.06 01:53:23.372281 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:23.372331 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:23.373586 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:53:23.373849 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:23.374114 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 876 2026.01.06 01:53:24.001334 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000946688 sec. 2026.01.06 01:53:24.135804 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.06 01:53:24.150240 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:24.150286 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:24.156235 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:53:24.156941 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:24.159499 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.06 01:53:25.275261 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.275457 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:25.275531 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:25.276297 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.276348 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.276748 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:25.276968 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.277121 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} executeQuery: Read 118 rows, 10.23 KiB in 0.001717 sec., 68724.51951077461 rows/sec., 5.82 MiB/sec. 2026.01.06 01:53:25.277161 [ 254 ] {5c83c869-4480-455f-80da-434376b97afe} TCPHandler: Processed in 0.002030389 sec. 2026.01.06 01:53:25.277293 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.277389 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:25.277429 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:25.277828 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.277865 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.278169 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:25.278393 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.278521 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} executeQuery: Read 31 rows, 2.33 KiB in 0.001152 sec., 26909.722222222223 rows/sec., 1.98 MiB/sec. 2026.01.06 01:53:25.278558 [ 254 ] {b3b66a0c-eb8b-45bd-91a6-ca3e37390233} TCPHandler: Processed in 0.001314382 sec. 2026.01.06 01:53:25.278667 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.278760 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:25.278800 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:25.279223 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.279257 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.279566 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:25.279770 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.279893 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} executeQuery: Read 95 rows, 7.60 KiB in 0.001151 sec., 82536.92441355344 rows/sec., 6.45 MiB/sec. 2026.01.06 01:53:25.279928 [ 254 ] {b93dab23-7dac-4d5a-b9d1-66ab3bd83d45} TCPHandler: Processed in 0.001310362 sec. 2026.01.06 01:53:25.280037 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.280129 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:25.280172 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:25.280571 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.280605 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.280928 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:25.281135 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.281260 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} executeQuery: Read 160 rows, 11.41 KiB in 0.00115 sec., 139130.4347826087 rows/sec., 9.69 MiB/sec. 2026.01.06 01:53:25.281296 [ 254 ] {2ee249ef-c63f-4397-b719-aadd6194fdca} TCPHandler: Processed in 0.001307592 sec. 2026.01.06 01:53:25.281402 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.281496 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:25.281549 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} 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.01.06 01:53:25.282358 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.282393 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.282928 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:53:25.283148 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.283283 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} executeQuery: Read 31 rows, 56.88 KiB in 0.001806 sec., 17165.00553709856 rows/sec., 30.76 MiB/sec. 2026.01.06 01:53:25.283335 [ 254 ] {582b2c6b-e72f-46b6-8903-df68c033f1a0} TCPHandler: Processed in 0.001981969 sec. 2026.01.06 01:53:25.283445 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:25.283540 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:25.283580 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:25.283906 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:25.283940 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.06 01:53:25.284244 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:25.284453 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:25.284578 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.01.06 01:53:25.284612 [ 254 ] {e646cbd1-c68c-4f28-bba9-fc18dd225fb4} TCPHandler: Processed in 0.001215302 sec. 2026.01.06 01:53:30.275646 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.275843 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:53:30.275915 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:53:30.276519 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.276571 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.276966 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:53:30.277198 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.277370 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} executeQuery: Read 2 rows, 167.00 B in 0.001577 sec., 1268.2308180088776 rows/sec., 103.42 KiB/sec. 2026.01.06 01:53:30.277423 [ 254 ] {c0f1b7da-7256-44ac-9446-8db7e1253ba8} TCPHandler: Processed in 0.001912717 sec. 2026.01.06 01:53:30.277547 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.277649 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:30.277693 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:30.278125 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.278164 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.278478 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:30.278689 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.278822 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} executeQuery: Read 77 rows, 6.46 KiB in 0.001197 sec., 64327.48538011696 rows/sec., 5.27 MiB/sec. 2026.01.06 01:53:30.278861 [ 254 ] {2930357d-0ff1-427f-bfb5-f94d83a4325b} TCPHandler: Processed in 0.001365203 sec. 2026.01.06 01:53:30.278977 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.279073 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:30.279113 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:30.279506 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.279545 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.279842 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:30.280068 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.280205 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} executeQuery: Read 12 rows, 913.00 B in 0.001152 sec., 10416.666666666666 rows/sec., 773.96 KiB/sec. 2026.01.06 01:53:30.280244 [ 254 ] {e0f3b50f-48a2-4c9a-a743-1391cba4e423} TCPHandler: Processed in 0.001316703 sec. 2026.01.06 01:53:30.280352 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.280445 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:30.280485 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:30.280893 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.280931 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.281247 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:30.281449 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.281579 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} executeQuery: Read 76 rows, 6.08 KiB in 0.001152 sec., 65972.22222222222 rows/sec., 5.15 MiB/sec. 2026.01.06 01:53:30.281616 [ 254 ] {085d5278-d2cc-45b1-a24b-85021e632d4b} TCPHandler: Processed in 0.001312712 sec. 2026.01.06 01:53:30.281725 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.281818 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:30.281862 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:30.282254 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.282291 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.282618 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:30.282832 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.282966 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} executeQuery: Read 161 rows, 11.48 KiB in 0.001167 sec., 137960.5826906598 rows/sec., 9.61 MiB/sec. 2026.01.06 01:53:30.283003 [ 254 ] {a2b99c50-0056-4e78-a10f-d407d89cdd05} TCPHandler: Processed in 0.001325342 sec. 2026.01.06 01:53:30.283110 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.283204 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:30.283259 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} 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.01.06 01:53:30.284005 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.284042 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.284556 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:53:30.284791 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.284940 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} executeQuery: Read 10 rows, 18.35 KiB in 0.001754 sec., 5701.254275940707 rows/sec., 10.22 MiB/sec. 2026.01.06 01:53:30.285003 [ 254 ] {83fc9534-0a16-4d50-ac2d-2f28f6141830} TCPHandler: Processed in 0.001940678 sec. 2026.01.06 01:53:30.285118 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:30.285212 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:30.285254 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:30.285584 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.285620 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.285927 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:30.286136 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.286264 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2026.01.06 01:53:30.286299 [ 254 ] {f732e1ba-6b9d-4b68-a249-98dfb68c0810} TCPHandler: Processed in 0.001229551 sec. 2026.01.06 01:53:30.839156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15833 2026.01.06 01:53:30.839970 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:30.840007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:30.840500 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:53:30.840724 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:30.840850 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15833 2026.01.06 01:53:31.659684 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.06 01:53:31.676402 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:31.676513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:31.691986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:53:31.693656 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:31.701832 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.06 01:53:32.613584 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54443 2026.01.06 01:53:32.613698 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.613723 [ 286 ] {} TCP-Session: 6f14438a-4db0-4e7c-8567-a07601cec7a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54443 2026.01.06 01:53:32.613744 [ 286 ] {} TCP-Session: 6f14438a-4db0-4e7c-8567-a07601cec7a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.613756 [ 286 ] {} TCP-Session: 6f14438a-4db0-4e7c-8567-a07601cec7a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.613992 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53861 2026.01.06 01:53:32.614010 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40388 2026.01.06 01:53:32.614096 [ 286 ] {} TCP-Session: 6f14438a-4db0-4e7c-8567-a07601cec7a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:32.614114 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.614152 [ 287 ] {} TCP-Session: 3977b099-0496-449a-9694-10c194499a13 Authenticating user 'default' from [fd00:1122:3344:101::e]:53861 2026.01.06 01:53:32.614151 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.614179 [ 287 ] {} TCP-Session: 3977b099-0496-449a-9694-10c194499a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.614198 [ 288 ] {} TCP-Session: ee9137d7-b434-4603-92b7-dc57edceec85 Authenticating user 'default' from [fd00:1122:3344:101::e]:40388 2026.01.06 01:53:32.614199 [ 287 ] {} TCP-Session: 3977b099-0496-449a-9694-10c194499a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.614250 [ 288 ] {} TCP-Session: ee9137d7-b434-4603-92b7-dc57edceec85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.614267 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} executeQuery: (from [fd00:1122:3344:101::e]:54443) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:53:32.614271 [ 288 ] {} TCP-Session: ee9137d7-b434-4603-92b7-dc57edceec85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.614521 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:53:32.614578 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:53:32.614847 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:53:32.615717 [ 311 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} AggregatingTransform: Aggregating 2026.01.06 01:53:32.615782 [ 311 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} Aggregator: Aggregation method: without_key 2026.01.06 01:53:32.615829 [ 311 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000881068 sec. (1134.986 rows/sec., 44.34 KiB/sec.) 2026.01.06 01:53:32.615855 [ 311 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} Aggregator: Merging aggregated data 2026.01.06 01:53:32.617220 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} executeQuery: Read 1 rows, 40.00 B in 0.003006 sec., 332.66799733865605 rows/sec., 12.99 KiB/sec. 2026.01.06 01:53:32.617362 [ 286 ] {c2807264-3956-4ea0-bc21-b4660e6167b9} TCPHandler: Processed in 0.003381062 sec. 2026.01.06 01:53:32.617464 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:53:32.617492 [ 286 ] {} TCP-Session: 6f14438a-4db0-4e7c-8567-a07601cec7a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.617526 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:53:32.617543 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:53:32.617569 [ 287 ] {} TCP-Session: 3977b099-0496-449a-9694-10c194499a13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.617596 [ 288 ] {} TCP-Session: ee9137d7-b434-4603-92b7-dc57edceec85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655209 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37697 2026.01.06 01:53:32.655252 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52845 2026.01.06 01:53:32.655273 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64058 2026.01.06 01:53:32.655277 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50317 2026.01.06 01:53:32.655321 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.655339 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36282 2026.01.06 01:53:32.655343 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.655369 [ 350 ] {} TCP-Session: 3d4de4b1-371a-4f53-8fe0-8b9d042d7e99 Authenticating user 'default' from [fd00:1122:3344:101::e]:37697 2026.01.06 01:53:32.655291 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63364 2026.01.06 01:53:32.655403 [ 350 ] {} TCP-Session: 3d4de4b1-371a-4f53-8fe0-8b9d042d7e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655264 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54556 2026.01.06 01:53:32.655438 [ 350 ] {} TCP-Session: 3d4de4b1-371a-4f53-8fe0-8b9d042d7e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655395 [ 351 ] {} TCP-Session: 93037d9d-85d4-4250-b1f7-8d4e1e0b6ad4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52845 2026.01.06 01:53:32.655345 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.655517 [ 351 ] {} TCP-Session: 93037d9d-85d4-4250-b1f7-8d4e1e0b6ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655535 [ 286 ] {} TCP-Session: 95e07a1d-59ed-4041-9303-87d42fe4000b Authenticating user 'default' from [fd00:1122:3344:101::e]:64058 2026.01.06 01:53:32.655535 [ 351 ] {} TCP-Session: 93037d9d-85d4-4250-b1f7-8d4e1e0b6ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655540 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.655552 [ 286 ] {} TCP-Session: 95e07a1d-59ed-4041-9303-87d42fe4000b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655589 [ 286 ] {} TCP-Session: 95e07a1d-59ed-4041-9303-87d42fe4000b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655589 [ 288 ] {} TCP-Session: baab528c-08ce-4956-b793-d7e57120f711 Authenticating user 'default' from [fd00:1122:3344:101::e]:50317 2026.01.06 01:53:32.655630 [ 288 ] {} TCP-Session: baab528c-08ce-4956-b793-d7e57120f711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.655661 [ 288 ] {} TCP-Session: baab528c-08ce-4956-b793-d7e57120f711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.726533 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.726600 [ 352 ] {} TCP-Session: fd37b0cd-8aa9-41b3-8eff-fb644bfb6e81 Authenticating user 'default' from [fd00:1122:3344:101::e]:36282 2026.01.06 01:53:32.726623 [ 352 ] {} TCP-Session: fd37b0cd-8aa9-41b3-8eff-fb644bfb6e81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.726637 [ 352 ] {} TCP-Session: fd37b0cd-8aa9-41b3-8eff-fb644bfb6e81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.726965 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51580 2026.01.06 01:53:32.727035 [ 352 ] {} TCP-Session: fd37b0cd-8aa9-41b3-8eff-fb644bfb6e81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:32.727069 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35995 2026.01.06 01:53:32.727078 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59209 2026.01.06 01:53:32.727231 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} executeQuery: (from [fd00:1122:3344:101::e]:36282) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:53:32.727555 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:53:32.727624 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:53:32.727946 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:53:32.729054 [ 295 ] {a159a9fa-ae75-40a5-a687-444665579d33} AggregatingTransform: Aggregating 2026.01.06 01:53:32.729113 [ 295 ] {a159a9fa-ae75-40a5-a687-444665579d33} Aggregator: Aggregation method: without_key 2026.01.06 01:53:32.729151 [ 295 ] {a159a9fa-ae75-40a5-a687-444665579d33} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00110337 sec. (906.314 rows/sec., 35.40 KiB/sec.) 2026.01.06 01:53:32.729169 [ 295 ] {a159a9fa-ae75-40a5-a687-444665579d33} Aggregator: Merging aggregated data 2026.01.06 01:53:32.730384 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} executeQuery: Read 1 rows, 40.00 B in 0.003211 sec., 311.4294612270321 rows/sec., 12.17 KiB/sec. 2026.01.06 01:53:32.730547 [ 352 ] {a159a9fa-ae75-40a5-a687-444665579d33} TCPHandler: Processed in 0.003660284 sec. 2026.01.06 01:53:32.730652 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:53:32.730682 [ 352 ] {} TCP-Session: fd37b0cd-8aa9-41b3-8eff-fb644bfb6e81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731400 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.731460 [ 289 ] {} TCP-Session: fd8efc37-aa32-4047-824a-c7197790fd31 Authenticating user 'default' from [fd00:1122:3344:101::e]:54556 2026.01.06 01:53:32.731486 [ 289 ] {} TCP-Session: fd8efc37-aa32-4047-824a-c7197790fd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731499 [ 289 ] {} TCP-Session: fd8efc37-aa32-4047-824a-c7197790fd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731651 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.731661 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.731677 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36025 2026.01.06 01:53:32.731702 [ 354 ] {} TCP-Session: ba329cad-06a1-4fcc-88e9-a4d2d44384d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59209 2026.01.06 01:53:32.731720 [ 355 ] {} TCP-Session: 908ce195-53f2-436d-bf05-cb7f85119aaa Authenticating user 'default' from [fd00:1122:3344:101::e]:35995 2026.01.06 01:53:32.731759 [ 354 ] {} TCP-Session: ba329cad-06a1-4fcc-88e9-a4d2d44384d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731767 [ 355 ] {} TCP-Session: 908ce195-53f2-436d-bf05-cb7f85119aaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731789 [ 354 ] {} TCP-Session: ba329cad-06a1-4fcc-88e9-a4d2d44384d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.731796 [ 355 ] {} TCP-Session: 908ce195-53f2-436d-bf05-cb7f85119aaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.740066 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52169 2026.01.06 01:53:32.740069 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52458 2026.01.06 01:53:32.751486 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.751544 [ 353 ] {} TCP-Session: 2e7544e4-9df7-4c54-a101-8d461b160377 Authenticating user 'default' from [fd00:1122:3344:101::e]:51580 2026.01.06 01:53:32.751571 [ 353 ] {} TCP-Session: 2e7544e4-9df7-4c54-a101-8d461b160377 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.751584 [ 353 ] {} TCP-Session: 2e7544e4-9df7-4c54-a101-8d461b160377 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.751716 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.751783 [ 356 ] {} TCP-Session: 7d8005a7-125b-4532-8dcb-41d0c818dec5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36025 2026.01.06 01:53:32.751817 [ 356 ] {} TCP-Session: 7d8005a7-125b-4532-8dcb-41d0c818dec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.751819 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.751831 [ 356 ] {} TCP-Session: 7d8005a7-125b-4532-8dcb-41d0c818dec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.751854 [ 358 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49568 2026.01.06 01:53:32.751867 [ 357 ] {} TCP-Session: 45cb4c07-a99d-4cc3-9630-ba389409f9ce Authenticating user 'default' from [fd00:1122:3344:101::e]:52169 2026.01.06 01:53:32.751956 [ 357 ] {} TCP-Session: 45cb4c07-a99d-4cc3-9630-ba389409f9ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.751968 [ 357 ] {} TCP-Session: 45cb4c07-a99d-4cc3-9630-ba389409f9ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752195 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.752230 [ 287 ] {} TCP-Session: afbd22ff-084a-4683-8614-078ed23d6191 Authenticating user 'default' from [fd00:1122:3344:101::e]:63364 2026.01.06 01:53:32.752248 [ 287 ] {} TCP-Session: afbd22ff-084a-4683-8614-078ed23d6191 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752263 [ 287 ] {} TCP-Session: afbd22ff-084a-4683-8614-078ed23d6191 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752311 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.752357 [ 352 ] {} TCP-Session: bf6a16c2-8fc3-43dc-a443-36387933c31b Authenticating user 'default' from [fd00:1122:3344:101::e]:52458 2026.01.06 01:53:32.752376 [ 352 ] {} TCP-Session: bf6a16c2-8fc3-43dc-a443-36387933c31b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752391 [ 352 ] {} TCP-Session: bf6a16c2-8fc3-43dc-a443-36387933c31b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752458 [ 359 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34495 2026.01.06 01:53:32.752508 [ 358 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.752551 [ 358 ] {} TCP-Session: 923cf464-6fd1-4fb0-b668-977a4f7b4439 Authenticating user 'default' from [fd00:1122:3344:101::e]:49568 2026.01.06 01:53:32.752569 [ 358 ] {} TCP-Session: 923cf464-6fd1-4fb0-b668-977a4f7b4439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752581 [ 358 ] {} TCP-Session: 923cf464-6fd1-4fb0-b668-977a4f7b4439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752746 [ 359 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:53:32.752779 [ 359 ] {} TCP-Session: f12ee3dc-37f2-4e82-89c2-01f4ba68c7ad Authenticating user 'default' from [fd00:1122:3344:101::e]:34495 2026.01.06 01:53:32.752796 [ 359 ] {} TCP-Session: f12ee3dc-37f2-4e82-89c2-01f4ba68c7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.752808 [ 359 ] {} TCP-Session: f12ee3dc-37f2-4e82-89c2-01f4ba68c7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.770070 [ 351 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:52845). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774024 [ 351 ] {} TCP-Session: 93037d9d-85d4-4250-b1f7-8d4e1e0b6ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774041 [ 359 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34495). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774116 [ 359 ] {} TCP-Session: f12ee3dc-37f2-4e82-89c2-01f4ba68c7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774138 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:63364). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774225 [ 287 ] {} TCP-Session: afbd22ff-084a-4683-8614-078ed23d6191 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774233 [ 357 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:52169). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774292 [ 357 ] {} TCP-Session: 45cb4c07-a99d-4cc3-9630-ba389409f9ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774312 [ 353 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:51580). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774385 [ 353 ] {} TCP-Session: 2e7544e4-9df7-4c54-a101-8d461b160377 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774429 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:50317). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774545 [ 288 ] {} TCP-Session: baab528c-08ce-4956-b793-d7e57120f711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774554 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:37697). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774630 [ 350 ] {} TCP-Session: 3d4de4b1-371a-4f53-8fe0-8b9d042d7e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774668 [ 358 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49568). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774769 [ 358 ] {} TCP-Session: 923cf464-6fd1-4fb0-b668-977a4f7b4439 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774787 [ 352 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:52458). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774867 [ 352 ] {} TCP-Session: bf6a16c2-8fc3-43dc-a443-36387933c31b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774885 [ 356 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36025). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.774950 [ 356 ] {} TCP-Session: 7d8005a7-125b-4532-8dcb-41d0c818dec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.774975 [ 289 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54556). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.775051 [ 289 ] {} TCP-Session: fd8efc37-aa32-4047-824a-c7197790fd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.775081 [ 355 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35995). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.775177 [ 355 ] {} TCP-Session: 908ce195-53f2-436d-bf05-cb7f85119aaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.775191 [ 354 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59209). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.775268 [ 354 ] {} TCP-Session: ba329cad-06a1-4fcc-88e9-a4d2d44384d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:32.775283 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:64058). (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 @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.06 01:53:32.775344 [ 286 ] {} TCP-Session: 95e07a1d-59ed-4041-9303-87d42fe4000b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:53:33.374420 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 906 2026.01.06 01:53:33.376802 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:33.376863 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:33.378214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:53:33.378496 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:33.378880 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 906 2026.01.06 01:53:35.276659 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.276880 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:35.276958 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:35.277746 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.277798 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.278229 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:35.278470 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.278642 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} executeQuery: Read 118 rows, 10.23 KiB in 0.001816 sec., 64977.973568281945 rows/sec., 5.50 MiB/sec. 2026.01.06 01:53:35.278693 [ 254 ] {19253934-014c-4880-b9ad-75cee1534a1c} TCPHandler: Processed in 0.002176401 sec. 2026.01.06 01:53:35.278831 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.278934 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:35.278978 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:35.279402 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.279441 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.279768 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:35.279985 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.280107 [ 124 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:35.280129 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} executeQuery: Read 31 rows, 2.33 KiB in 0.001218 sec., 25451.559934318557 rows/sec., 1.87 MiB/sec. 2026.01.06 01:53:35.280177 [ 124 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.280187 [ 254 ] {6c7ad82f-748e-444a-9359-ac8a86daa1a9} TCPHandler: Processed in 0.001408273 sec. 2026.01.06 01:53:35.280207 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.280306 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.280334 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::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.01.06 01:53:35.280408 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:35.280440 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:35.280449 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:35.280476 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 278 rows starting from the beginning of the part 2026.01.06 01:53:35.280550 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 43 rows starting from the beginning of the part 2026.01.06 01:53:35.280607 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:35.280656 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:35.280699 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 12 rows starting from the beginning of the part 2026.01.06 01:53:35.280742 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:35.280878 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.280928 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.281257 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:35.281486 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.281553 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 5 columns (5 merged, 0 gathered) in 0.001267742 sec., 319465.6325971688 rows/sec., 22.29 MiB/sec. 2026.01.06 01:53:35.281629 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} executeQuery: Read 95 rows, 7.60 KiB in 0.00124 sec., 76612.90322580645 rows/sec., 5.98 MiB/sec. 2026.01.06 01:53:35.281684 [ 254 ] {08f7ccb5-163c-41e4-a15d-05c57cb721a3} TCPHandler: Processed in 0.001427214 sec. 2026.01.06 01:53:35.281688 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:35.281815 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.281911 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:35.281956 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:35.281964 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.282028 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_46_9} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:35.282089 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:53:35.282369 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.282405 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.282736 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:35.282960 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.283099 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.01.06 01:53:35.283136 [ 254 ] {d206dd2c-9e00-4877-861d-579f2b1afe90} TCPHandler: Processed in 0.001372253 sec. 2026.01.06 01:53:35.283251 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.283355 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:35.283414 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} 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.01.06 01:53:35.284274 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.284313 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.284887 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:53:35.285115 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.285262 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} executeQuery: Read 31 rows, 56.88 KiB in 0.001926 sec., 16095.534787123572 rows/sec., 28.84 MiB/sec. 2026.01.06 01:53:35.285275 [ 123 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:53:35.285327 [ 254 ] {1e4da4ee-28b2-4258-a1e5-e10ef887bb2b} TCPHandler: Processed in 0.0021276 sec. 2026.01.06 01:53:35.285347 [ 123 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.285377 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.285446 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:35.285469 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::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.01.06 01:53:35.285545 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:35.285589 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:35.285672 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:35.285719 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 767 rows starting from the beginning of the part 2026.01.06 01:53:35.285840 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:35.285927 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:35.285949 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:35.285966 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:35.286054 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:35.286153 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 10 rows starting from the beginning of the part 2026.01.06 01:53:35.286252 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 31 rows starting from the beginning of the part 2026.01.06 01:53:35.286304 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:35.286518 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.286649 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.01.06 01:53:35.286685 [ 254 ] {f4b5c1aa-f2f7-4959-bc13-5e6b3e1323be} TCPHandler: Processed in 0.001289592 sec. 2026.01.06 01:53:35.297080 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 880 rows, containing 19 columns (19 merged, 0 gathered) in 0.011646208 sec., 75561.07533027059 rows/sec., 135.40 MiB/sec. 2026.01.06 01:53:35.298101 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:53:35.298428 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:35.298497 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_46_9} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:53:35.298586 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. 2026.01.06 01:53:36.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.05 MiB, peak 306.58 MiB, free memory in arenas 0.00 B, will set to 282.52 MiB (RSS), difference: 3.46 MiB 2026.01.06 01:53:38.207128 [ 120 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:53:38.207182 [ 120 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:53:38.340999 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16345 2026.01.06 01:53:38.341619 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:38.341680 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:38.342181 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:53:38.342417 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:38.342567 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16345 2026.01.06 01:53:39.201974 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.06 01:53:39.219456 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:39.219519 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:39.226230 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:53:39.227016 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:39.230496 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.06 01:53:40.274485 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.274741 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:40.274829 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:40.275547 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.275597 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.276008 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:40.276233 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.276410 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} executeQuery: Read 76 rows, 6.39 KiB in 0.001734 sec., 43829.29642445213 rows/sec., 3.60 MiB/sec. 2026.01.06 01:53:40.276461 [ 254 ] {1245f0e9-df3c-4651-9458-ac895a415c8e} TCPHandler: Processed in 0.002135149 sec. 2026.01.06 01:53:40.276603 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.276704 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:40.276747 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:40.277160 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.277199 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.277539 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:40.277753 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.277894 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} executeQuery: Read 10 rows, 770.00 B in 0.001214 sec., 8237.232289950576 rows/sec., 619.40 KiB/sec. 2026.01.06 01:53:40.277934 [ 254 ] {7f228ebb-c0f9-4739-8187-234713843956} TCPHandler: Processed in 0.001382903 sec. 2026.01.06 01:53:40.278048 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.278144 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:40.278185 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:40.278598 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.278663 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.278990 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:40.279213 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.279351 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} executeQuery: Read 74 rows, 5.92 KiB in 0.001226 sec., 60358.89070146818 rows/sec., 4.71 MiB/sec. 2026.01.06 01:53:40.279389 [ 254 ] {969ab0d3-b93c-4c35-881d-de2328c830b7} TCPHandler: Processed in 0.001390303 sec. 2026.01.06 01:53:40.279501 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.279597 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:40.279641 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:40.280086 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.280123 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.280472 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:40.280699 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.280840 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.01.06 01:53:40.280877 [ 254 ] {b30755c0-c4f1-4bd6-93e6-a434cfa5d2d6} TCPHandler: Processed in 0.001423743 sec. 2026.01.06 01:53:40.280979 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.281074 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:40.281129 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} 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.01.06 01:53:40.281898 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.281935 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.282484 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:53:40.282717 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.282865 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} executeQuery: Read 10 rows, 18.35 KiB in 0.001808 sec., 5530.973451327433 rows/sec., 9.91 MiB/sec. 2026.01.06 01:53:40.282930 [ 254 ] {6b284ce9-3f3a-477a-a4a0-32581d20b42f} TCPHandler: Processed in 0.001999019 sec. 2026.01.06 01:53:40.283036 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:40.283131 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:40.283172 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:40.283501 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:40.283537 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:40.283844 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:40.284061 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:40.284187 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2026.01.06 01:53:40.284222 [ 254 ] {a30433cb-8559-4e78-ae34-c33152d12195} TCPHandler: Processed in 0.001234752 sec. 2026.01.06 01:53:43.379159 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 930 2026.01.06 01:53:43.381346 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:43.381403 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:43.382636 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:53:43.382904 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:43.383050 [ 116 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.06 01:53:43.383089 [ 116 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:43.383112 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:43.383207 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:53:43.383264 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 930 2026.01.06 01:53:43.383701 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:43.383837 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 796 rows starting from the beginning of the part 2026.01.06 01:53:43.384192 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 26 rows starting from the beginning of the part 2026.01.06 01:53:43.384522 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:53:43.384857 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2026.01.06 01:53:43.385183 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part 2026.01.06 01:53:43.385511 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:53:43.392196 [ 188 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 930 rows, containing 72 columns (72 merged, 0 gathered) in 0.009031564 sec., 102972.19839221645 rows/sec., 87.34 MiB/sec. 2026.01.06 01:53:43.393661 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.06 01:53:43.394311 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:43.394397 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_26_5} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.06 01:53:43.394743 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.01.06 01:53:45.307468 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.307664 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.307736 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:53:45.308416 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.308469 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.308875 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:53:45.309122 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.309293 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} executeQuery: Read 24 rows, 2.04 KiB in 0.00168 sec., 14285.714285714284 rows/sec., 1.19 MiB/sec. 2026.01.06 01:53:45.309349 [ 254 ] {ee6f0454-594e-4c3c-8bab-54e73fc93c72} TCPHandler: Processed in 0.002015349 sec. 2026.01.06 01:53:45.309489 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.309593 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:53:45.309639 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:53:45.310078 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.310118 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.310421 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:53:45.310632 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.310766 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} executeQuery: Read 12 rows, 1002.00 B in 0.001198 sec., 10016.69449081803 rows/sec., 816.79 KiB/sec. 2026.01.06 01:53:45.310806 [ 254 ] {39c535d8-667c-49bb-997c-487121aede30} TCPHandler: Processed in 0.001368803 sec. 2026.01.06 01:53:45.310919 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.311014 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:45.311056 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:45.312175 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.312214 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.312628 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:53:45.312842 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.312977 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} executeQuery: Read 1384 rows, 118.22 KiB in 0.001983 sec., 697932.4256177509 rows/sec., 58.22 MiB/sec. 2026.01.06 01:53:45.312977 [ 114 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:53:45.313017 [ 254 ] {e2e5f373-4a8e-4fd5-abd5-e3b74a7fa27c} TCPHandler: Processed in 0.0021463 sec. 2026.01.06 01:53:45.313059 [ 114 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.313089 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.313155 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.313201 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:53:45.313254 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.313295 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:45.313312 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:45.313345 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2468 rows starting from the beginning of the part 2026.01.06 01:53:45.313410 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 118 rows starting from the beginning of the part 2026.01.06 01:53:45.313460 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 77 rows starting from the beginning of the part 2026.01.06 01:53:45.313508 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 118 rows starting from the beginning of the part 2026.01.06 01:53:45.313553 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 76 rows starting from the beginning of the part 2026.01.06 01:53:45.313599 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:53:45.313715 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.313751 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.314056 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:45.314282 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.314421 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} executeQuery: Read 55 rows, 4.13 KiB in 0.001185 sec., 46413.50210970464 rows/sec., 3.40 MiB/sec. 2026.01.06 01:53:45.314459 [ 254 ] {22fdf03a-1d51-4777-afa4-c603e898e066} TCPHandler: Processed in 0.001359262 sec. 2026.01.06 01:53:45.314564 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.314662 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.314703 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:53:45.315210 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.315248 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.315393 [ 191 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4241 rows, containing 5 columns (5 merged, 0 gathered) in 0.002233201 sec., 1899067.7507309013 rows/sec., 163.72 MiB/sec. 2026.01.06 01:53:45.315588 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:53:45.315724 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:53:45.315821 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.315956 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} executeQuery: Read 252 rows, 17.85 KiB in 0.001314 sec., 191780.8219178082 rows/sec., 13.26 MiB/sec. 2026.01.06 01:53:45.315988 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.315995 [ 254 ] {f726834f-aab9-4e5a-925c-57d308b88846} TCPHandler: Processed in 0.001480684 sec. 2026.01.06 01:53:45.316059 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_51_10} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:53:45.316110 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.316128 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:53:45.316218 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.316258 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:53:45.316652 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.316687 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.316985 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:53:45.317197 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.317327 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.01.06 01:53:45.317365 [ 254 ] {31cde9fa-032f-49c2-8b9b-844d15b34d2b} TCPHandler: Processed in 0.001303482 sec. 2026.01.06 01:53:45.317473 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.317589 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:45.317636 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:45.318293 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.318330 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.318661 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:53:45.318872 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.318986 [ 114 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:53:45.319002 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} executeQuery: Read 599 rows, 46.12 KiB in 0.001437 sec., 416840.64022268617 rows/sec., 31.34 MiB/sec. 2026.01.06 01:53:45.319036 [ 114 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.319056 [ 254 ] {3b1b8ac7-fc1e-4756-973f-b337761b1f47} TCPHandler: Processed in 0.001640625 sec. 2026.01.06 01:53:45.319064 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.319175 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.319184 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:53:45.319274 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.319320 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:45.319333 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:45.319372 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1250 rows starting from the beginning of the part 2026.01.06 01:53:45.319436 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 95 rows starting from the beginning of the part 2026.01.06 01:53:45.319481 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 76 rows starting from the beginning of the part 2026.01.06 01:53:45.319520 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 95 rows starting from the beginning of the part 2026.01.06 01:53:45.319556 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 74 rows starting from the beginning of the part 2026.01.06 01:53:45.319596 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 599 rows starting from the beginning of the part 2026.01.06 01:53:45.319933 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.319975 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.320387 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:53:45.320602 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.320729 [ 114 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:53:45.320752 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} executeQuery: Read 886 rows, 61.58 KiB in 0.001497 sec., 591850.3674014696 rows/sec., 40.17 MiB/sec. 2026.01.06 01:53:45.320757 [ 193 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001626985 sec., 1345433.424401577 rows/sec., 104.58 MiB/sec. 2026.01.06 01:53:45.320761 [ 114 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.320797 [ 254 ] {8497d430-033b-457b-b647-19ba703c2419} TCPHandler: Processed in 0.001671775 sec. 2026.01.06 01:53:45.320805 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.320888 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:53:45.320935 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.320995 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:53:45.321004 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:45.321047 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.321052 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12243 rows starting from the beginning of the part 2026.01.06 01:53:45.321115 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} 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.01.06 01:53:45.321120 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.01.06 01:53:45.321179 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 161 rows starting from the beginning of the part 2026.01.06 01:53:45.321216 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.01.06 01:53:45.321254 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.01.06 01:53:45.321288 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 886 rows starting from the beginning of the part 2026.01.06 01:53:45.321351 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.321453 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_51_10} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:53:45.321574 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:53:45.322005 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.322049 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.322699 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:53:45.322946 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.323098 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} executeQuery: Read 31 rows, 56.88 KiB in 0.002073 sec., 14954.172696575011 rows/sec., 26.80 MiB/sec. 2026.01.06 01:53:45.323167 [ 254 ] {88a5487a-1d43-4aad-88c6-aa5837e4deb0} TCPHandler: Processed in 0.002289102 sec. 2026.01.06 01:53:45.323285 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:45.323382 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:45.323424 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:45.323781 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.323819 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.324144 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:53:45.324368 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.324475 [ 114 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:53:45.324496 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.01.06 01:53:45.324509 [ 114 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.324535 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.324540 [ 254 ] {b9a10bec-6578-4db4-80b3-2e5cb56bba62} TCPHandler: Processed in 0.001304572 sec. 2026.01.06 01:53:45.324631 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:53:45.324752 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:45.324786 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2094 rows starting from the beginning of the part 2026.01.06 01:53:45.324848 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:45.324891 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:45.324929 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:45.324967 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:45.325005 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.01.06 01:53:45.325019 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 13770 rows, containing 5 columns (5 merged, 0 gathered) in 0.004160469 sec., 3309723.01440054 rows/sec., 225.84 MiB/sec. 2026.01.06 01:53:45.325477 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:53:45.325772 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.325854 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_51_10} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:53:45.325947 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.01.06 01:53:45.326218 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2394 rows, containing 4 columns (4 merged, 0 gathered) in 0.001629735 sec., 1468950.4735432449 rows/sec., 96.19 MiB/sec. 2026.01.06 01:53:45.326492 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:53:45.326736 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.326806 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_51_10} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:53:45.326873 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.06 01:53:45.842729 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16793 2026.01.06 01:53:45.843285 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:45.843330 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:45.843837 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:53:45.844090 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:45.844224 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16793 2026.01.06 01:53:46.730641 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.06 01:53:46.748791 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:46.748859 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:46.755013 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:53:46.755720 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:46.758808 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.06 01:53:50.275201 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.275398 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:50.275466 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:50.276142 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.276187 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.276594 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:53:50.276825 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.276975 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} executeQuery: Read 76 rows, 6.39 KiB in 0.001628 sec., 46683.04668304668 rows/sec., 3.83 MiB/sec. 2026.01.06 01:53:50.277017 [ 254 ] {7ed7195f-6644-495f-9ee0-67483e31644f} TCPHandler: Processed in 0.001952908 sec. 2026.01.06 01:53:50.277155 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.277252 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:50.277292 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:50.277683 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.277719 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.278022 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:50.278232 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.278363 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} executeQuery: Read 10 rows, 770.00 B in 0.00113 sec., 8849.557522123894 rows/sec., 665.45 KiB/sec. 2026.01.06 01:53:50.278401 [ 254 ] {425eb4cc-a166-4172-80b1-b5aa7516bd70} TCPHandler: Processed in 0.001295942 sec. 2026.01.06 01:53:50.278508 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.278602 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:50.278642 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:50.279046 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.279085 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.279398 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:53:50.279601 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.279728 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} executeQuery: Read 74 rows, 5.92 KiB in 0.001143 sec., 64741.90726159231 rows/sec., 5.05 MiB/sec. 2026.01.06 01:53:50.279766 [ 254 ] {cf21505c-4949-4ce4-8946-5a17f1fe5fab} TCPHandler: Processed in 0.001306442 sec. 2026.01.06 01:53:50.279876 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.279971 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:50.280015 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:50.280422 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.280459 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.280798 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:53:50.281011 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.281143 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.01.06 01:53:50.281180 [ 254 ] {c86f3f4f-3049-4349-99bd-8385063e0d28} TCPHandler: Processed in 0.001353062 sec. 2026.01.06 01:53:50.281286 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.281379 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:50.281434 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} 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.01.06 01:53:50.282186 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.282223 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.282741 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:53:50.282966 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.283105 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} executeQuery: Read 10 rows, 18.35 KiB in 0.001743 sec., 5737.234652897304 rows/sec., 10.28 MiB/sec. 2026.01.06 01:53:50.283158 [ 254 ] {b94b8cec-08e0-4276-a690-c521ef8e976d} TCPHandler: Processed in 0.001920788 sec. 2026.01.06 01:53:50.283275 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:50.283370 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:50.283413 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:50.283738 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:50.283775 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:50.284083 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:53:50.284312 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:50.284440 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.01.06 01:53:50.284476 [ 254 ] {42b43cab-0a22-4c02-accb-78258461db3e} TCPHandler: Processed in 0.001250592 sec. 2026.01.06 01:53:53.207228 [ 107 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:53:53.207280 [ 107 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:53:53.344370 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17305 2026.01.06 01:53:53.344906 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:53.344955 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:53.345450 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:53:53.345679 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:53.345813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17305 2026.01.06 01:53:53.345822 [ 107 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:53:53.345882 [ 107 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:53.345905 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:53.346036 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:53:53.346191 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:53.346234 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14873 rows starting from the beginning of the part 2026.01.06 01:53:53.346296 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.01.06 01:53:53.346337 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.01.06 01:53:53.346375 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.01.06 01:53:53.346412 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.01.06 01:53:53.346451 [ 194 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.01.06 01:53:53.348683 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17305 rows, containing 4 columns (4 merged, 0 gathered) in 0.002698365 sec., 6413142.77349432 rows/sec., 91.74 MiB/sec. 2026.01.06 01:53:53.348923 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:53:53.349384 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:53.349456 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_36_7} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:53:53.349581 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2026.01.06 01:53:53.383528 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 962 2026.01.06 01:53:53.385985 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:53.386027 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:53.387191 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:53:53.387447 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:53.387698 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 962 2026.01.06 01:53:54.258938 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.01.06 01:53:54.276621 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:54.276686 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:54.282844 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:53:54.283538 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:54.283839 [ 105 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:53:54.283941 [ 105 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:54.283979 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:54.284090 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:53:54.286557 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.01.06 01:53:54.287013 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:53:54.287782 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.01.06 01:53:54.291037 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.01.06 01:53:54.294278 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.01.06 01:53:54.297896 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.01.06 01:53:54.302020 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.01.06 01:53:54.305972 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.01.06 01:53:54.354394 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.070344187 sec., 3866.701878294506 rows/sec., 19.99 MiB/sec. 2026.01.06 01:53:54.356174 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:53:54.357722 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:54.357804 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_36_7} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:53:54.359065 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.01.06 01:53:55.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.91 MiB, peak 306.58 MiB, free memory in arenas 0.00 B, will set to 287.30 MiB (RSS), difference: 1.39 MiB 2026.01.06 01:53:55.276059 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.276344 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:53:55.276414 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:53:55.277154 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.277192 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.277635 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:53:55.277856 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.278014 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} executeQuery: Read 118 rows, 10.23 KiB in 0.001747 sec., 67544.36176302232 rows/sec., 5.72 MiB/sec. 2026.01.06 01:53:55.278055 [ 254 ] {8c646368-e13d-47f8-9708-20b3a5f05dc2} TCPHandler: Processed in 0.002180971 sec. 2026.01.06 01:53:55.278183 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.278278 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:53:55.278319 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:53:55.278835 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.278883 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.279301 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:55.279535 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.279671 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} executeQuery: Read 31 rows, 2.33 KiB in 0.001411 sec., 21970.233876683204 rows/sec., 1.61 MiB/sec. 2026.01.06 01:53:55.279710 [ 254 ] {28570d55-3cd3-4a67-a40b-f8408f7387cf} TCPHandler: Processed in 0.001575135 sec. 2026.01.06 01:53:55.279833 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.279929 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:53:55.279969 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:53:55.280445 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.280482 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.280798 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:53:55.281007 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.281151 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} executeQuery: Read 95 rows, 7.60 KiB in 0.001229 sec., 77298.61676159479 rows/sec., 6.04 MiB/sec. 2026.01.06 01:53:55.281196 [ 254 ] {37676a20-fbfd-48a0-a100-11fcd618357c} TCPHandler: Processed in 0.001413303 sec. 2026.01.06 01:53:55.281320 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.281412 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:55.281454 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:53:55.281929 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.281970 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.282332 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:53:55.282540 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.282669 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001275 sec., 125490.19607843137 rows/sec., 8.74 MiB/sec. 2026.01.06 01:53:55.282706 [ 254 ] {00ee63a1-922a-4e16-b835-4b22cdf1b7e2} TCPHandler: Processed in 0.001433504 sec. 2026.01.06 01:53:55.282820 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.282913 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:53:55.282966 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} 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.01.06 01:53:55.283837 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.283874 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.284430 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:53:55.284653 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.284788 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} executeQuery: Read 31 rows, 56.88 KiB in 0.001893 sec., 16376.122556788168 rows/sec., 29.35 MiB/sec. 2026.01.06 01:53:55.284854 [ 254 ] {f128531d-98e1-4b4c-8b96-32a8c954ed0b} TCPHandler: Processed in 0.002081399 sec. 2026.01.06 01:53:55.284974 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:53:55.285068 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:53:55.285110 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:53:55.285439 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:53:55.285474 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:53:55.285770 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:53:55.285975 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:53:55.286100 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.06 01:53:55.286136 [ 254 ] {828adaa5-b401-4136-8ea5-384e89b8b654} TCPHandler: Processed in 0.001208381 sec. 2026.01.06 01:54:00.274739 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.275042 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:54:00.275145 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:54:00.275966 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.276007 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.276392 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:54:00.276620 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.276782 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} executeQuery: Read 4 rows, 334.00 B in 0.001818 sec., 2200.2200220022005 rows/sec., 179.41 KiB/sec. 2026.01.06 01:54:00.276834 [ 254 ] {6fb2c67d-3574-4eb6-8390-a42e48d16fd4} TCPHandler: Processed in 0.002281382 sec. 2026.01.06 01:54:00.276954 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.277057 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:00.277099 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:00.277543 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.277577 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.277887 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:00.278108 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.278238 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} executeQuery: Read 78 rows, 6.53 KiB in 0.001204 sec., 64784.05315614618 rows/sec., 5.30 MiB/sec. 2026.01.06 01:54:00.278276 [ 254 ] {5b8ffdd6-996d-4664-bdf3-55b364e34cc1} TCPHandler: Processed in 0.001375573 sec. 2026.01.06 01:54:00.278387 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.278482 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:00.278523 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:00.278910 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.278944 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.279239 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:54:00.279440 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.279532 [ 33 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:54:00.279567 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} executeQuery: Read 14 rows, 1.03 KiB in 0.001104 sec., 12681.159420289856 rows/sec., 934.10 KiB/sec. 2026.01.06 01:54:00.279568 [ 33 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.279598 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.279606 [ 254 ] {826a7104-4f18-4539-ada5-04325facb292} TCPHandler: Processed in 0.001269812 sec. 2026.01.06 01:54:00.279722 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.279752 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:54:00.279842 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:00.279896 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:00.279959 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:00.280018 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 278 rows starting from the beginning of the part 2026.01.06 01:54:00.280125 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:00.280204 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 55 rows starting from the beginning of the part 2026.01.06 01:54:00.280274 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:00.280344 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:00.280401 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.280409 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part 2026.01.06 01:54:00.280453 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.280819 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:00.281044 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.281178 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} executeQuery: Read 78 rows, 6.24 KiB in 0.001361 sec., 57310.80088170463 rows/sec., 4.48 MiB/sec. 2026.01.06 01:54:00.281216 [ 254 ] {92729270-867d-4b2c-ae5e-934348e9eca6} TCPHandler: Processed in 0.001554014 sec. 2026.01.06 01:54:00.281338 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.281346 [ 199 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670186 sec., 238296.81245082885 rows/sec., 16.55 MiB/sec. 2026.01.06 01:54:00.281433 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:00.281481 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:00.281519 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:54:00.281757 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.281828 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_51_10} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:54:00.281905 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:54:00.281912 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.281955 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.282303 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:00.282515 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.282645 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} executeQuery: Read 162 rows, 11.55 KiB in 0.001231 sec., 131600.3249390739 rows/sec., 9.16 MiB/sec. 2026.01.06 01:54:00.282682 [ 254 ] {0659b8ab-b8df-40ed-b6fa-877c1f145f37} TCPHandler: Processed in 0.001391253 sec. 2026.01.06 01:54:00.282809 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.282932 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:00.282998 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} 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.01.06 01:54:00.283843 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.283880 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.284409 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:54:00.284629 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.284745 [ 56 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:54:00.284768 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} executeQuery: Read 10 rows, 18.35 KiB in 0.001859 sec., 5379.236148466918 rows/sec., 9.64 MiB/sec. 2026.01.06 01:54:00.284797 [ 56 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.284825 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.284829 [ 254 ] {14da27ab-d1c3-47ca-a6e6-25155436781b} TCPHandler: Processed in 0.002081889 sec. 2026.01.06 01:54:00.284905 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:54:00.284975 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:00.285075 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:00.285119 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:00.285144 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:00.285210 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 880 rows starting from the beginning of the part 2026.01.06 01:54:00.285344 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:00.285463 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:00.285475 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.285515 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.285562 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:00.285666 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:00.285766 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:00.285835 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:00.286052 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.286187 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} executeQuery: Read 60 rows, 4.14 KiB in 0.00113 sec., 53097.345132743365 rows/sec., 3.58 MiB/sec. 2026.01.06 01:54:00.286225 [ 254 ] {43be4ed1-98f7-4a49-aaed-e5d3745784ce} TCPHandler: Processed in 0.001299492 sec. 2026.01.06 01:54:00.291584 [ 199 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 19 columns (19 merged, 0 gathered) in 0.006713182 sec., 144789.75841858602 rows/sec., 259.46 MiB/sec. 2026.01.06 01:54:00.292811 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:54:00.293106 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.293238 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_51_10} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:54:00.293331 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.16 MiB. 2026.01.06 01:54:00.845952 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17753 2026.01.06 01:54:00.846497 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:00.846539 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:00.847015 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:54:00.847238 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:00.847363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17753 2026.01.06 01:54:01.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 287.93 MiB, peak 306.58 MiB, free memory in arenas 0.00 B, will set to 291.75 MiB (RSS), difference: 3.82 MiB 2026.01.06 01:54:01.786900 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.01.06 01:54:01.813634 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:01.813747 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:01.823676 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:54:01.825621 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:01.832032 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.06 01:54:03.387961 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 988 2026.01.06 01:54:03.390109 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:03.390156 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:03.391298 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:54:03.391557 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:03.391801 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 988 2026.01.06 01:54:05.275937 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.276136 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:05.276204 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:05.276901 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.276945 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.277358 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:05.277584 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.277740 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} executeQuery: Read 118 rows, 10.23 KiB in 0.001655 sec., 71299.09365558912 rows/sec., 6.04 MiB/sec. 2026.01.06 01:54:05.277782 [ 254 ] {9b939013-858f-4eea-9137-e87cf1739445} TCPHandler: Processed in 0.001978258 sec. 2026.01.06 01:54:05.277907 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.278002 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:05.278043 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:05.278455 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.278491 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.278793 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:54:05.279003 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.279134 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} executeQuery: Read 31 rows, 2.33 KiB in 0.001151 sec., 26933.101650738492 rows/sec., 1.98 MiB/sec. 2026.01.06 01:54:05.279172 [ 254 ] {a9512f6e-a480-479e-9b1f-18e22d49ee87} TCPHandler: Processed in 0.001315602 sec. 2026.01.06 01:54:05.279283 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.279379 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:05.279420 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:05.279848 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.279884 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.280188 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:05.280404 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.280535 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} executeQuery: Read 95 rows, 7.60 KiB in 0.001174 sec., 80919.9318568995 rows/sec., 6.32 MiB/sec. 2026.01.06 01:54:05.280572 [ 254 ] {14368f0b-7901-4c59-9454-6ecf006ed280} TCPHandler: Processed in 0.001338213 sec. 2026.01.06 01:54:05.280682 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.280777 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:05.280820 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:05.281222 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.281257 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.281582 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:05.281795 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.281927 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2026.01.06 01:54:05.281965 [ 254 ] {2ccfdabd-398b-4dcd-9361-e6820b14c72c} TCPHandler: Processed in 0.001331313 sec. 2026.01.06 01:54:05.282067 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.282167 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:05.282224 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} 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.01.06 01:54:05.283052 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.283088 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.283665 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:54:05.283896 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.284033 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} executeQuery: Read 31 rows, 56.88 KiB in 0.001884 sec., 16454.352441613588 rows/sec., 29.49 MiB/sec. 2026.01.06 01:54:05.284086 [ 254 ] {9a8a7fcf-9f28-4bd8-a9b8-e540ca2a532d} TCPHandler: Processed in 0.002068029 sec. 2026.01.06 01:54:05.284196 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:05.284291 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:05.284332 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:05.284659 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:05.284694 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:05.284992 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:05.285200 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:05.285323 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2026.01.06 01:54:05.285358 [ 254 ] {3fb0efe8-afe9-4e99-a681-f87569c2579c} TCPHandler: Processed in 0.001209971 sec. 2026.01.06 01:54:08.207323 [ 31 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:54:08.207376 [ 31 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:54:08.347465 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18265 2026.01.06 01:54:08.347998 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:08.348044 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:08.348546 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:54:08.348783 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:08.348918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18265 2026.01.06 01:54:09.332145 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.06 01:54:09.349430 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:09.349493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:09.355564 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:54:09.356306 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:09.359440 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.06 01:54:10.274892 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.275110 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:10.275181 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:10.275940 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.275988 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.276402 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:10.276627 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.276759 [ 46 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:10.276777 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} executeQuery: Read 76 rows, 6.39 KiB in 0.001722 sec., 44134.72706155633 rows/sec., 3.62 MiB/sec. 2026.01.06 01:54:10.276835 [ 46 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.276848 [ 254 ] {5c0024b2-bdfe-4347-b369-2d93de9f07fc} TCPHandler: Processed in 0.002092539 sec. 2026.01.06 01:54:10.276868 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.276987 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:10.276994 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.277116 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:10.277124 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:10.277159 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:10.277172 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2468 rows starting from the beginning of the part 2026.01.06 01:54:10.277251 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:10.277302 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 118 rows starting from the beginning of the part 2026.01.06 01:54:10.277349 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 78 rows starting from the beginning of the part 2026.01.06 01:54:10.277419 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 118 rows starting from the beginning of the part 2026.01.06 01:54:10.277468 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:10.277574 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.277616 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.277952 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:54:10.278167 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.278311 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} executeQuery: Read 10 rows, 770.00 B in 0.001214 sec., 8237.232289950576 rows/sec., 619.40 KiB/sec. 2026.01.06 01:54:10.278349 [ 254 ] {0bdb236c-2e3f-430c-8382-4176244c2ba7} TCPHandler: Processed in 0.001403773 sec. 2026.01.06 01:54:10.278458 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.278561 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:10.278607 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:10.278884 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2934 rows, containing 5 columns (5 merged, 0 gathered) in 0.001945398 sec., 1508174.676852757 rows/sec., 129.27 MiB/sec. 2026.01.06 01:54:10.279054 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.279095 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.279229 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:10.279501 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:10.279602 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.279705 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_56_11} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:10.279770 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.279824 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.01.06 01:54:10.279916 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} executeQuery: Read 74 rows, 5.92 KiB in 0.001372 sec., 53935.86005830904 rows/sec., 4.21 MiB/sec. 2026.01.06 01:54:10.279918 [ 63 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:10.279963 [ 254 ] {3f7bfa89-8901-467a-8743-fd4aa499424d} TCPHandler: Processed in 0.001559924 sec. 2026.01.06 01:54:10.279981 [ 63 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.280010 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.280086 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.280116 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:10.280186 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:10.280233 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:10.280243 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:10.280273 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1250 rows starting from the beginning of the part 2026.01.06 01:54:10.280343 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 74 rows starting from the beginning of the part 2026.01.06 01:54:10.280386 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 95 rows starting from the beginning of the part 2026.01.06 01:54:10.280427 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 78 rows starting from the beginning of the part 2026.01.06 01:54:10.280464 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 95 rows starting from the beginning of the part 2026.01.06 01:54:10.280505 [ 200 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 74 rows starting from the beginning of the part 2026.01.06 01:54:10.280678 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.280720 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.281105 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:10.281350 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.281466 [ 63 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:10.281485 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} executeQuery: Read 160 rows, 11.41 KiB in 0.001317 sec., 121488.23082763857 rows/sec., 8.46 MiB/sec. 2026.01.06 01:54:10.281496 [ 63 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.281525 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.281533 [ 254 ] {9a38b84e-af02-44f7-a648-ed9fd747438c} TCPHandler: Processed in 0.001501034 sec. 2026.01.06 01:54:10.281555 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1666 rows, containing 5 columns (5 merged, 0 gathered) in 0.001479384 sec., 1126144.3952347734 rows/sec., 87.24 MiB/sec. 2026.01.06 01:54:10.281587 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:10.281672 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.281681 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:10.281733 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13770 rows starting from the beginning of the part 2026.01.06 01:54:10.281767 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:10.281779 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:10.281787 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:10.281825 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:10.281857 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} 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.01.06 01:54:10.281863 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 162 rows starting from the beginning of the part 2026.01.06 01:54:10.281911 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:10.281949 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:10.282037 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.282114 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_56_11} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:10.282197 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.06 01:54:10.282649 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.282689 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.283249 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:54:10.283475 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.283625 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} executeQuery: Read 10 rows, 18.35 KiB in 0.001858 sec., 5382.1313240043055 rows/sec., 9.64 MiB/sec. 2026.01.06 01:54:10.283680 [ 254 ] {59ce4fe3-609c-40d7-a8b7-77b23adb4e2e} TCPHandler: Processed in 0.002068009 sec. 2026.01.06 01:54:10.283794 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:10.283888 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:10.283929 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:10.284256 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.284292 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.284610 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:10.284829 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.284933 [ 63 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:10.284955 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.01.06 01:54:10.284962 [ 63 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:10.284993 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:10.284997 [ 254 ] {c0ff181d-e468-431c-902e-39f71a1797ea} TCPHandler: Processed in 0.001250901 sec. 2026.01.06 01:54:10.285094 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:10.285216 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:10.285248 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2394 rows starting from the beginning of the part 2026.01.06 01:54:10.285305 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:10.285350 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:10.285392 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:10.285432 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:10.285473 [ 200 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:10.285756 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 14572 rows, containing 5 columns (5 merged, 0 gathered) in 0.00419728 sec., 3471772.195326497 rows/sec., 237.17 MiB/sec. 2026.01.06 01:54:10.286178 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:10.286453 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.286478 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2694 rows, containing 4 columns (4 merged, 0 gathered) in 0.001426113 sec., 1889050.8676381186 rows/sec., 124.10 MiB/sec. 2026.01.06 01:54:10.286542 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_56_11} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:10.286646 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. 2026.01.06 01:54:10.286785 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:10.287033 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:10.287095 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_56_11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:10.287153 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.06 01:54:11.265834 [ 98 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.06 01:54:11.265898 [ 98 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:11.265920 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:11.266118 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.01.06 01:54:11.266273 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:11.266310 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2026.01.06 01:54:11.266387 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.01.06 01:54:11.266439 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.01.06 01:54:11.266486 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:11.266532 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 4 rows starting from the beginning of the part 2026.01.06 01:54:11.267313 [ 193 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001260812 sec., 33311.865686557554 rows/sec., 2.78 MiB/sec. 2026.01.06 01:54:11.267421 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.06 01:54:11.267711 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:11.267796 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_13_3} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.06 01:54:11.267862 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:54:13.392011 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1012 2026.01.06 01:54:13.394178 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:13.394224 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:13.395402 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:54:13.395674 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:13.396015 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1012 2026.01.06 01:54:15.304455 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.304771 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.304879 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:54:15.305715 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.305769 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.306177 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:54:15.306404 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.306561 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} executeQuery: Read 24 rows, 2.04 KiB in 0.001869 sec., 12841.091492776886 rows/sec., 1.07 MiB/sec. 2026.01.06 01:54:15.306611 [ 254 ] {3f38f668-4e03-4400-ac94-5143f4236ab9} TCPHandler: Processed in 0.002349592 sec. 2026.01.06 01:54:15.306761 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.306868 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:15.306910 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:15.308013 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.308050 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.308443 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:15.308656 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.308785 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} executeQuery: Read 1378 rows, 117.79 KiB in 0.001941 sec., 709943.3281813498 rows/sec., 59.26 MiB/sec. 2026.01.06 01:54:15.308822 [ 254 ] {d42c4483-76d4-405a-870c-7f082b3f2b88} TCPHandler: Processed in 0.00211092 sec. 2026.01.06 01:54:15.308947 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.309042 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.309082 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:15.309497 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.309533 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.309832 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:15.310040 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.310178 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} executeQuery: Read 43 rows, 3.29 KiB in 0.001154 sec., 37261.69844020797 rows/sec., 2.79 MiB/sec. 2026.01.06 01:54:15.310215 [ 254 ] {6cbde81c-3100-4229-ba38-a0f5f5f6c159} TCPHandler: Processed in 0.001318763 sec. 2026.01.06 01:54:15.310324 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.310416 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.310455 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:54:15.310940 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.310978 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.311300 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:54:15.311526 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.311650 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} executeQuery: Read 252 rows, 17.85 KiB in 0.001252 sec., 201277.95527156547 rows/sec., 13.92 MiB/sec. 2026.01.06 01:54:15.311688 [ 254 ] {5f1f79a5-5f48-4958-a788-07c0b874a0d5} TCPHandler: Processed in 0.001411453 sec. 2026.01.06 01:54:15.311801 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.311895 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.311937 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:54:15.312332 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.312368 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.312656 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:54:15.312860 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.312989 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2026.01.06 01:54:15.313026 [ 254 ] {addb07fc-170d-4891-9417-5c9a760033c2} TCPHandler: Processed in 0.001272362 sec. 2026.01.06 01:54:15.313134 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.313229 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:15.313267 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:15.313879 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.313916 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.314247 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:15.314453 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.314581 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} executeQuery: Read 587 rows, 45.14 KiB in 0.00137 sec., 428467.15328467154 rows/sec., 32.18 MiB/sec. 2026.01.06 01:54:15.314620 [ 254 ] {6d8e9a66-64cc-40fc-ab33-316640cffcc4} TCPHandler: Processed in 0.001533385 sec. 2026.01.06 01:54:15.314727 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.314821 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.314865 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:15.315448 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.315483 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.315866 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:15.316075 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.316203 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} executeQuery: Read 880 rows, 61.16 KiB in 0.001401 sec., 628122.7694503926 rows/sec., 42.63 MiB/sec. 2026.01.06 01:54:15.316241 [ 254 ] {0f475aa7-02d6-4935-aa67-b1e42e24c51a} TCPHandler: Processed in 0.001561125 sec. 2026.01.06 01:54:15.316353 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.316446 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.316500 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} 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.01.06 01:54:15.317306 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.317343 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.317876 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:54:15.318100 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.318289 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} executeQuery: Read 31 rows, 56.88 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 29.88 MiB/sec. 2026.01.06 01:54:15.318359 [ 254 ] {e6669b00-1815-41f4-9df2-be9c654bcef8} TCPHandler: Processed in 0.00205449 sec. 2026.01.06 01:54:15.318487 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:15.318584 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:15.318624 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:15.319006 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.319042 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.319346 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:15.319556 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.319679 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2026.01.06 01:54:15.319714 [ 254 ] {1a9b15df-41fc-4331-9f1c-6d9bd5b569f4} TCPHandler: Processed in 0.001274192 sec. 2026.01.06 01:54:15.849041 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18713 2026.01.06 01:54:15.849791 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:15.849866 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:15.850378 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:54:15.850612 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:15.850762 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18713 2026.01.06 01:54:16.859543 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.06 01:54:16.876402 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:16.876461 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.06 01:54:16.882489 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:54:16.883202 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:16.886110 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.06 01:54:20.275358 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.275586 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:20.275662 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:20.276419 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.276474 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.276887 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:20.277123 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.277284 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} executeQuery: Read 76 rows, 6.39 KiB in 0.001756 sec., 43280.18223234624 rows/sec., 3.55 MiB/sec. 2026.01.06 01:54:20.277328 [ 254 ] {a02ece5b-404d-4630-af8c-2b2173d3bc58} TCPHandler: Processed in 0.002111199 sec. 2026.01.06 01:54:20.277449 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.277544 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:20.277585 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:20.277980 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.278016 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.278313 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:20.278518 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.278645 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} executeQuery: Read 10 rows, 770.00 B in 0.001119 sec., 8936.550491510277 rows/sec., 671.99 KiB/sec. 2026.01.06 01:54:20.278682 [ 254 ] {2077d265-cf0d-4da0-bb6e-5f4639da9b87} TCPHandler: Processed in 0.001281832 sec. 2026.01.06 01:54:20.278789 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.278883 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:20.278921 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:20.279343 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.279379 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.279672 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:20.279877 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.280004 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} executeQuery: Read 74 rows, 5.92 KiB in 0.001139 sec., 64969.27129060579 rows/sec., 5.07 MiB/sec. 2026.01.06 01:54:20.280041 [ 254 ] {64dd4a07-bc43-48f2-b158-768e165a6e1b} TCPHandler: Processed in 0.001299502 sec. 2026.01.06 01:54:20.280149 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.280242 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:20.280285 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:20.280727 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.280765 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.281098 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:20.281317 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.281452 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2026.01.06 01:54:20.281489 [ 254 ] {3cdb1c3c-1fd9-43f7-bfae-0a226b6d9acd} TCPHandler: Processed in 0.001387573 sec. 2026.01.06 01:54:20.281598 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.281692 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:20.281746 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} 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.01.06 01:54:20.282547 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.282584 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.283103 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:54:20.283326 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.283463 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} executeQuery: Read 10 rows, 18.35 KiB in 0.00179 sec., 5586.59217877095 rows/sec., 10.01 MiB/sec. 2026.01.06 01:54:20.283517 [ 254 ] {d07a7d67-d2c0-4b7c-8b34-95b59e0cd8db} TCPHandler: Processed in 0.001966448 sec. 2026.01.06 01:54:20.283627 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:20.283721 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:20.283762 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:20.284088 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:20.284124 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:20.284424 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:20.284636 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:20.284763 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.01.06 01:54:20.284798 [ 254 ] {7fcce6ab-103f-41fa-bdd6-50dbc27aa67c} TCPHandler: Processed in 0.001219761 sec. 2026.01.06 01:54:23.207615 [ 88 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:54:23.207668 [ 88 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:54:23.350885 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19225 2026.01.06 01:54:23.351436 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:23.351475 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:23.351998 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:54:23.352237 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:23.352371 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19225 2026.01.06 01:54:23.396226 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1042 2026.01.06 01:54:23.398524 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:23.398572 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:23.399845 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:54:23.400121 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:23.400506 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1042 2026.01.06 01:54:24.386221 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.06 01:54:24.402899 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:24.402964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:24.409448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:54:24.410216 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:24.414066 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.06 01:54:25.275117 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.275333 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:25.275408 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:25.276237 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.276282 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.276713 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:25.276949 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.277104 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} executeQuery: Read 118 rows, 10.23 KiB in 0.001826 sec., 64622.12486308872 rows/sec., 5.47 MiB/sec. 2026.01.06 01:54:25.277146 [ 254 ] {038c586f-57b6-4773-9a2b-2148c5edcb04} TCPHandler: Processed in 0.00217562 sec. 2026.01.06 01:54:25.277270 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.277368 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:25.277407 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:25.277832 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.277867 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.278178 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:25.278386 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.278513 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} executeQuery: Read 31 rows, 2.33 KiB in 0.001164 sec., 26632.302405498278 rows/sec., 1.96 MiB/sec. 2026.01.06 01:54:25.278523 [ 87 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:25.278549 [ 254 ] {e7552ea8-faa3-43c4-bf99-a7da2c2e6c7d} TCPHandler: Processed in 0.001327702 sec. 2026.01.06 01:54:25.278593 [ 87 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.278618 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.278677 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.278719 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:25.278782 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:25.278822 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:25.278833 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:25.278867 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 278 rows starting from the beginning of the part 2026.01.06 01:54:25.278933 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:25.278982 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:25.279027 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 43 rows starting from the beginning of the part 2026.01.06 01:54:25.279071 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:25.279119 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:25.279374 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.279411 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.279725 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:25.279853 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 5 columns (5 merged, 0 gathered) in 0.001179901 sec., 341554.07953718153 rows/sec., 23.83 MiB/sec. 2026.01.06 01:54:25.279931 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.279968 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:25.280056 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} executeQuery: Read 95 rows, 7.60 KiB in 0.0013 sec., 73076.92307692308 rows/sec., 5.71 MiB/sec. 2026.01.06 01:54:25.280094 [ 254 ] {af41297b-dff8-469f-b0a4-4ce302855c6b} TCPHandler: Processed in 0.001464674 sec. 2026.01.06 01:54:25.280208 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.280211 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.280272 [ 193 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_56_11} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:25.280312 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:25.280330 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:54:25.280356 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:25.280803 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.280842 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.281194 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:25.281408 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.281534 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} executeQuery: Read 160 rows, 11.41 KiB in 0.001242 sec., 128824.4766505636 rows/sec., 8.97 MiB/sec. 2026.01.06 01:54:25.281571 [ 254 ] {7a7afe95-eef2-4a37-a6f8-8a9a9f77976d} TCPHandler: Processed in 0.001408593 sec. 2026.01.06 01:54:25.281679 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.281773 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:25.281827 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} 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.01.06 01:54:25.282687 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.282724 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.283286 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:54:25.283507 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.283640 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} executeQuery: Read 31 rows, 56.88 KiB in 0.001886 sec., 16436.903499469776 rows/sec., 29.45 MiB/sec. 2026.01.06 01:54:25.283647 [ 87 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:54:25.283693 [ 254 ] {f2cc1087-d286-416a-a2a8-78dc8833c7b2} TCPHandler: Processed in 0.002062079 sec. 2026.01.06 01:54:25.283697 [ 87 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.283735 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.283812 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:25.283849 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:54:25.283914 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:25.283960 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:25.284107 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:25.284164 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 972 rows starting from the beginning of the part 2026.01.06 01:54:25.284284 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:25.284287 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:25.284334 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:25.284391 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:25.284501 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:25.284610 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:25.284660 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:25.284718 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:25.284897 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.285027 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.01.06 01:54:25.285062 [ 254 ] {48ca9d06-3d00-4b0d-8469-285287771c77} TCPHandler: Processed in 0.001298952 sec. 2026.01.06 01:54:25.291070 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 19 columns (19 merged, 0 gathered) in 0.007259848 sec., 149452.16483871287 rows/sec., 267.81 MiB/sec. 2026.01.06 01:54:25.292288 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:54:25.292648 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:25.292723 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_56_11} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:54:25.292889 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.42 MiB. 2026.01.06 01:54:26.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 294.77 MiB, peak 306.58 MiB, free memory in arenas 0.00 B, will set to 298.04 MiB (RSS), difference: 3.26 MiB 2026.01.06 01:54:27.504752 [ 84 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.06 01:54:27.504851 [ 84 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:27.504890 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:27.505036 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.06 01:54:27.505184 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:27.505217 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 467 rows starting from the beginning of the part 2026.01.06 01:54:27.505286 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 252 rows starting from the beginning of the part 2026.01.06 01:54:27.505331 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 252 rows starting from the beginning of the part 2026.01.06 01:54:27.505372 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 252 rows starting from the beginning of the part 2026.01.06 01:54:27.505416 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part 2026.01.06 01:54:27.506422 [ 194 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1475 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445944 sec., 1020094.8307818284 rows/sec., 73.75 MiB/sec. 2026.01.06 01:54:27.506585 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.06 01:54:27.506833 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:27.506904 [ 195 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_14_3} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.06 01:54:27.506979 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.06 01:54:27.530591 [ 84 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.06 01:54:27.530634 [ 84 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:27.530655 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:27.530749 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.06 01:54:27.530872 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:27.530905 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 223 rows starting from the beginning of the part 2026.01.06 01:54:27.530969 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:27.531023 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:27.531072 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:27.531116 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:27.531811 [ 195 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 5 columns (5 merged, 0 gathered) in 0.00110237 sec., 245833.97588831335 rows/sec., 15.96 MiB/sec. 2026.01.06 01:54:27.531929 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.06 01:54:27.532160 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:27.532220 [ 187 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_14_3} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.06 01:54:27.532277 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.06 01:54:29.788965 [ 82 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.06 01:54:29.789048 [ 82 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:29.789069 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:29.789191 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.06 01:54:29.789338 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:29.789377 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 434 rows starting from the beginning of the part 2026.01.06 01:54:29.789453 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.01.06 01:54:29.789506 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.01.06 01:54:29.789555 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.01.06 01:54:29.789601 [ 195 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.01.06 01:54:29.790499 [ 187 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 530 rows, containing 5 columns (5 merged, 0 gathered) in 0.001365073 sec., 388257.62431752734 rows/sec., 27.83 MiB/sec. 2026.01.06 01:54:29.790710 [ 189 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.06 01:54:29.791045 [ 189 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:29.791135 [ 189 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_14_3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.06 01:54:29.791252 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:54:30.275513 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.275701 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:54:30.275769 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:54:30.276427 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.276478 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.276878 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:54:30.277111 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.277276 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} executeQuery: Read 2 rows, 167.00 B in 0.001626 sec., 1230.0123001230013 rows/sec., 100.30 KiB/sec. 2026.01.06 01:54:30.277320 [ 254 ] {a29769df-3fa3-4a46-90f4-e54d0e54f05a} TCPHandler: Processed in 0.001938338 sec. 2026.01.06 01:54:30.277457 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.277552 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:30.277592 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:30.278024 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.278060 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.278392 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:30.278609 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.278743 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} executeQuery: Read 77 rows, 6.46 KiB in 0.001211 sec., 63583.81502890173 rows/sec., 5.21 MiB/sec. 2026.01.06 01:54:30.278781 [ 254 ] {ef5ecd3c-05e0-4b05-be33-2d014f8db912} TCPHandler: Processed in 0.001374783 sec. 2026.01.06 01:54:30.278906 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.279000 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:30.279041 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:30.279437 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.279474 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.279768 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:30.279973 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.280102 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} executeQuery: Read 12 rows, 913.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 796.07 KiB/sec. 2026.01.06 01:54:30.280139 [ 254 ] {27762495-c084-42a4-b6e7-8e234459530d} TCPHandler: Processed in 0.001282222 sec. 2026.01.06 01:54:30.280247 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.280351 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:30.280392 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:30.280820 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.280857 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.281183 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:30.281393 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.281529 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} executeQuery: Read 76 rows, 6.08 KiB in 0.001196 sec., 63545.15050167224 rows/sec., 4.96 MiB/sec. 2026.01.06 01:54:30.281569 [ 254 ] {39589d52-c9d5-46a0-b550-69d9da8c918a} TCPHandler: Processed in 0.001373143 sec. 2026.01.06 01:54:30.281680 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.281777 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:30.281821 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:30.282231 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.282268 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.282607 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:30.282823 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.282956 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} executeQuery: Read 161 rows, 11.48 KiB in 0.001197 sec., 134502.9239766082 rows/sec., 9.37 MiB/sec. 2026.01.06 01:54:30.282992 [ 254 ] {c5a481de-ff89-44fd-ad24-12680cd44894} TCPHandler: Processed in 0.001362423 sec. 2026.01.06 01:54:30.283101 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.283194 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:30.283249 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} 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.01.06 01:54:30.284040 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.284076 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.284605 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:54:30.284835 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.284972 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} executeQuery: Read 10 rows, 18.35 KiB in 0.001795 sec., 5571.030640668524 rows/sec., 9.98 MiB/sec. 2026.01.06 01:54:30.285026 [ 254 ] {531afed7-51be-4fb9-9ee0-ee0cb7f983cc} TCPHandler: Processed in 0.001974288 sec. 2026.01.06 01:54:30.285137 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:30.285232 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:30.285274 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:30.285610 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.285647 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.285956 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:30.286164 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.286291 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.06 01:54:30.286327 [ 254 ] {b1df1ef2-cff7-4ffa-acf1-f860ba98a20e} TCPHandler: Processed in 0.001239362 sec. 2026.01.06 01:54:30.852576 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19673 2026.01.06 01:54:30.853160 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.853205 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.853693 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:54:30.853917 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.854043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19673 2026.01.06 01:54:30.854101 [ 79 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:54:30.854202 [ 79 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:30.854238 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:30.854389 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:54:30.854541 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:30.854583 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17305 rows starting from the beginning of the part 2026.01.06 01:54:30.854652 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.01.06 01:54:30.854703 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.01.06 01:54:30.854749 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.01.06 01:54:30.854791 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.01.06 01:54:30.854833 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.01.06 01:54:30.856939 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19673 rows, containing 4 columns (4 merged, 0 gathered) in 0.002608464 sec., 7541986.395058548 rows/sec., 107.89 MiB/sec. 2026.01.06 01:54:30.857296 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:54:30.857622 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:30.857693 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_41_8} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:54:30.857802 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2026.01.06 01:54:31.914238 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.06 01:54:31.947131 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:31.947250 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:31.958460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:54:31.960170 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:31.960697 [ 78 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:54:31.960761 [ 78 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:31.960788 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:31.960975 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:54:31.967588 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:31.970219 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.01.06 01:54:31.970755 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.06 01:54:31.978423 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.01.06 01:54:31.986010 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.01.06 01:54:31.993103 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.01.06 01:54:32.000169 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.01.06 01:54:32.000335 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 302.61 MiB, peak 306.58 MiB, free memory in arenas 0.00 B, will set to 298.11 MiB (RSS), difference: -4.50 MiB 2026.01.06 01:54:32.006356 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.01.06 01:54:32.107818 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.146922232 sec., 2103.1534560406076 rows/sec., 10.88 MiB/sec. 2026.01.06 01:54:32.112204 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:54:32.115140 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:32.115286 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_41_8} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:54:32.118293 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.06 01:54:32.739425 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45086 2026.01.06 01:54:32.739541 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.739571 [ 286 ] {} TCP-Session: 6775a7d9-32dc-44a9-baaa-1ff9aa03d5d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45086 2026.01.06 01:54:32.739595 [ 286 ] {} TCP-Session: 6775a7d9-32dc-44a9-baaa-1ff9aa03d5d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.739610 [ 286 ] {} TCP-Session: 6775a7d9-32dc-44a9-baaa-1ff9aa03d5d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.739839 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59226 2026.01.06 01:54:32.739867 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35324 2026.01.06 01:54:32.739907 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50468 2026.01.06 01:54:32.739916 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47544 2026.01.06 01:54:32.739930 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33471 2026.01.06 01:54:32.739961 [ 286 ] {} TCP-Session: 6775a7d9-32dc-44a9-baaa-1ff9aa03d5d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:32.739966 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.739894 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49258 2026.01.06 01:54:32.740053 [ 287 ] {} TCP-Session: 0cf9c388-7dae-4c77-a285-c51369d2d451 Authenticating user 'default' from [fd00:1122:3344:101::e]:59226 2026.01.06 01:54:32.739879 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46012 2026.01.06 01:54:32.740092 [ 287 ] {} TCP-Session: 0cf9c388-7dae-4c77-a285-c51369d2d451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740116 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.740127 [ 287 ] {} TCP-Session: 0cf9c388-7dae-4c77-a285-c51369d2d451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.739882 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61449 2026.01.06 01:54:32.740158 [ 288 ] {} TCP-Session: b3a269c2-b4ab-4e8a-ab1d-f4dbf959de50 Authenticating user 'default' from [fd00:1122:3344:101::e]:35324 2026.01.06 01:54:32.740182 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} executeQuery: (from [fd00:1122:3344:101::e]:45086) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:54:32.740212 [ 288 ] {} TCP-Session: b3a269c2-b4ab-4e8a-ab1d-f4dbf959de50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740233 [ 288 ] {} TCP-Session: b3a269c2-b4ab-4e8a-ab1d-f4dbf959de50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740474 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.740474 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:54:32.740507 [ 351 ] {} TCP-Session: 32485247-fbad-4eeb-8b9e-11ac9ac43c35 Authenticating user 'default' from [fd00:1122:3344:101::e]:49258 2026.01.06 01:54:32.740526 [ 351 ] {} TCP-Session: 32485247-fbad-4eeb-8b9e-11ac9ac43c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740541 [ 351 ] {} TCP-Session: 32485247-fbad-4eeb-8b9e-11ac9ac43c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740550 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:54:32.740596 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.740656 [ 354 ] {} TCP-Session: 098c11b1-8c38-49b0-bc3c-b0d6f1b8630b Authenticating user 'default' from [fd00:1122:3344:101::e]:33471 2026.01.06 01:54:32.740681 [ 354 ] {} TCP-Session: 098c11b1-8c38-49b0-bc3c-b0d6f1b8630b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740694 [ 354 ] {} TCP-Session: 098c11b1-8c38-49b0-bc3c-b0d6f1b8630b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740859 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:54:32.740915 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.740945 [ 350 ] {} TCP-Session: f89cd948-1950-44c9-9a48-b3d5b8622ebb Authenticating user 'default' from [fd00:1122:3344:101::e]:61449 2026.01.06 01:54:32.740963 [ 350 ] {} TCP-Session: f89cd948-1950-44c9-9a48-b3d5b8622ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740975 [ 350 ] {} TCP-Session: f89cd948-1950-44c9-9a48-b3d5b8622ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.740994 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.741051 [ 353 ] {} TCP-Session: 131defcf-d678-4466-a3a8-73c082328eaf Authenticating user 'default' from [fd00:1122:3344:101::e]:47544 2026.01.06 01:54:32.741066 [ 353 ] {} TCP-Session: 131defcf-d678-4466-a3a8-73c082328eaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741081 [ 353 ] {} TCP-Session: 131defcf-d678-4466-a3a8-73c082328eaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741122 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.741156 [ 352 ] {} TCP-Session: d729b626-e97b-4198-b630-67dabcdbf9f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50468 2026.01.06 01:54:32.741174 [ 352 ] {} TCP-Session: d729b626-e97b-4198-b630-67dabcdbf9f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741207 [ 352 ] {} TCP-Session: d729b626-e97b-4198-b630-67dabcdbf9f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741334 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.741368 [ 289 ] {} TCP-Session: 7a77e780-5e0c-48b4-b45d-dff4c835b64b Authenticating user 'default' from [fd00:1122:3344:101::e]:46012 2026.01.06 01:54:32.741385 [ 289 ] {} TCP-Session: 7a77e780-5e0c-48b4-b45d-dff4c835b64b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741398 [ 289 ] {} TCP-Session: 7a77e780-5e0c-48b4-b45d-dff4c835b64b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.741818 [ 346 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} AggregatingTransform: Aggregating 2026.01.06 01:54:32.741855 [ 346 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} Aggregator: Aggregation method: without_key 2026.01.06 01:54:32.741886 [ 346 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000923589 sec. (1082.733 rows/sec., 42.29 KiB/sec.) 2026.01.06 01:54:32.741903 [ 346 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} Aggregator: Merging aggregated data 2026.01.06 01:54:32.743246 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} executeQuery: Read 1 rows, 40.00 B in 0.003128 sec., 319.693094629156 rows/sec., 12.49 KiB/sec. 2026.01.06 01:54:32.743365 [ 286 ] {90b3fc5d-fe1a-410d-b2e5-af740bfb44ae} TCPHandler: Processed in 0.003524193 sec. 2026.01.06 01:54:32.743487 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743514 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743531 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743554 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743559 [ 354 ] {} TCP-Session: 098c11b1-8c38-49b0-bc3c-b0d6f1b8630b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743577 [ 289 ] {} TCP-Session: 7a77e780-5e0c-48b4-b45d-dff4c835b64b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743585 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743604 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743625 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743647 [ 352 ] {} TCP-Session: d729b626-e97b-4198-b630-67dabcdbf9f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743659 [ 350 ] {} TCP-Session: f89cd948-1950-44c9-9a48-b3d5b8622ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743677 [ 353 ] {} TCP-Session: 131defcf-d678-4466-a3a8-73c082328eaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743612 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743607 [ 287 ] {} TCP-Session: 0cf9c388-7dae-4c77-a285-c51369d2d451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743726 [ 351 ] {} TCP-Session: 32485247-fbad-4eeb-8b9e-11ac9ac43c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743568 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.743524 [ 286 ] {} TCP-Session: 6775a7d9-32dc-44a9-baaa-1ff9aa03d5d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.743788 [ 288 ] {} TCP-Session: b3a269c2-b4ab-4e8a-ab1d-f4dbf959de50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.771719 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37390 2026.01.06 01:54:32.771809 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.771832 [ 286 ] {} TCP-Session: e5afb748-b6c7-407f-88e2-5b765222a65c Authenticating user 'default' from [fd00:1122:3344:101::e]:37390 2026.01.06 01:54:32.771849 [ 286 ] {} TCP-Session: e5afb748-b6c7-407f-88e2-5b765222a65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.771861 [ 286 ] {} TCP-Session: e5afb748-b6c7-407f-88e2-5b765222a65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772081 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37095 2026.01.06 01:54:32.772102 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52355 2026.01.06 01:54:32.772113 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43224 2026.01.06 01:54:32.772144 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41633 2026.01.06 01:54:32.772165 [ 286 ] {} TCP-Session: e5afb748-b6c7-407f-88e2-5b765222a65c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:32.772187 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37575 2026.01.06 01:54:32.772222 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772232 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772252 [ 289 ] {} TCP-Session: a902ab81-53f7-4f6b-93d6-f3291eae2a0f Authenticating user 'default' from [fd00:1122:3344:101::e]:43224 2026.01.06 01:54:32.772268 [ 351 ] {} TCP-Session: 3041eb27-4401-4a4b-a38f-b8042eb70948 Authenticating user 'default' from [fd00:1122:3344:101::e]:41633 2026.01.06 01:54:32.772271 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772295 [ 351 ] {} TCP-Session: 3041eb27-4401-4a4b-a38f-b8042eb70948 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772313 [ 354 ] {} TCP-Session: ce815fb3-94e8-4ce4-866c-c06760f915e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:37575 2026.01.06 01:54:32.772323 [ 351 ] {} TCP-Session: 3041eb27-4401-4a4b-a38f-b8042eb70948 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772333 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} executeQuery: (from [fd00:1122:3344:101::e]:37390) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:54:32.772340 [ 354 ] {} TCP-Session: ce815fb3-94e8-4ce4-866c-c06760f915e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772285 [ 289 ] {} TCP-Session: a902ab81-53f7-4f6b-93d6-f3291eae2a0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772373 [ 354 ] {} TCP-Session: ce815fb3-94e8-4ce4-866c-c06760f915e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772385 [ 289 ] {} TCP-Session: a902ab81-53f7-4f6b-93d6-f3291eae2a0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772171 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61874 2026.01.06 01:54:32.772169 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44797 2026.01.06 01:54:32.772155 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772472 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772116 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62607 2026.01.06 01:54:32.772506 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772503 [ 287 ] {} TCP-Session: ad140162-1905-46fd-9125-33231cae85db Authenticating user 'default' from [fd00:1122:3344:101::e]:37095 2026.01.06 01:54:32.772559 [ 352 ] {} TCP-Session: 3559489e-886a-4a3d-a2ba-ab222be47607 Authenticating user 'default' from [fd00:1122:3344:101::e]:44797 2026.01.06 01:54:32.772562 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:54:32.772577 [ 287 ] {} TCP-Session: ad140162-1905-46fd-9125-33231cae85db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772592 [ 352 ] {} TCP-Session: 3559489e-886a-4a3d-a2ba-ab222be47607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772617 [ 287 ] {} TCP-Session: ad140162-1905-46fd-9125-33231cae85db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772628 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:54:32.772631 [ 352 ] {} TCP-Session: 3559489e-886a-4a3d-a2ba-ab222be47607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772558 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772206 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.772699 [ 350 ] {} TCP-Session: fce2b47f-d6ef-445a-8309-927ac5c7b411 Authenticating user 'default' from [fd00:1122:3344:101::e]:62607 2026.01.06 01:54:32.772511 [ 353 ] {} TCP-Session: 0ad0c854-56f0-40e7-9f3f-cdbcd104e72c Authenticating user 'default' from [fd00:1122:3344:101::e]:61874 2026.01.06 01:54:32.772728 [ 350 ] {} TCP-Session: fce2b47f-d6ef-445a-8309-927ac5c7b411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772721 [ 288 ] {} TCP-Session: 45a1760d-32f1-42bc-9118-4e7b3ac521d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52355 2026.01.06 01:54:32.772746 [ 350 ] {} TCP-Session: fce2b47f-d6ef-445a-8309-927ac5c7b411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772764 [ 288 ] {} TCP-Session: 45a1760d-32f1-42bc-9118-4e7b3ac521d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772739 [ 353 ] {} TCP-Session: 0ad0c854-56f0-40e7-9f3f-cdbcd104e72c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772791 [ 288 ] {} TCP-Session: 45a1760d-32f1-42bc-9118-4e7b3ac521d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772809 [ 353 ] {} TCP-Session: 0ad0c854-56f0-40e7-9f3f-cdbcd104e72c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.772899 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:54:32.773702 [ 323 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} AggregatingTransform: Aggregating 2026.01.06 01:54:32.773745 [ 323 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} Aggregator: Aggregation method: without_key 2026.01.06 01:54:32.773777 [ 323 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000784998 sec. (1273.889 rows/sec., 49.76 KiB/sec.) 2026.01.06 01:54:32.773794 [ 323 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} Aggregator: Merging aggregated data 2026.01.06 01:54:32.775667 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} executeQuery: Read 1 rows, 40.00 B in 0.003378 sec., 296.0331557134399 rows/sec., 11.56 KiB/sec. 2026.01.06 01:54:32.775803 [ 286 ] {e9d06002-0f56-4ae8-843b-564f6f1ce62e} TCPHandler: Processed in 0.003735484 sec. 2026.01.06 01:54:32.775916 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.775942 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.775962 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.775978 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.775992 [ 354 ] {} TCP-Session: ce815fb3-94e8-4ce4-866c-c06760f915e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776017 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.776037 [ 351 ] {} TCP-Session: 3041eb27-4401-4a4b-a38f-b8042eb70948 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776050 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.776064 [ 350 ] {} TCP-Session: fce2b47f-d6ef-445a-8309-927ac5c7b411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776037 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.776083 [ 353 ] {} TCP-Session: 0ad0c854-56f0-40e7-9f3f-cdbcd104e72c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776023 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.776122 [ 289 ] {} TCP-Session: a902ab81-53f7-4f6b-93d6-f3291eae2a0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776010 [ 287 ] {} TCP-Session: ad140162-1905-46fd-9125-33231cae85db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776168 [ 352 ] {} TCP-Session: 3559489e-886a-4a3d-a2ba-ab222be47607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.775992 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.775944 [ 286 ] {} TCP-Session: e5afb748-b6c7-407f-88e2-5b765222a65c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.776226 [ 288 ] {} TCP-Session: 45a1760d-32f1-42bc-9118-4e7b3ac521d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.828973 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36269 2026.01.06 01:54:32.829052 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829074 [ 286 ] {} TCP-Session: e3d74d44-0f9e-4cf6-af13-6dbc88b2a45b Authenticating user 'default' from [fd00:1122:3344:101::e]:36269 2026.01.06 01:54:32.829092 [ 286 ] {} TCP-Session: e3d74d44-0f9e-4cf6-af13-6dbc88b2a45b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829104 [ 286 ] {} TCP-Session: e3d74d44-0f9e-4cf6-af13-6dbc88b2a45b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829259 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57384 2026.01.06 01:54:32.829279 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45186 2026.01.06 01:54:32.829330 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41116 2026.01.06 01:54:32.829344 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36948 2026.01.06 01:54:32.829367 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52243 2026.01.06 01:54:32.829391 [ 286 ] {} TCP-Session: e3d74d44-0f9e-4cf6-af13-6dbc88b2a45b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:32.829411 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829433 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829438 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829470 [ 353 ] {} TCP-Session: 8e65d921-3247-4ec0-a823-1f2a59a29f0a Authenticating user 'default' from [fd00:1122:3344:101::e]:36948 2026.01.06 01:54:32.829476 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829498 [ 353 ] {} TCP-Session: 8e65d921-3247-4ec0-a823-1f2a59a29f0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829492 [ 352 ] {} TCP-Session: 04c83424-a432-4d9a-b32d-82e2b1a11fc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41116 2026.01.06 01:54:32.829529 [ 353 ] {} TCP-Session: 8e65d921-3247-4ec0-a823-1f2a59a29f0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829525 [ 354 ] {} TCP-Session: 57502edf-93d3-4283-aaac-607b65078d66 Authenticating user 'default' from [fd00:1122:3344:101::e]:52243 2026.01.06 01:54:32.829564 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} executeQuery: (from [fd00:1122:3344:101::e]:36269) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:54:32.829558 [ 352 ] {} TCP-Session: 04c83424-a432-4d9a-b32d-82e2b1a11fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829603 [ 354 ] {} TCP-Session: 57502edf-93d3-4283-aaac-607b65078d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829626 [ 352 ] {} TCP-Session: 04c83424-a432-4d9a-b32d-82e2b1a11fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829638 [ 354 ] {} TCP-Session: 57502edf-93d3-4283-aaac-607b65078d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829461 [ 289 ] {} TCP-Session: 7dfe0d39-c7c0-4141-983d-96068e21cb66 Authenticating user 'default' from [fd00:1122:3344:101::e]:45186 2026.01.06 01:54:32.829303 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38244 2026.01.06 01:54:32.829681 [ 289 ] {} TCP-Session: 7dfe0d39-c7c0-4141-983d-96068e21cb66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829308 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50199 2026.01.06 01:54:32.829715 [ 289 ] {} TCP-Session: 7dfe0d39-c7c0-4141-983d-96068e21cb66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829738 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829272 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62240 2026.01.06 01:54:32.829780 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829776 [ 350 ] {} TCP-Session: e18c24cb-1ae6-4576-9a29-921941a3911f Authenticating user 'default' from [fd00:1122:3344:101::e]:38244 2026.01.06 01:54:32.829370 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829814 [ 351 ] {} TCP-Session: d62bacea-9942-442c-a79f-4b6d73347654 Authenticating user 'default' from [fd00:1122:3344:101::e]:50199 2026.01.06 01:54:32.829834 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:54:32.829858 [ 351 ] {} TCP-Session: d62bacea-9942-442c-a79f-4b6d73347654 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829858 [ 287 ] {} TCP-Session: 4a3a3b09-8a42-4920-b981-15dcaaae7290 Authenticating user 'default' from [fd00:1122:3344:101::e]:57384 2026.01.06 01:54:32.829883 [ 351 ] {} TCP-Session: d62bacea-9942-442c-a79f-4b6d73347654 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829905 [ 287 ] {} TCP-Session: 4a3a3b09-8a42-4920-b981-15dcaaae7290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829876 [ 288 ] {} TCP-Session: 935e9494-4309-40a6-a1b5-e7e1c19d1b1a Authenticating user 'default' from [fd00:1122:3344:101::e]:62240 2026.01.06 01:54:32.829930 [ 287 ] {} TCP-Session: 4a3a3b09-8a42-4920-b981-15dcaaae7290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829952 [ 288 ] {} TCP-Session: 935e9494-4309-40a6-a1b5-e7e1c19d1b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829818 [ 350 ] {} TCP-Session: e18c24cb-1ae6-4576-9a29-921941a3911f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829975 [ 288 ] {} TCP-Session: 935e9494-4309-40a6-a1b5-e7e1c19d1b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829995 [ 350 ] {} TCP-Session: e18c24cb-1ae6-4576-9a29-921941a3911f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.829816 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:54:32.830067 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:54:32.830355 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:54:32.831273 [ 315 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} AggregatingTransform: Aggregating 2026.01.06 01:54:32.831329 [ 315 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} Aggregator: Aggregation method: without_key 2026.01.06 01:54:32.831367 [ 315 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000915698 sec. (1092.063 rows/sec., 42.66 KiB/sec.) 2026.01.06 01:54:32.831387 [ 315 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} Aggregator: Merging aggregated data 2026.01.06 01:54:32.832691 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} executeQuery: Read 1 rows, 40.00 B in 0.003173 sec., 315.1591553734636 rows/sec., 12.31 KiB/sec. 2026.01.06 01:54:32.832827 [ 286 ] {e95baf74-4b0f-4e63-b11c-ed6404de5e87} TCPHandler: Processed in 0.003529093 sec. 2026.01.06 01:54:32.832944 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.832972 [ 286 ] {} TCP-Session: e3d74d44-0f9e-4cf6-af13-6dbc88b2a45b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.832972 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.832993 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833013 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833020 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833051 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833060 [ 353 ] {} TCP-Session: 8e65d921-3247-4ec0-a823-1f2a59a29f0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833072 [ 350 ] {} TCP-Session: e18c24cb-1ae6-4576-9a29-921941a3911f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833069 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833089 [ 351 ] {} TCP-Session: d62bacea-9942-442c-a79f-4b6d73347654 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833085 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833129 [ 289 ] {} TCP-Session: 7dfe0d39-c7c0-4141-983d-96068e21cb66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833163 [ 352 ] {} TCP-Session: 04c83424-a432-4d9a-b32d-82e2b1a11fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833038 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:54:32.833046 [ 288 ] {} TCP-Session: 935e9494-4309-40a6-a1b5-e7e1c19d1b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833226 [ 354 ] {} TCP-Session: 57502edf-93d3-4283-aaac-607b65078d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:32.833025 [ 287 ] {} TCP-Session: 4a3a3b09-8a42-4920-b981-15dcaaae7290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:54:33.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 295.36 MiB, peak 308.07 MiB, free memory in arenas 0.00 B, will set to 300.95 MiB (RSS), difference: 5.58 MiB 2026.01.06 01:54:33.400779 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1074 2026.01.06 01:54:33.403149 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:33.403209 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:33.404475 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 01:54:33.404755 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:33.404942 [ 77 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.06 01:54:33.405014 [ 77 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:33.405035 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:33.405139 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:54:33.405147 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1074 2026.01.06 01:54:33.405703 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:33.405871 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 930 rows starting from the beginning of the part 2026.01.06 01:54:33.406273 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.01.06 01:54:33.406663 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 26 rows starting from the beginning of the part 2026.01.06 01:54:33.407037 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:54:33.407406 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2026.01.06 01:54:33.407754 [ 201 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part 2026.01.06 01:54:33.414586 [ 187 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1074 rows, containing 72 columns (72 merged, 0 gathered) in 0.009487388 sec., 113202.9173888535 rows/sec., 93.97 MiB/sec. 2026.01.06 01:54:33.416087 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.06 01:54:33.416704 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:33.416787 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_31_6} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.06 01:54:33.417144 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. 2026.01.06 01:54:35.275654 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.275963 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:35.276066 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:35.276957 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.277003 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.277400 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:35.277627 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.277780 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} executeQuery: Read 118 rows, 10.23 KiB in 0.001894 sec., 62302.006335797254 rows/sec., 5.27 MiB/sec. 2026.01.06 01:54:35.277784 [ 76 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:35.277821 [ 254 ] {83533c1b-1f87-475f-b2e6-12eb8ba439af} TCPHandler: Processed in 0.002360092 sec. 2026.01.06 01:54:35.277885 [ 76 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.277930 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.278002 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.278087 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:35.278108 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:35.278177 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:35.278249 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:35.278291 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2468 rows starting from the beginning of the part 2026.01.06 01:54:35.278364 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:54:35.278415 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:35.278457 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 118 rows starting from the beginning of the part 2026.01.06 01:54:35.278497 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 77 rows starting from the beginning of the part 2026.01.06 01:54:35.278538 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 118 rows starting from the beginning of the part 2026.01.06 01:54:35.278591 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.278632 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.278961 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:35.279177 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.279315 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} executeQuery: Read 31 rows, 2.33 KiB in 0.001227 sec., 25264.87367563162 rows/sec., 1.86 MiB/sec. 2026.01.06 01:54:35.279354 [ 254 ] {41bb566c-3471-4cb6-8cc4-bc6306ac4bbf} TCPHandler: Processed in 0.001401153 sec. 2026.01.06 01:54:35.279465 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.279558 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:35.279597 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:35.280039 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.280075 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.280337 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4235 rows, containing 5 columns (5 merged, 0 gathered) in 0.002313232 sec., 1830771.8378441937 rows/sec., 157.86 MiB/sec. 2026.01.06 01:54:35.280388 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:35.280599 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.280715 [ 76 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:35.280737 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} executeQuery: Read 95 rows, 7.60 KiB in 0.001197 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.06 01:54:35.280746 [ 76 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.280746 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:35.280779 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.280781 [ 254 ] {465b18b6-ee10-47b5-994c-094eb4a17969} TCPHandler: Processed in 0.001367493 sec. 2026.01.06 01:54:35.280881 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:35.280919 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.281008 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:35.281022 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:35.281046 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1250 rows starting from the beginning of the part 2026.01.06 01:54:35.281071 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:35.281108 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.281121 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 587 rows starting from the beginning of the part 2026.01.06 01:54:35.281175 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 74 rows starting from the beginning of the part 2026.01.06 01:54:35.281205 [ 200 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_61_12} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:35.281220 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 95 rows starting from the beginning of the part 2026.01.06 01:54:35.281264 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:35.281319 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:54:35.281368 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 95 rows starting from the beginning of the part 2026.01.06 01:54:35.281502 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.281545 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.281904 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:35.282135 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.282243 [ 76 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:35.282261 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} executeQuery: Read 160 rows, 11.41 KiB in 0.001256 sec., 127388.53503184713 rows/sec., 8.87 MiB/sec. 2026.01.06 01:54:35.282274 [ 76 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.282365 [ 254 ] {0eac172f-6c50-46e0-8eb4-3ec40c57a32f} TCPHandler: Processed in 0.001494174 sec. 2026.01.06 01:54:35.282366 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.282465 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:35.282484 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.282498 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2177 rows, containing 5 columns (5 merged, 0 gathered) in 0.001658836 sec., 1312366.0205107678 rows/sec., 101.97 MiB/sec. 2026.01.06 01:54:35.282560 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:35.282585 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:35.282587 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 14572 rows starting from the beginning of the part 2026.01.06 01:54:35.282648 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} 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.01.06 01:54:35.282658 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:35.282659 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 880 rows starting from the beginning of the part 2026.01.06 01:54:35.282722 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:35.282763 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:35.282801 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 161 rows starting from the beginning of the part 2026.01.06 01:54:35.282838 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:35.282922 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.282981 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_61_12} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:35.283040 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:54:35.283535 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.283577 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.284176 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:54:35.284411 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.284562 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} executeQuery: Read 31 rows, 56.88 KiB in 0.001995 sec., 15538.847117794488 rows/sec., 27.84 MiB/sec. 2026.01.06 01:54:35.284617 [ 254 ] {9bbfd283-d855-4245-9d93-80c021ea1b43} TCPHandler: Processed in 0.002180961 sec. 2026.01.06 01:54:35.284726 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:35.284821 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:35.284862 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:35.285199 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.285235 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.285539 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:35.285757 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.285863 [ 76 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:35.285882 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2026.01.06 01:54:35.285897 [ 76 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:35.285923 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:35.285924 [ 254 ] {12137e58-de38-46ca-ba3a-bdbd08494839} TCPHandler: Processed in 0.001245851 sec. 2026.01.06 01:54:35.286015 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:35.286124 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:35.286156 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2694 rows starting from the beginning of the part 2026.01.06 01:54:35.286221 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:35.286269 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:35.286315 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:35.286356 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:35.286396 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:35.286797 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 16093 rows, containing 5 columns (5 merged, 0 gathered) in 0.004361871 sec., 3689471.7885971414 rows/sec., 252.14 MiB/sec. 2026.01.06 01:54:35.287379 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:35.287508 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2994 rows, containing 4 columns (4 merged, 0 gathered) in 0.001533775 sec., 1952046.421411224 rows/sec., 128.57 MiB/sec. 2026.01.06 01:54:35.287710 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.287802 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_61_12} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:35.287857 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:35.287900 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2026.01.06 01:54:35.288117 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:35.288190 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_61_12} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:35.288264 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.01.06 01:54:38.207922 [ 71 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:54:38.207997 [ 71 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:54:38.354192 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20185 2026.01.06 01:54:38.355025 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:38.355082 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:38.355582 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:54:38.355833 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:38.355993 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20185 2026.01.06 01:54:39.470920 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.06 01:54:39.486055 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:39.486120 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:39.492162 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:54:39.492908 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:39.496035 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.06 01:54:40.274900 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.275189 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:40.275296 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:40.276142 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.276186 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.276606 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:40.276844 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.277011 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} executeQuery: Read 76 rows, 6.39 KiB in 0.001902 sec., 39957.93901156677 rows/sec., 3.28 MiB/sec. 2026.01.06 01:54:40.277060 [ 254 ] {1be8b092-acd6-47d5-b17d-46fe543e1119} TCPHandler: Processed in 0.002348562 sec. 2026.01.06 01:54:40.277191 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.277294 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:40.277336 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:40.277785 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.277821 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.278118 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:40.278327 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.278455 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} executeQuery: Read 10 rows, 770.00 B in 0.001185 sec., 8438.818565400843 rows/sec., 634.56 KiB/sec. 2026.01.06 01:54:40.278492 [ 254 ] {79ab5379-0896-4b8c-a985-b43b7f7599ba} TCPHandler: Processed in 0.001356482 sec. 2026.01.06 01:54:40.278612 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.278705 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:40.278744 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:40.279169 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.279203 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.279512 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:40.279753 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.279879 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} executeQuery: Read 74 rows, 5.92 KiB in 0.001192 sec., 62080.53691275168 rows/sec., 4.85 MiB/sec. 2026.01.06 01:54:40.279916 [ 254 ] {37813d06-b81c-4a41-858d-d2a68b3ba425} TCPHandler: Processed in 0.001356563 sec. 2026.01.06 01:54:40.280033 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.280125 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:40.280167 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:40.280567 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.280601 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.280932 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:40.281145 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.281272 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2026.01.06 01:54:40.281308 [ 254 ] {7d767d8b-3f1c-4ee0-ba53-c3315aef42cf} TCPHandler: Processed in 0.001322642 sec. 2026.01.06 01:54:40.281409 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.281501 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:40.281566 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} 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.01.06 01:54:40.282608 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.282648 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.283161 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:54:40.283380 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.283515 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} executeQuery: Read 10 rows, 18.35 KiB in 0.002031 sec., 4923.682914820286 rows/sec., 8.82 MiB/sec. 2026.01.06 01:54:40.283567 [ 254 ] {d2edb815-9ed0-438a-8396-eeab9e1e3ebc} TCPHandler: Processed in 0.002205621 sec. 2026.01.06 01:54:40.283678 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:40.283772 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:40.283813 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:40.284148 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:40.284182 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:40.284478 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:40.284683 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:40.284805 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.06 01:54:40.284840 [ 254 ] {0a584009-861b-4616-90a4-49dec08c7f17} TCPHandler: Processed in 0.001210162 sec. 2026.01.06 01:54:42.015418 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.015621 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.015691 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:54:42.016547 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.016599 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.017038 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:54:42.017277 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.017438 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} executeQuery: Read 410 rows, 26.63 KiB in 0.001872 sec., 219017.09401709403 rows/sec., 13.89 MiB/sec. 2026.01.06 01:54:42.017492 [ 254 ] {50eb3066-036e-4a5b-b702-4737cf7815f1} TCPHandler: Processed in 0.002217871 sec. 2026.01.06 01:54:42.017616 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.017720 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:54:42.017765 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:54:42.018182 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.018221 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.018566 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:54:42.018788 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.018919 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} executeQuery: Read 12 rows, 1002.00 B in 0.001223 sec., 9811.937857726902 rows/sec., 800.09 KiB/sec. 2026.01.06 01:54:42.018957 [ 254 ] {21aefbef-bc16-4a84-b93f-c38c09fef201} TCPHandler: Processed in 0.001394133 sec. 2026.01.06 01:54:42.019066 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.019160 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:42.019200 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:42.020472 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.020518 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.020983 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:54:42.021206 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.021341 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} executeQuery: Read 2320 rows, 192.21 KiB in 0.0022 sec., 1054545.4545454546 rows/sec., 85.32 MiB/sec. 2026.01.06 01:54:42.021382 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.06 01:54:42.021396 [ 254 ] {af231cd8-c68a-4452-856c-233537cdcf39} TCPHandler: Processed in 0.002379742 sec. 2026.01.06 01:54:42.021509 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.021606 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.021647 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:42.022134 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.022170 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.022493 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:42.022716 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.022844 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} executeQuery: Read 248 rows, 15.48 KiB in 0.001258 sec., 197138.3147853736 rows/sec., 12.02 MiB/sec. 2026.01.06 01:54:42.022883 [ 254 ] {a93f403f-5867-4ad3-b888-95282fc7ee01} TCPHandler: Processed in 0.001424103 sec. 2026.01.06 01:54:42.022991 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.023084 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.023122 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:54:42.023633 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.023669 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.024025 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:54:42.024235 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.024358 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} executeQuery: Read 440 rows, 29.81 KiB in 0.001293 sec., 340293.8901778809 rows/sec., 22.51 MiB/sec. 2026.01.06 01:54:42.024398 [ 254 ] {7c00cf4a-ad42-41e7-960b-284fce386af7} TCPHandler: Processed in 0.001455673 sec. 2026.01.06 01:54:42.024511 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.024605 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.024646 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:54:42.025099 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.025135 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.025452 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:54:42.025668 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.025795 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} executeQuery: Read 211 rows, 12.27 KiB in 0.001208 sec., 174668.87417218543 rows/sec., 9.92 MiB/sec. 2026.01.06 01:54:42.025833 [ 254 ] {d2c7d810-c3bb-41cf-90d1-f4821307bc3d} TCPHandler: Processed in 0.001372772 sec. 2026.01.06 01:54:42.025945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.026048 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:42.026090 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:42.026872 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.026911 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.027291 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:54:42.027511 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.027652 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} executeQuery: Read 1178 rows, 86.22 KiB in 0.001623 sec., 725816.3894023413 rows/sec., 51.88 MiB/sec. 2026.01.06 01:54:42.027693 [ 254 ] {ce2bd152-4ee9-4a18-8c39-ca29bba08adb} TCPHandler: Processed in 0.001798037 sec. 2026.01.06 01:54:42.027805 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.027900 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:54:42.027943 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:54:42.028277 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.028314 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.028624 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.06 01:54:42.028842 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.028971 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2026.01.06 01:54:42.029009 [ 254 ] {761c353f-fc62-472a-981f-11af603f09fa} TCPHandler: Processed in 0.001252322 sec. 2026.01.06 01:54:42.029114 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.029208 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.029249 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:42.029803 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.029839 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.030213 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:54:42.030417 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.030548 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} executeQuery: Read 906 rows, 61.30 KiB in 0.001358 sec., 667157.5846833579 rows/sec., 44.08 MiB/sec. 2026.01.06 01:54:42.030585 [ 254 ] {9b4697e7-b161-4b9d-b4a4-d7a4ec95d4f5} TCPHandler: Processed in 0.001520134 sec. 2026.01.06 01:54:42.030690 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.030785 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.030827 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:54:42.031130 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.031166 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.031460 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:54:42.031665 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.031791 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} executeQuery: Read 1 rows, 69.00 B in 0.001025 sec., 975.6097560975609 rows/sec., 65.74 KiB/sec. 2026.01.06 01:54:42.031828 [ 254 ] {79617c8c-ff5c-4b34-b958-e229a9f327ff} TCPHandler: Processed in 0.001185751 sec. 2026.01.06 01:54:42.031940 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.032032 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.032087 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} 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.01.06 01:54:42.032966 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.033011 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.033662 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:54:42.033883 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.034022 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} executeQuery: Read 31 rows, 56.88 KiB in 0.002007 sec., 15445.939212755355 rows/sec., 27.68 MiB/sec. 2026.01.06 01:54:42.034085 [ 254 ] {d533e6e2-8fc0-4fc9-9d23-ac54ecc442c7} TCPHandler: Processed in 0.00219247 sec. 2026.01.06 01:54:42.034198 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:42.034292 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:42.034334 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:42.034662 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:42.034698 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:42.035003 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:54:42.035209 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:42.035334 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} executeQuery: Read 66 rows, 3.92 KiB in 0.001061 sec., 62205.46654099905 rows/sec., 3.60 MiB/sec. 2026.01.06 01:54:42.035369 [ 254 ] {6b5181c8-453d-4ef4-a2a9-fcb9504d0a47} TCPHandler: Processed in 0.001221131 sec. 2026.01.06 01:54:43.405430 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1122 2026.01.06 01:54:43.408203 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:43.408268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:43.409522 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.06 01:54:43.409818 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:43.410208 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1122 2026.01.06 01:54:45.271773 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:45.271988 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:45.272061 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:45.272864 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:45.272904 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:45.273325 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:54:45.273543 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:45.273698 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} executeQuery: Read 56 rows, 4.38 KiB in 0.001765 sec., 31728.045325779036 rows/sec., 2.42 MiB/sec. 2026.01.06 01:54:45.273739 [ 254 ] {84b43358-8a38-49f5-94be-cb770df737f2} TCPHandler: Processed in 0.00214649 sec. 2026.01.06 01:54:45.273860 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:45.273959 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:45.273999 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:45.274431 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:45.274465 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:45.274764 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:54:45.274964 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:45.275087 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} executeQuery: Read 64 rows, 5.12 KiB in 0.001147 sec., 55797.733217088055 rows/sec., 4.36 MiB/sec. 2026.01.06 01:54:45.275124 [ 254 ] {75473c91-4f17-4380-826b-8b71c2349c6a} TCPHandler: Processed in 0.001315012 sec. 2026.01.06 01:54:45.275242 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:45.275335 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:45.275379 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:45.275821 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:45.275856 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:45.276193 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:54:45.276411 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:45.276541 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} executeQuery: Read 98 rows, 7.00 KiB in 0.001224 sec., 80065.35947712418 rows/sec., 5.58 MiB/sec. 2026.01.06 01:54:45.276581 [ 254 ] {536362bb-6100-48d6-82c4-9810436b4066} TCPHandler: Processed in 0.001394103 sec. 2026.01.06 01:54:45.276691 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:45.276786 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:45.276829 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:45.277150 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:45.277190 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:45.277498 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:54:45.277727 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:45.277855 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} executeQuery: Read 38 rows, 2.61 KiB in 0.001087 sec., 34958.60165593376 rows/sec., 2.35 MiB/sec. 2026.01.06 01:54:45.277891 [ 254 ] {06ba7bf1-7b55-4bde-9f58-4289be331e2e} TCPHandler: Processed in 0.001247672 sec. 2026.01.06 01:54:45.856141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20633 2026.01.06 01:54:45.856672 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:45.856725 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:45.857258 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:54:45.857513 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:45.857677 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20633 2026.01.06 01:54:46.996169 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.06 01:54:47.012746 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:47.012810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.06 01:54:47.018834 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:54:47.019586 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:47.022516 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.06 01:54:50.275152 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.275468 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:50.275574 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:50.276392 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.276442 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.276860 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:54:50.277084 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.277251 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} executeQuery: Read 76 rows, 6.39 KiB in 0.001862 sec., 40816.32653061225 rows/sec., 3.35 MiB/sec. 2026.01.06 01:54:50.277294 [ 254 ] {11c3312c-5515-47fe-af6b-48492343a73e} TCPHandler: Processed in 0.002331342 sec. 2026.01.06 01:54:50.277422 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.277518 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:50.277557 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:50.277954 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.277991 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.278286 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:50.278496 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.278627 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} executeQuery: Read 10 rows, 770.00 B in 0.001127 sec., 8873.114463176575 rows/sec., 667.22 KiB/sec. 2026.01.06 01:54:50.278634 [ 55 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:50.278666 [ 254 ] {af105386-1cd0-425b-8cb3-9923518f0032} TCPHandler: Processed in 0.001293522 sec. 2026.01.06 01:54:50.278703 [ 55 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.278735 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.278789 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.278835 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:50.278888 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:50.278927 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:50.278938 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:50.278972 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 278 rows starting from the beginning of the part 2026.01.06 01:54:50.279035 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part 2026.01.06 01:54:50.279084 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:50.279133 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:50.279181 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 248 rows starting from the beginning of the part 2026.01.06 01:54:50.279226 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:50.279344 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.279380 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.279691 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:54:50.279910 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.280043 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} executeQuery: Read 74 rows, 5.92 KiB in 0.001173 sec., 63086.10400682012 rows/sec., 4.93 MiB/sec. 2026.01.06 01:54:50.280082 [ 254 ] {59b802a1-5259-40a8-87f0-5cdc976acd0b} TCPHandler: Processed in 0.001345272 sec. 2026.01.06 01:54:50.280091 [ 188 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297313 sec., 454015.33785601467 rows/sec., 30.31 MiB/sec. 2026.01.06 01:54:50.280190 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.280287 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:50.280334 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:50.280357 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:50.280694 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.280740 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.280783 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.280786 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_61_12} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:50.280908 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:54:50.281133 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:54:50.281352 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.281486 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.01.06 01:54:50.281523 [ 254 ] {526f7219-5703-4fed-9097-fdf87246b6e2} TCPHandler: Processed in 0.001382453 sec. 2026.01.06 01:54:50.281644 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.281738 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:50.281792 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} 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.01.06 01:54:50.282545 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.282584 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.283094 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:54:50.283314 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.283450 [ 55 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:54:50.283452 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} executeQuery: Read 10 rows, 18.35 KiB in 0.001732 sec., 5773.6720554272515 rows/sec., 10.35 MiB/sec. 2026.01.06 01:54:50.283492 [ 55 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.283516 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.283528 [ 254 ] {3e60a033-e660-4794-81cc-c7b3d566cbc1} TCPHandler: Processed in 0.001933239 sec. 2026.01.06 01:54:50.283600 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:54:50.283642 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:50.283742 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:50.283783 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:50.283835 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:50.283901 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1085 rows starting from the beginning of the part 2026.01.06 01:54:50.284041 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:50.284112 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:50.284153 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:50.284155 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:50.284274 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:50.284375 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 31 rows starting from the beginning of the part 2026.01.06 01:54:50.284486 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:54:50.284490 [ 191 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 10 rows starting from the beginning of the part 2026.01.06 01:54:50.284722 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.284859 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} executeQuery: Read 60 rows, 4.14 KiB in 0.001135 sec., 52863.43612334802 rows/sec., 3.56 MiB/sec. 2026.01.06 01:54:50.284897 [ 254 ] {814237e4-3958-49ee-a9f9-97d7cf6c5bd3} TCPHandler: Processed in 0.001303922 sec. 2026.01.06 01:54:50.291919 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1177 rows, containing 19 columns (19 merged, 0 gathered) in 0.008353878 sec., 140892.6488991101 rows/sec., 252.47 MiB/sec. 2026.01.06 01:54:50.293920 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:54:50.294313 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:50.294397 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_61_12} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:54:50.294542 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.54 MiB. 2026.01.06 01:54:51.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.00 MiB, peak 314.49 MiB, free memory in arenas 0.00 B, will set to 308.23 MiB (RSS), difference: 5.23 MiB 2026.01.06 01:54:53.208248 [ 52 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:54:53.208321 [ 52 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:54:53.357776 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21145 2026.01.06 01:54:53.358363 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:53.358406 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:53.358952 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:54:53.359194 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:53.359333 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21145 2026.01.06 01:54:53.410477 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1142 2026.01.06 01:54:53.412529 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:53.412574 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:53.413774 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.06 01:54:53.414039 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:53.414391 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1142 2026.01.06 01:54:54.522625 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.06 01:54:54.539689 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:54.539744 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:54.545869 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:54:54.546566 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:54.549648 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.06 01:54:55.287171 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.287455 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.287561 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:54:55.288584 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.288634 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.289055 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:54:55.289277 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.289430 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} executeQuery: Read 410 rows, 26.63 KiB in 0.002052 sec., 199805.06822612087 rows/sec., 12.67 MiB/sec. 2026.01.06 01:54:55.289472 [ 254 ] {b62dea03-d4f8-4669-a717-4363211adc76} TCPHandler: Processed in 0.002491983 sec. 2026.01.06 01:54:55.289602 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.289695 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:54:55.289736 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:54:55.290674 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.290710 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.291080 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:54:55.291285 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.291398 [ 51 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:54:55.291410 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} executeQuery: Read 1174 rows, 95.65 KiB in 0.001733 sec., 677437.9688401616 rows/sec., 53.90 MiB/sec. 2026.01.06 01:54:55.291477 [ 51 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.291492 [ 254 ] {11b72e51-a266-4eb8-ad1b-ef433e5c2049} TCPHandler: Processed in 0.001942958 sec. 2026.01.06 01:54:55.291505 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.291618 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.291633 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:54:55.291715 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.291759 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:54:55.291767 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:55.291809 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2468 rows starting from the beginning of the part 2026.01.06 01:54:55.291881 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:55.291932 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 2320 rows starting from the beginning of the part 2026.01.06 01:54:55.291977 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2026.01.06 01:54:55.292017 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 76 rows starting from the beginning of the part 2026.01.06 01:54:55.292056 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:54:55.292230 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.292271 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.292608 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:55.292829 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.292958 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} executeQuery: Read 236 rows, 14.65 KiB in 0.001261 sec., 187153.05313243458 rows/sec., 11.34 MiB/sec. 2026.01.06 01:54:55.292996 [ 254 ] {cb031c7e-f7b6-4b5d-b70f-019da6900abc} TCPHandler: Processed in 0.001425993 sec. 2026.01.06 01:54:55.293101 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.293192 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.293230 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:54:55.293677 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.293713 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.294025 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:54:55.294123 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6170 rows, containing 5 columns (5 merged, 0 gathered) in 0.002538544 sec., 2430527.1053013066 rows/sec., 205.97 MiB/sec. 2026.01.06 01:54:55.294231 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.294358 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:54:55.294360 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} executeQuery: Read 212 rows, 14.00 KiB in 0.001186 sec., 178752.107925801 rows/sec., 11.53 MiB/sec. 2026.01.06 01:54:55.294412 [ 254 ] {642aefa8-45ff-4842-8668-d16ca709f271} TCPHandler: Processed in 0.001358962 sec. 2026.01.06 01:54:55.294519 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.294604 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.294613 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.294662 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:54:55.294681 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_66_13} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:54:55.294749 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.01.06 01:54:55.295109 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.295149 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.295450 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:54:55.295652 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.295775 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} executeQuery: Read 211 rows, 12.27 KiB in 0.001179 sec., 178965.2247667515 rows/sec., 10.16 MiB/sec. 2026.01.06 01:54:55.295812 [ 254 ] {2322720b-ab29-4919-bd6e-ad90f063fd90} TCPHandler: Processed in 0.001340723 sec. 2026.01.06 01:54:55.295917 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.296007 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:54:55.296045 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:54:55.296664 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.296700 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.297027 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:54:55.297227 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.297332 [ 51 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:54:55.297348 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} executeQuery: Read 710 rows, 50.95 KiB in 0.001358 sec., 522827.6877761414 rows/sec., 36.64 MiB/sec. 2026.01.06 01:54:55.297372 [ 51 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.297394 [ 254 ] {c9f97ffc-7130-47ae-8b69-d42ca587cdc0} TCPHandler: Processed in 0.001524175 sec. 2026.01.06 01:54:55.297395 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.297501 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:54:55.297513 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.297610 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:55.297620 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:54:55.297650 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1250 rows starting from the beginning of the part 2026.01.06 01:54:55.297678 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:54:55.297717 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 74 rows starting from the beginning of the part 2026.01.06 01:54:55.297770 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1178 rows starting from the beginning of the part 2026.01.06 01:54:55.297816 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2026.01.06 01:54:55.297860 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 74 rows starting from the beginning of the part 2026.01.06 01:54:55.297902 [ 199 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 710 rows starting from the beginning of the part 2026.01.06 01:54:55.298009 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.298051 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.298385 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.06 01:54:55.298603 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.298727 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} executeQuery: Read 6 rows, 321.00 B in 0.001124 sec., 5338.078291814946 rows/sec., 278.89 KiB/sec. 2026.01.06 01:54:55.298763 [ 254 ] {34b0c16f-1423-47d2-b45b-4ba8939a1303} TCPHandler: Processed in 0.001297962 sec. 2026.01.06 01:54:55.298869 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.298959 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.299000 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:54:55.299080 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001618485 sec., 2069836.9153869206 rows/sec., 156.62 MiB/sec. 2026.01.06 01:54:55.299241 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:54:55.299421 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.299463 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.299470 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.299544 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_66_13} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:54:55.299600 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.06 01:54:55.299816 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:54:55.300025 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.300132 [ 51 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:54:55.300150 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} executeQuery: Read 314 rows, 21.12 KiB in 0.001209 sec., 259718.7758478081 rows/sec., 17.06 MiB/sec. 2026.01.06 01:54:55.300170 [ 51 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.300193 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.300195 [ 254 ] {aad8431a-5fe2-40b1-879a-3db0e5bde748} TCPHandler: Processed in 0.001373192 sec. 2026.01.06 01:54:55.300273 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:54:55.300315 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.300376 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:55.300406 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 3 marks from part all_1_61_12, total 16093 rows starting from the beginning of the part 2026.01.06 01:54:55.300411 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.300455 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:55.300460 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:54:55.300501 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 906 rows starting from the beginning of the part 2026.01.06 01:54:55.300540 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 98 rows starting from the beginning of the part 2026.01.06 01:54:55.300572 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2026.01.06 01:54:55.300605 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 314 rows starting from the beginning of the part 2026.01.06 01:54:55.300780 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.300822 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.301128 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:54:55.301330 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.301451 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} executeQuery: Read 1 rows, 69.00 B in 0.001057 sec., 946.073793755913 rows/sec., 63.75 KiB/sec. 2026.01.06 01:54:55.301488 [ 254 ] {8904bdab-01d5-4cce-87f0-d170b5dece15} TCPHandler: Processed in 0.001220752 sec. 2026.01.06 01:54:55.301591 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.301682 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.301736 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} 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.01.06 01:54:55.302544 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.302580 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.303149 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:54:55.303374 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.303507 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} executeQuery: Read 31 rows, 56.88 KiB in 0.001842 sec., 16829.533116178067 rows/sec., 30.16 MiB/sec. 2026.01.06 01:54:55.303558 [ 254 ] {d6bbd01e-5a58-4f0e-b16e-2740f065e1b8} TCPHandler: Processed in 0.002013549 sec. 2026.01.06 01:54:55.303666 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:54:55.303758 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:54:55.303798 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:54:55.304114 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.304149 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.304244 [ 189 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 17731 rows, containing 5 columns (5 merged, 0 gathered) in 0.003997257 sec., 4435791.8442572 rows/sec., 302.57 MiB/sec. 2026.01.06 01:54:55.304430 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:54:55.304455 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:54:55.304745 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.304772 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.304845 [ 51 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:54:55.304848 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_66_13} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:54:55.304874 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} executeQuery: Read 104 rows, 6.53 KiB in 0.001134 sec., 91710.75837742504 rows/sec., 5.62 MiB/sec. 2026.01.06 01:54:55.304874 [ 51 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:54:55.304915 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:54:55.304916 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.01.06 01:54:55.304917 [ 254 ] {d4c0b745-6474-4efd-81c3-185d20b0aa08} TCPHandler: Processed in 0.001298742 sec. 2026.01.06 01:54:55.304990 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:54:55.305064 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:54:55.305093 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2994 rows starting from the beginning of the part 2026.01.06 01:54:55.305135 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:55.305178 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 66 rows starting from the beginning of the part 2026.01.06 01:54:55.305209 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part 2026.01.06 01:54:55.305240 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2026.01.06 01:54:55.305271 [ 199 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 104 rows starting from the beginning of the part 2026.01.06 01:54:55.306223 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3322 rows, containing 4 columns (4 merged, 0 gathered) in 0.001250892 sec., 2655704.8889912157 rows/sec., 174.30 MiB/sec. 2026.01.06 01:54:55.306549 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:54:55.306835 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:54:55.306915 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_66_13} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:54:55.307004 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.01.06 01:55:00.275658 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.275971 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:55:00.276076 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:55:00.276725 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.276770 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.277160 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.06 01:55:00.277383 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.277535 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} executeQuery: Read 4 rows, 334.00 B in 0.001641 sec., 2437.538086532602 rows/sec., 198.76 KiB/sec. 2026.01.06 01:55:00.277577 [ 254 ] {26861bd3-77a9-45e7-b930-17111352ae18} TCPHandler: Processed in 0.0021016 sec. 2026.01.06 01:55:00.277698 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.277791 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:00.277830 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:00.278242 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.278277 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.278576 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:00.278796 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.278918 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} executeQuery: Read 78 rows, 6.53 KiB in 0.001145 sec., 68122.27074235809 rows/sec., 5.57 MiB/sec. 2026.01.06 01:55:00.278954 [ 254 ] {d48e6353-8094-434d-9254-f99eb3c9be6a} TCPHandler: Processed in 0.001304243 sec. 2026.01.06 01:55:00.279060 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.279151 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:00.279191 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:00.279568 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.279604 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.279894 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:55:00.280098 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.280219 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} executeQuery: Read 14 rows, 1.03 KiB in 0.001086 sec., 12891.34438305709 rows/sec., 949.59 KiB/sec. 2026.01.06 01:55:00.280255 [ 254 ] {b50cfb85-6179-4596-8c07-629ba9fdf86d} TCPHandler: Processed in 0.001242722 sec. 2026.01.06 01:55:00.280358 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.280449 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:00.280486 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:00.280879 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.280913 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.281205 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:00.281409 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.281532 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} executeQuery: Read 78 rows, 6.24 KiB in 0.001101 sec., 70844.68664850136 rows/sec., 5.54 MiB/sec. 2026.01.06 01:55:00.281568 [ 254 ] {071feec9-fcad-4182-a53f-b3c676f7c899} TCPHandler: Processed in 0.001257781 sec. 2026.01.06 01:55:00.281672 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.281764 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:00.281805 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:00.282194 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.282229 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.282552 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:00.282776 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.282900 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} executeQuery: Read 162 rows, 11.55 KiB in 0.001154 sec., 140381.28249566723 rows/sec., 9.78 MiB/sec. 2026.01.06 01:55:00.282936 [ 254 ] {c3f3021f-9c1b-4e29-ae89-2c18bdb02370} TCPHandler: Processed in 0.001310992 sec. 2026.01.06 01:55:00.283037 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.283128 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:00.283181 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} 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.01.06 01:55:00.283917 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.283952 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.284461 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:55:00.284675 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.284808 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} executeQuery: Read 10 rows, 18.35 KiB in 0.001698 sec., 5889.2815076560655 rows/sec., 10.55 MiB/sec. 2026.01.06 01:55:00.284859 [ 254 ] {29b2377b-c260-4c12-b6be-c6cb04effc81} TCPHandler: Processed in 0.001868947 sec. 2026.01.06 01:55:00.284956 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:00.285048 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:00.285088 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:00.285418 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.285452 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.285746 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:00.285948 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.286071 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.01.06 01:55:00.286105 [ 254 ] {211c751b-5909-4a1f-9e50-3648aa06ecaf} TCPHandler: Processed in 0.001196041 sec. 2026.01.06 01:55:00.859500 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21593 2026.01.06 01:55:00.859985 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:00.860029 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:00.860501 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:55:00.860725 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:00.860858 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21593 2026.01.06 01:55:02.049783 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.06 01:55:02.069896 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:02.069981 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:02.077300 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:55:02.078285 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:02.083987 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.06 01:55:03.414625 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1178 2026.01.06 01:55:03.417357 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:03.417410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:03.418639 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.06 01:55:03.418918 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:03.419288 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1178 2026.01.06 01:55:05.286710 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.286931 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.287004 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:55:05.287928 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.287973 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.288395 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:55:05.288622 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.288775 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} executeQuery: Read 410 rows, 26.63 KiB in 0.001901 sec., 215675.96002104157 rows/sec., 13.68 MiB/sec. 2026.01.06 01:55:05.288817 [ 254 ] {b2da7c05-5505-48e5-b74b-5f70889acda6} TCPHandler: Processed in 0.00224558 sec. 2026.01.06 01:55:05.288956 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.289051 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:05.289092 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:05.290062 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.290098 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.290480 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:05.290694 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.290822 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} executeQuery: Read 1174 rows, 95.65 KiB in 0.001789 sec., 656232.5321408608 rows/sec., 52.21 MiB/sec. 2026.01.06 01:55:05.290859 [ 254 ] {9d18d5e4-8ed3-418f-9e3b-19547d35e215} TCPHandler: Processed in 0.001958609 sec. 2026.01.06 01:55:05.290972 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.291066 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.291106 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:05.291625 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.291662 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.291984 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:55:05.292195 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.292324 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} executeQuery: Read 236 rows, 14.65 KiB in 0.001274 sec., 185243.32810047097 rows/sec., 11.23 MiB/sec. 2026.01.06 01:55:05.292361 [ 254 ] {b4058ef8-cbbe-46df-b853-ec899cbbe365} TCPHandler: Processed in 0.001437674 sec. 2026.01.06 01:55:05.292469 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.292562 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.292602 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:55:05.293060 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.293097 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.293397 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:55:05.293607 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.293732 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} executeQuery: Read 212 rows, 14.00 KiB in 0.001187 sec., 178601.51642796968 rows/sec., 11.52 MiB/sec. 2026.01.06 01:55:05.293795 [ 254 ] {82eedd45-af22-479f-8f5b-c9c874eb0584} TCPHandler: Processed in 0.001375403 sec. 2026.01.06 01:55:05.293914 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.294043 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.294093 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:55:05.294594 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.294631 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.294949 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:55:05.295157 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.295312 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} executeQuery: Read 211 rows, 12.27 KiB in 0.001293 sec., 163186.38824439287 rows/sec., 9.27 MiB/sec. 2026.01.06 01:55:05.295352 [ 254 ] {0316a802-d17c-4c4e-b8ce-ee68b395c131} TCPHandler: Processed in 0.001498834 sec. 2026.01.06 01:55:05.295487 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.295601 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:05.295647 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:05.296367 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.296403 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.296746 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:05.296952 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.297081 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} executeQuery: Read 710 rows, 50.95 KiB in 0.001504 sec., 472074.4680851064 rows/sec., 33.08 MiB/sec. 2026.01.06 01:55:05.297121 [ 254 ] {4ede7544-2c1e-4bec-975d-c8631f226648} TCPHandler: Processed in 0.001692376 sec. 2026.01.06 01:55:05.297239 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.297333 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:55:05.297374 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:55:05.297721 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.297757 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.298054 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.06 01:55:05.298258 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.298380 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2026.01.06 01:55:05.298418 [ 254 ] {ec2bfcfc-c126-462b-bd04-534002f03277} TCPHandler: Processed in 0.001228881 sec. 2026.01.06 01:55:05.298542 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.298664 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.298716 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:05.299225 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.299261 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.299599 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:05.299810 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.299938 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} executeQuery: Read 314 rows, 21.12 KiB in 0.001299 sec., 241724.40338722093 rows/sec., 15.88 MiB/sec. 2026.01.06 01:55:05.299976 [ 254 ] {05b24cdf-9e00-4610-ab53-3e6081e1f35e} TCPHandler: Processed in 0.001493574 sec. 2026.01.06 01:55:05.300084 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.300176 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.300217 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:55:05.300531 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.300566 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.300865 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:55:05.301065 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.301159 [ 40 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.06 01:55:05.301186 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2026.01.06 01:55:05.301223 [ 40 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.301232 [ 254 ] {dd1a841b-b4f8-4358-b7d2-d4aab37a1d29} TCPHandler: Processed in 0.001196142 sec. 2026.01.06 01:55:05.301253 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.301357 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.301376 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::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.01.06 01:55:05.301466 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.301529 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} 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.01.06 01:55:05.301538 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:05.301582 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 8 rows starting from the beginning of the part 2026.01.06 01:55:05.301654 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.01.06 01:55:05.301703 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.01.06 01:55:05.301747 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.01.06 01:55:05.301790 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.01.06 01:55:05.301833 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.01.06 01:55:05.302393 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.302437 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.302708 [ 201 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.001392183 sec., 9337.852854114724 rows/sec., 617.99 KiB/sec. 2026.01.06 01:55:05.302828 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.06 01:55:05.303032 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:55:05.303093 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.303174 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_10_2} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.06 01:55:05.303245 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:55:05.303293 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.303434 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} executeQuery: Read 31 rows, 56.88 KiB in 0.001987 sec., 15601.40915953699 rows/sec., 27.96 MiB/sec. 2026.01.06 01:55:05.303495 [ 254 ] {8a9cb015-ac56-4d01-8fdb-6021eac38f65} TCPHandler: Processed in 0.00218675 sec. 2026.01.06 01:55:05.303606 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:05.303699 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:05.303740 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:05.304065 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:05.304098 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:05.304399 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:05.304617 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:05.304741 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} executeQuery: Read 104 rows, 6.53 KiB in 0.001061 sec., 98020.73515551366 rows/sec., 6.01 MiB/sec. 2026.01.06 01:55:05.304776 [ 254 ] {ae8b6626-76d7-4817-8b9d-7ffaab39c369} TCPHandler: Processed in 0.001217741 sec. 2026.01.06 01:55:08.208370 [ 35 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:55:08.208427 [ 35 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:55:08.360941 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22105 2026.01.06 01:55:08.361485 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:08.361532 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:08.362081 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:55:08.362319 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:08.362468 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22105 2026.01.06 01:55:08.362484 [ 34 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:55:08.362557 [ 34 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:08.362576 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:08.362677 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::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.01.06 01:55:08.362770 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:08.362798 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19673 rows starting from the beginning of the part 2026.01.06 01:55:08.362857 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.01.06 01:55:08.362901 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.01.06 01:55:08.362946 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.01.06 01:55:08.362985 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.01.06 01:55:08.363026 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.01.06 01:55:08.364929 [ 201 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22105 rows, containing 4 columns (4 merged, 0 gathered) in 0.002295402 sec., 9630121.434066886 rows/sec., 137.76 MiB/sec. 2026.01.06 01:55:08.365169 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:55:08.365410 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:08.365473 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_46_9} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:55:08.365551 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.01.06 01:55:09.584069 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.06 01:55:09.601252 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:09.601298 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:09.606966 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:55:09.607688 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:09.607980 [ 32 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:55:09.608046 [ 32 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:09.608069 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:09.608195 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::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.01.06 01:55:09.610844 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.06 01:55:09.612104 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:09.613470 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.01.06 01:55:09.618152 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:09.622588 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.01.06 01:55:09.627160 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:09.631641 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.01.06 01:55:09.635920 [ 201 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:09.687624 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.079488302 sec., 4365.4222227567525 rows/sec., 22.57 MiB/sec. 2026.01.06 01:55:09.689626 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:55:09.691340 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:09.691429 [ 189 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_46_9} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:55:09.692816 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.06 01:55:10.274446 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.274644 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:10.274722 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:10.275429 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.275483 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.275909 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:10.276158 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.276320 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} executeQuery: Read 76 rows, 6.39 KiB in 0.001727 sec., 44006.94846554719 rows/sec., 3.61 MiB/sec. 2026.01.06 01:55:10.276372 [ 254 ] {9502a822-0f05-417e-ac10-9ae7d03df899} TCPHandler: Processed in 0.002069579 sec. 2026.01.06 01:55:10.276506 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.276611 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:10.276655 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:10.277074 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.277112 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.277444 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:55:10.277665 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.277801 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} executeQuery: Read 10 rows, 770.00 B in 0.001217 sec., 8216.926869350862 rows/sec., 617.87 KiB/sec. 2026.01.06 01:55:10.277838 [ 254 ] {18f22a41-cc75-48a8-b6c9-734d107109a2} TCPHandler: Processed in 0.001392443 sec. 2026.01.06 01:55:10.277945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.278044 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:10.278083 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:10.278471 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.278505 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.278874 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:10.279107 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.279238 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} executeQuery: Read 74 rows, 5.92 KiB in 0.001194 sec., 61976.549413735345 rows/sec., 4.84 MiB/sec. 2026.01.06 01:55:10.279278 [ 254 ] {6580dee7-c625-4b59-91b6-198069244f96} TCPHandler: Processed in 0.001369362 sec. 2026.01.06 01:55:10.279391 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.279488 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:10.279532 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:10.279938 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.279974 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.280323 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:10.280539 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.280674 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.01.06 01:55:10.280712 [ 254 ] {5981f79f-714f-4cab-ab80-4165e4413a7c} TCPHandler: Processed in 0.001371463 sec. 2026.01.06 01:55:10.280823 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.280916 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:10.280971 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} 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.01.06 01:55:10.281765 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.281801 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.282340 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:55:10.282571 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.282721 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} executeQuery: Read 10 rows, 18.35 KiB in 0.001823 sec., 5485.463521667581 rows/sec., 9.83 MiB/sec. 2026.01.06 01:55:10.282795 [ 254 ] {8d12eba5-958f-46ae-ac4b-e8aa652f59bf} TCPHandler: Processed in 0.002022109 sec. 2026.01.06 01:55:10.282909 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:10.283005 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:10.283047 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:10.283386 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:10.283422 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:10.283745 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:10.283961 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:10.284090 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.01.06 01:55:10.284126 [ 254 ] {67ad6ab9-cae8-4390-bcea-2edaf2892e27} TCPHandler: Processed in 0.001267232 sec. 2026.01.06 01:55:13.419538 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1212 2026.01.06 01:55:13.422140 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:13.422190 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:13.423356 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.06 01:55:13.423615 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:13.423871 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1212 2026.01.06 01:55:15.010067 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.010280 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.010354 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:55:15.011029 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.011069 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.011476 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:55:15.011702 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.011859 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} executeQuery: Read 24 rows, 2.04 KiB in 0.001634 sec., 14687.882496940025 rows/sec., 1.22 MiB/sec. 2026.01.06 01:55:15.011912 [ 254 ] {d3f602a7-7db0-4a23-ad12-c4378961e20f} TCPHandler: Processed in 0.001980938 sec. 2026.01.06 01:55:15.012058 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.012187 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:15.012238 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:15.013438 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.013479 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.013896 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:15.014109 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.014252 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} executeQuery: Read 1378 rows, 117.79 KiB in 0.002094 sec., 658070.6781279847 rows/sec., 54.93 MiB/sec. 2026.01.06 01:55:15.014310 [ 254 ] {16300c73-d676-4e10-a4f0-dc43b7ed8a18} TCPHandler: Processed in 0.002314131 sec. 2026.01.06 01:55:15.014431 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.014527 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.014572 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:15.015001 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.015039 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.015352 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:55:15.015573 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.015692 [ 24 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:55:15.015700 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} executeQuery: Read 43 rows, 3.29 KiB in 0.001193 sec., 36043.58759430008 rows/sec., 2.69 MiB/sec. 2026.01.06 01:55:15.015778 [ 24 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.015794 [ 254 ] {4902dc2e-cc9c-4085-b3b0-b3cd4e257416} TCPHandler: Processed in 0.001413183 sec. 2026.01.06 01:55:15.015806 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.015914 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.015921 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:55:15.016014 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.016057 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:55:15.016058 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.016104 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 278 rows starting from the beginning of the part 2026.01.06 01:55:15.016169 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 236 rows starting from the beginning of the part 2026.01.06 01:55:15.016216 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part 2026.01.06 01:55:15.016269 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 236 rows starting from the beginning of the part 2026.01.06 01:55:15.016325 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:15.016378 [ 196 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 43 rows starting from the beginning of the part 2026.01.06 01:55:15.016595 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.016636 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.016988 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:55:15.017211 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.017340 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} executeQuery: Read 252 rows, 17.85 KiB in 0.001344 sec., 187500 rows/sec., 12.97 MiB/sec. 2026.01.06 01:55:15.017336 [ 198 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 817 rows, containing 5 columns (5 merged, 0 gathered) in 0.001458514 sec., 560159.1757089751 rows/sec., 37.04 MiB/sec. 2026.01.06 01:55:15.017377 [ 254 ] {cf55ca85-8223-4a10-9fe8-5d40ed17dd83} TCPHandler: Processed in 0.001511464 sec. 2026.01.06 01:55:15.017510 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.017587 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:55:15.017605 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.017661 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:55:15.017952 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.018046 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.018051 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_66_13} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:55:15.018090 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.018191 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.06 01:55:15.018396 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:55:15.018604 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.018733 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} executeQuery: Read 12 rows, 960.00 B in 0.001146 sec., 10471.204188481675 rows/sec., 818.06 KiB/sec. 2026.01.06 01:55:15.018770 [ 254 ] {0605f549-8855-4a74-9e0b-876c3082908b} TCPHandler: Processed in 0.001307182 sec. 2026.01.06 01:55:15.018882 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.018973 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:15.019011 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:15.019637 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.019673 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.019996 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:15.020204 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.020328 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} executeQuery: Read 587 rows, 45.14 KiB in 0.001372 sec., 427842.56559766765 rows/sec., 32.13 MiB/sec. 2026.01.06 01:55:15.020365 [ 254 ] {6e5767c4-aec1-47a6-a519-d9ebcd693772} TCPHandler: Processed in 0.001529544 sec. 2026.01.06 01:55:15.020470 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.020562 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.020604 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:15.021174 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.021209 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.021574 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:15.021774 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.021909 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} executeQuery: Read 914 rows, 63.99 KiB in 0.001364 sec., 670087.9765395895 rows/sec., 45.82 MiB/sec. 2026.01.06 01:55:15.021945 [ 254 ] {265d1831-1246-4499-8495-b9d5f495ba1a} TCPHandler: Processed in 0.001522414 sec. 2026.01.06 01:55:15.022056 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.022146 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.022199 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} 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.01.06 01:55:15.023003 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.023039 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.023576 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:55:15.023790 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.023913 [ 24 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:55:15.023925 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} executeQuery: Read 31 rows, 56.88 KiB in 0.001797 sec., 17250.973845297718 rows/sec., 30.91 MiB/sec. 2026.01.06 01:55:15.023963 [ 24 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.023991 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.023996 [ 254 ] {beb6b774-c43d-45fe-9102-818c9ae753d0} TCPHandler: Processed in 0.001986959 sec. 2026.01.06 01:55:15.024100 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:55:15.024121 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.024227 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.024267 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:15.024333 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.024398 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1177 rows starting from the beginning of the part 2026.01.06 01:55:15.024523 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:15.024593 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.024620 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:15.024634 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.024720 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:15.024830 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:15.024929 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:15.024963 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:15.025182 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.025337 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} executeQuery: Read 58 rows, 4.01 KiB in 0.001127 sec., 51464.063886424134 rows/sec., 3.48 MiB/sec. 2026.01.06 01:55:15.025374 [ 254 ] {f6cfb78a-7c61-41bd-ad69-539ed9ac72d5} TCPHandler: Processed in 0.001301042 sec. 2026.01.06 01:55:15.034191 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1290 rows, containing 19 columns (19 merged, 0 gathered) in 0.010131805 sec., 127321.83455958735 rows/sec., 228.15 MiB/sec. 2026.01.06 01:55:15.035778 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:55:15.036109 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.036177 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_66_13} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:55:15.036287 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. 2026.01.06 01:55:15.267127 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.267326 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:15.267403 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:15.267987 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.268023 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.268319 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:15.268532 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.268662 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} executeQuery: Read 4 rows, 345.00 B in 0.001382 sec., 2894.356005788712 rows/sec., 243.79 KiB/sec. 2026.01.06 01:55:15.268684 [ 24 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:55:15.268698 [ 254 ] {dbf2f9c9-691b-484f-8b80-6fd7db7b52ea} TCPHandler: Processed in 0.001678486 sec. 2026.01.06 01:55:15.268754 [ 24 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.268784 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.268856 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.268916 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:55:15.268956 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:15.269002 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:15.269084 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.269130 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2468 rows starting from the beginning of the part 2026.01.06 01:55:15.269206 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 78 rows starting from the beginning of the part 2026.01.06 01:55:15.269258 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:55:15.269304 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 76 rows starting from the beginning of the part 2026.01.06 01:55:15.269350 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:55:15.269394 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 4 rows starting from the beginning of the part 2026.01.06 01:55:15.269423 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.269464 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.269792 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:15.270006 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.270118 [ 24 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:55:15.270133 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} executeQuery: Read 8 rows, 658.00 B in 0.001194 sec., 6700.167504187605 rows/sec., 538.17 KiB/sec. 2026.01.06 01:55:15.270154 [ 24 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.270176 [ 254 ] {cc467258-d7ee-41b7-b82e-851007c72007} TCPHandler: Processed in 0.001374743 sec. 2026.01.06 01:55:15.270178 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.270276 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:55:15.270322 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.270365 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.270392 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1250 rows starting from the beginning of the part 2026.01.06 01:55:15.270414 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.270444 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 78 rows starting from the beginning of the part 2026.01.06 01:55:15.270454 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:15.270486 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 710 rows starting from the beginning of the part 2026.01.06 01:55:15.270524 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 74 rows starting from the beginning of the part 2026.01.06 01:55:15.270561 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 587 rows starting from the beginning of the part 2026.01.06 01:55:15.270598 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:15.270801 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.270837 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.271267 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:15.271476 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.271568 [ 191 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5178 rows, containing 5 columns (5 merged, 0 gathered) in 0.002705526 sec., 1913860.7427908657 rows/sec., 163.59 MiB/sec. 2026.01.06 01:55:15.271605 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} executeQuery: Read 2 rows, 156.00 B in 0.001209 sec., 1654.259718775848 rows/sec., 126.01 KiB/sec. 2026.01.06 01:55:15.271615 [ 10 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 5 parts from all_1_66_13 to all_70_70_0 2026.01.06 01:55:15.271650 [ 254 ] {2efa7f19-b354-4962-ba57-7cc94d262b47} TCPHandler: Processed in 0.001379792 sec. 2026.01.06 01:55:15.271668 [ 197 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2707 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425344 sec., 1899190.6515199137 rows/sec., 145.14 MiB/sec. 2026.01.06 01:55:15.271671 [ 10 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.271713 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.271774 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:15.271786 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_13 to all_70_70_0 into Compact with storage Full 2026.01.06 01:55:15.271876 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:15.271893 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.271905 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:55:15.271918 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:55:15.271930 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 17731 rows starting from the beginning of the part 2026.01.06 01:55:15.271924 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:15.271993 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 162 rows starting from the beginning of the part 2026.01.06 01:55:15.272039 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 314 rows starting from the beginning of the part 2026.01.06 01:55:15.272075 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2026.01.06 01:55:15.272125 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 914 rows starting from the beginning of the part 2026.01.06 01:55:15.272283 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.272285 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.272293 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.272343 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.272371 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_71_14} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:55:15.272425 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_71_14} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:55:15.272466 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.06 01:55:15.272522 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.06 01:55:15.272664 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:15.272871 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.272982 [ 10 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:55:15.272995 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} executeQuery: Read 2 rows, 129.00 B in 0.001136 sec., 1760.5633802816901 rows/sec., 110.89 KiB/sec. 2026.01.06 01:55:15.273016 [ 10 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.273039 [ 254 ] {44365b52-fe66-4feb-91a0-0550394e4600} TCPHandler: Processed in 0.001312602 sec. 2026.01.06 01:55:15.273039 [ 10 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:15.273153 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:55:15.273283 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:15.273318 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3322 rows starting from the beginning of the part 2026.01.06 01:55:15.273382 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:15.273423 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part 2026.01.06 01:55:15.273463 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:15.273501 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part 2026.01.06 01:55:15.273541 [ 191 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part 2026.01.06 01:55:15.274978 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3606 rows, containing 4 columns (4 merged, 0 gathered) in 0.001869558 sec., 1928798.143732369 rows/sec., 126.52 MiB/sec. 2026.01.06 01:55:15.275408 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:55:15.275676 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.275753 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_71_14} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:55:15.275842 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.01.06 01:55:15.277512 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergeTask::MergeProjectionsStage: Merge sorted 19281 rows, containing 5 columns (5 merged, 0 gathered) in 0.005751484 sec., 3352352.1929296856 rows/sec., 228.63 MiB/sec. 2026.01.06 01:55:15.277874 [ 195 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) 2026.01.06 01:55:15.278206 [ 195 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.278303 [ 195 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_70_14} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 5 parts: [all_1_66_13, all_70_70_0] -> all_1_70_14 2026.01.06 01:55:15.278411 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.26 MiB. 2026.01.06 01:55:15.862646 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22553 2026.01.06 01:55:15.863400 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:15.863473 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:15.863989 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:55:15.864214 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:15.864339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22553 2026.01.06 01:55:16.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 311.85 MiB, peak 323.18 MiB, free memory in arenas 0.00 B, will set to 315.93 MiB (RSS), difference: 4.08 MiB 2026.01.06 01:55:17.110997 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.06 01:55:17.127195 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:17.127259 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.06 01:55:17.132550 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:55:17.133245 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:17.136170 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.06 01:55:20.275543 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.275741 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:20.275810 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:20.276492 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.276542 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.276957 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:20.277184 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.277350 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} executeQuery: Read 76 rows, 6.39 KiB in 0.00166 sec., 45783.13253012048 rows/sec., 3.76 MiB/sec. 2026.01.06 01:55:20.277404 [ 254 ] {1867a8db-be27-4482-b5ee-4360a9d6ae3d} TCPHandler: Processed in 0.001992499 sec. 2026.01.06 01:55:20.277526 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.277628 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:20.277671 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:20.278088 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.278124 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.278436 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:20.278661 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.278793 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} executeQuery: Read 10 rows, 770.00 B in 0.001188 sec., 8417.508417508418 rows/sec., 632.96 KiB/sec. 2026.01.06 01:55:20.278832 [ 254 ] {7293fd96-361b-49bc-9283-5ced42f21af8} TCPHandler: Processed in 0.001357893 sec. 2026.01.06 01:55:20.278945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.279042 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:20.279082 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:20.279491 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.279528 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.279838 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:20.280054 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.280182 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} executeQuery: Read 74 rows, 5.92 KiB in 0.001159 sec., 63848.14495254529 rows/sec., 4.98 MiB/sec. 2026.01.06 01:55:20.280220 [ 254 ] {abd3434e-9308-44d3-9ef2-542a9ee6db82} TCPHandler: Processed in 0.001324422 sec. 2026.01.06 01:55:20.280327 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.280422 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:20.280464 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:20.280863 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.280900 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.281234 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:20.281445 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.281575 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2026.01.06 01:55:20.281612 [ 254 ] {75c73cca-0311-4998-89bc-06555e57496e} TCPHandler: Processed in 0.001334832 sec. 2026.01.06 01:55:20.281718 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.281811 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:20.281867 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} 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.01.06 01:55:20.282625 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.282661 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.283180 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:55:20.283417 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.283555 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} executeQuery: Read 10 rows, 18.35 KiB in 0.001761 sec., 5678.591709256105 rows/sec., 10.18 MiB/sec. 2026.01.06 01:55:20.283616 [ 254 ] {ac1b4f26-9ee2-4683-8c07-fd9dabc18d0d} TCPHandler: Processed in 0.001947599 sec. 2026.01.06 01:55:20.283724 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:20.283819 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:20.283862 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:20.284192 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:20.284228 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:20.284536 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:20.284747 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:20.284874 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.01.06 01:55:20.284910 [ 254 ] {5d15fe36-4e2d-48cf-a4a2-19c8d5e9e090} TCPHandler: Processed in 0.001236322 sec. 2026.01.06 01:55:23.208482 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:55:23.208541 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:55:23.364478 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23065 2026.01.06 01:55:23.365049 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:23.365095 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:23.365633 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:55:23.365880 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:23.366035 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23065 2026.01.06 01:55:23.424240 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1250 2026.01.06 01:55:23.426785 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:23.426833 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:23.428049 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.06 01:55:23.428310 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:23.428457 [ 106 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.06 01:55:23.428515 [ 106 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:23.428535 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:23.428575 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1250 2026.01.06 01:55:23.428715 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:55:23.429413 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:23.429570 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1074 rows starting from the beginning of the part 2026.01.06 01:55:23.429953 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2026.01.06 01:55:23.430314 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 20 rows starting from the beginning of the part 2026.01.06 01:55:23.430659 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 36 rows starting from the beginning of the part 2026.01.06 01:55:23.430990 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 34 rows starting from the beginning of the part 2026.01.06 01:55:23.431302 [ 191 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 38 rows starting from the beginning of the part 2026.01.06 01:55:23.437628 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1250 rows, containing 72 columns (72 merged, 0 gathered) in 0.008995184 sec., 138963.24966782224 rows/sec., 112.95 MiB/sec. 2026.01.06 01:55:23.439186 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.06 01:55:23.439840 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:23.439918 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_36_7} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.06 01:55:23.440264 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.83 MiB. 2026.01.06 01:55:24.001151 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000797308 sec. 2026.01.06 01:55:24.636287 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.06 01:55:24.652533 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:24.652599 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:24.658681 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:55:24.659426 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:24.662210 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.06 01:55:25.276784 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.277078 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:25.277185 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:25.278118 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.278165 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.278570 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:25.278812 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.278972 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} executeQuery: Read 118 rows, 10.23 KiB in 0.001971 sec., 59868.08726534754 rows/sec., 5.07 MiB/sec. 2026.01.06 01:55:25.279021 [ 254 ] {648eb03d-2032-4e4e-ad2f-4a56f6ff6967} TCPHandler: Processed in 0.002418662 sec. 2026.01.06 01:55:25.279159 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.279260 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:25.279303 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:25.279740 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.279779 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.280094 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:25.280302 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.280433 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} executeQuery: Read 31 rows, 2.33 KiB in 0.001196 sec., 25919.732441471573 rows/sec., 1.90 MiB/sec. 2026.01.06 01:55:25.280471 [ 254 ] {c8feb73c-07fd-47db-8384-08a92691f674} TCPHandler: Processed in 0.001362493 sec. 2026.01.06 01:55:25.280580 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.280679 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:25.280718 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:25.281145 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.281181 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.281483 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:25.281691 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.281817 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} executeQuery: Read 95 rows, 7.60 KiB in 0.001158 sec., 82037.99654576858 rows/sec., 6.41 MiB/sec. 2026.01.06 01:55:25.281854 [ 254 ] {0e3353f3-a8a0-4b9d-9415-f81f91c2c292} TCPHandler: Processed in 0.001321053 sec. 2026.01.06 01:55:25.281967 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.282059 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:25.282102 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:25.282527 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.282562 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.282894 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:25.283106 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.283233 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.01.06 01:55:25.283269 [ 254 ] {36e07083-e84f-413a-a524-a28197ac89fc} TCPHandler: Processed in 0.001350413 sec. 2026.01.06 01:55:25.283381 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.283473 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:25.283526 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} 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.01.06 01:55:25.284317 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.284353 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.284896 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:55:25.285117 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.285253 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} executeQuery: Read 31 rows, 56.88 KiB in 0.001797 sec., 17250.973845297718 rows/sec., 30.91 MiB/sec. 2026.01.06 01:55:25.285315 [ 254 ] {4ab4cdde-f35c-4c1e-bda5-53e22dc0c608} TCPHandler: Processed in 0.001982958 sec. 2026.01.06 01:55:25.285426 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:25.285519 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:25.285560 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:25.285880 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:25.285916 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:25.286209 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:25.286418 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:25.286542 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.01.06 01:55:25.286577 [ 254 ] {93cba986-383a-4af8-b948-c4b5337ea842} TCPHandler: Processed in 0.001198701 sec. 2026.01.06 01:55:26.274240 [ 138 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.06 01:55:26.274325 [ 138 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:26.274360 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:26.274545 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.06 01:55:26.274759 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:26.274818 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 223 rows starting from the beginning of the part 2026.01.06 01:55:26.274946 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2026.01.06 01:55:26.275039 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 211 rows starting from the beginning of the part 2026.01.06 01:55:26.275123 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 211 rows starting from the beginning of the part 2026.01.06 01:55:26.275203 [ 199 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.01.06 01:55:26.276092 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001634155 sec., 531161.3647420226 rows/sec., 32.48 MiB/sec. 2026.01.06 01:55:26.276304 [ 190 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.06 01:55:26.276628 [ 190 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:26.276711 [ 190 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_18_4} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.06 01:55:26.276806 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.06 01:55:26.601925 [ 138 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.06 01:55:26.602024 [ 138 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:26.602067 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:26.602263 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.06 01:55:26.602421 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:26.602457 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 434 rows starting from the beginning of the part 2026.01.06 01:55:26.602530 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2026.01.06 01:55:26.602580 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 410 rows starting from the beginning of the part 2026.01.06 01:55:26.602628 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 410 rows starting from the beginning of the part 2026.01.06 01:55:26.602672 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.01.06 01:55:26.603650 [ 190 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001475313 sec., 1144163.984185051 rows/sec., 77.58 MiB/sec. 2026.01.06 01:55:26.603801 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.06 01:55:26.604050 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:26.604119 [ 199 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_18_4} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.06 01:55:26.604191 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.06 01:55:27.026140 [ 138 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.06 01:55:27.026209 [ 138 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:27.026236 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:27.026401 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.01.06 01:55:27.026617 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:27.026673 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 467 rows starting from the beginning of the part 2026.01.06 01:55:27.026782 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 440 rows starting from the beginning of the part 2026.01.06 01:55:27.026862 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 212 rows starting from the beginning of the part 2026.01.06 01:55:27.026926 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2026.01.06 01:55:27.026969 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 252 rows starting from the beginning of the part 2026.01.06 01:55:27.027906 [ 199 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1583 rows, containing 5 columns (5 merged, 0 gathered) in 0.001580074 sec., 1001851.8120037415 rows/sec., 70.39 MiB/sec. 2026.01.06 01:55:27.028135 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.06 01:55:27.028466 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:27.028556 [ 190 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_18_4} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.06 01:55:27.028656 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.06 01:55:30.276392 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.276702 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:55:30.276810 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:55:30.277507 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.277559 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.277958 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.06 01:55:30.278191 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.278345 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} executeQuery: Read 2 rows, 167.00 B in 0.001722 sec., 1161.4401858304298 rows/sec., 94.71 KiB/sec. 2026.01.06 01:55:30.278388 [ 254 ] {08fa05dc-862b-4c4b-84de-34e4b9d9f8c2} TCPHandler: Processed in 0.00218534 sec. 2026.01.06 01:55:30.278503 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.278598 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:30.278637 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:30.279056 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.279094 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.279419 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:30.279634 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.279760 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} executeQuery: Read 77 rows, 6.46 KiB in 0.00118 sec., 65254.23728813559 rows/sec., 5.35 MiB/sec. 2026.01.06 01:55:30.279796 [ 254 ] {b2a613f9-f5d1-42eb-9f73-c2461d09fd37} TCPHandler: Processed in 0.001343142 sec. 2026.01.06 01:55:30.279901 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.279996 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:30.280036 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:30.280423 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.280460 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.280766 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:30.280978 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.281106 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} executeQuery: Read 12 rows, 913.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 790.43 KiB/sec. 2026.01.06 01:55:30.281142 [ 254 ] {52da241a-730a-4880-a96a-d9849f39b87a} TCPHandler: Processed in 0.001291112 sec. 2026.01.06 01:55:30.281244 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.281341 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:30.281381 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:30.281790 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.281826 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.282199 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:30.282409 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.282535 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} executeQuery: Read 76 rows, 6.08 KiB in 0.001213 sec., 62654.57543281121 rows/sec., 4.89 MiB/sec. 2026.01.06 01:55:30.282573 [ 254 ] {763e632d-e974-4e51-953b-68743f20691f} TCPHandler: Processed in 0.001378133 sec. 2026.01.06 01:55:30.282676 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.282769 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:30.282812 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:30.283214 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.283250 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.283581 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:30.283787 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.283913 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} executeQuery: Read 161 rows, 11.48 KiB in 0.001163 sec., 138435.08168529664 rows/sec., 9.64 MiB/sec. 2026.01.06 01:55:30.283950 [ 254 ] {27eea423-ccda-4828-8f4d-bc3dd75cbddd} TCPHandler: Processed in 0.001322512 sec. 2026.01.06 01:55:30.284055 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.284147 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:30.284201 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} 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.01.06 01:55:30.284938 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.284975 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.285493 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:55:30.285708 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.285842 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} executeQuery: Read 10 rows, 18.35 KiB in 0.001713 sec., 5837.711617046119 rows/sec., 10.46 MiB/sec. 2026.01.06 01:55:30.285893 [ 254 ] {4ed66069-54df-4761-9b9d-c6ab4059d9d4} TCPHandler: Processed in 0.001885398 sec. 2026.01.06 01:55:30.286002 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:30.286103 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:30.286146 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:30.286485 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.286522 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.286840 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:30.287053 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.287185 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.01.06 01:55:30.287222 [ 254 ] {83e790d5-531a-4c86-9a64-fc3883dde3ed} TCPHandler: Processed in 0.001270502 sec. 2026.01.06 01:55:30.866154 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23513 2026.01.06 01:55:30.866709 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:30.866759 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:30.867265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:55:30.867495 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:30.867618 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23513 2026.01.06 01:55:32.162324 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.06 01:55:32.190145 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:32.190230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:32.199090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:55:32.200781 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:32.209080 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.06 01:55:32.652390 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58640 2026.01.06 01:55:32.652603 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.652629 [ 286 ] {} TCP-Session: 02c1a69c-2e10-4463-8a2c-28646290c60c Authenticating user 'default' from [fd00:1122:3344:101::e]:58640 2026.01.06 01:55:32.652650 [ 286 ] {} TCP-Session: 02c1a69c-2e10-4463-8a2c-28646290c60c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.652662 [ 286 ] {} TCP-Session: 02c1a69c-2e10-4463-8a2c-28646290c60c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.652901 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62144 2026.01.06 01:55:32.652949 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38943 2026.01.06 01:55:32.652973 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43029 2026.01.06 01:55:32.652994 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55739 2026.01.06 01:55:32.653020 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.653002 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63495 2026.01.06 01:55:32.653077 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.653070 [ 287 ] {} TCP-Session: 970c2873-1863-4404-913b-c0f53b676038 Authenticating user 'default' from [fd00:1122:3344:101::e]:62144 2026.01.06 01:55:32.652958 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45600 2026.01.06 01:55:32.653140 [ 286 ] {} TCP-Session: 02c1a69c-2e10-4463-8a2c-28646290c60c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:32.652957 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53941 2026.01.06 01:55:32.652987 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39103 2026.01.06 01:55:32.653214 [ 288 ] {} TCP-Session: 84dbea09-31e7-4c6f-a4cd-bcea32ca3c41 Authenticating user 'default' from [fd00:1122:3344:101::e]:38943 2026.01.06 01:55:32.653227 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.653290 [ 288 ] {} TCP-Session: 84dbea09-31e7-4c6f-a4cd-bcea32ca3c41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653300 [ 287 ] {} TCP-Session: 970c2873-1863-4404-913b-c0f53b676038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653304 [ 351 ] {} TCP-Session: 75473e6f-2aa8-4f5c-906d-f6ddc0a1e975 Authenticating user 'default' from [fd00:1122:3344:101::e]:43029 2026.01.06 01:55:32.653313 [ 288 ] {} TCP-Session: 84dbea09-31e7-4c6f-a4cd-bcea32ca3c41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653332 [ 287 ] {} TCP-Session: 970c2873-1863-4404-913b-c0f53b676038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653350 [ 351 ] {} TCP-Session: 75473e6f-2aa8-4f5c-906d-f6ddc0a1e975 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653368 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} executeQuery: (from [fd00:1122:3344:101::e]:58640) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:55:32.653395 [ 351 ] {} TCP-Session: 75473e6f-2aa8-4f5c-906d-f6ddc0a1e975 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653587 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.653637 [ 354 ] {} TCP-Session: 5554d64e-1a51-4550-a754-ff205763d9ac Authenticating user 'default' from [fd00:1122:3344:101::e]:63495 2026.01.06 01:55:32.653661 [ 354 ] {} TCP-Session: 5554d64e-1a51-4550-a754-ff205763d9ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653673 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.653675 [ 354 ] {} TCP-Session: 5554d64e-1a51-4550-a754-ff205763d9ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653684 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:55:32.653709 [ 289 ] {} TCP-Session: ad1dc0fe-0aa8-4125-abb4-d15952799b4c Authenticating user 'default' from [fd00:1122:3344:101::e]:45600 2026.01.06 01:55:32.653751 [ 289 ] {} TCP-Session: ad1dc0fe-0aa8-4125-abb4-d15952799b4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653771 [ 289 ] {} TCP-Session: ad1dc0fe-0aa8-4125-abb4-d15952799b4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.653785 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:55:32.654067 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.654111 [ 352 ] {} TCP-Session: 1eee19c5-ce51-4f01-9cea-a0516dce87ad Authenticating user 'default' from [fd00:1122:3344:101::e]:39103 2026.01.06 01:55:32.654131 [ 352 ] {} TCP-Session: 1eee19c5-ce51-4f01-9cea-a0516dce87ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.654143 [ 352 ] {} TCP-Session: 1eee19c5-ce51-4f01-9cea-a0516dce87ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.654176 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:55:32.654237 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.654269 [ 353 ] {} TCP-Session: 6ae58054-f60e-43e7-a1ec-597825e28495 Authenticating user 'default' from [fd00:1122:3344:101::e]:55739 2026.01.06 01:55:32.654295 [ 353 ] {} TCP-Session: 6ae58054-f60e-43e7-a1ec-597825e28495 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.654314 [ 353 ] {} TCP-Session: 6ae58054-f60e-43e7-a1ec-597825e28495 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.654443 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.654472 [ 350 ] {} TCP-Session: fb596c39-b585-4f74-b322-01faab0b6679 Authenticating user 'default' from [fd00:1122:3344:101::e]:53941 2026.01.06 01:55:32.654487 [ 350 ] {} TCP-Session: fb596c39-b585-4f74-b322-01faab0b6679 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.654500 [ 350 ] {} TCP-Session: fb596c39-b585-4f74-b322-01faab0b6679 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.655249 [ 345 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} AggregatingTransform: Aggregating 2026.01.06 01:55:32.655295 [ 345 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} Aggregator: Aggregation method: without_key 2026.01.06 01:55:32.655335 [ 345 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000998869 sec. (1001.132 rows/sec., 39.11 KiB/sec.) 2026.01.06 01:55:32.655356 [ 345 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} Aggregator: Merging aggregated data 2026.01.06 01:55:32.656592 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} executeQuery: Read 1 rows, 40.00 B in 0.003278 sec., 305.06406345332516 rows/sec., 11.92 KiB/sec. 2026.01.06 01:55:32.656759 [ 286 ] {f307f837-e1a7-4ff9-8c39-9233937d868e} TCPHandler: Processed in 0.003775815 sec. 2026.01.06 01:55:32.656895 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656922 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656935 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656956 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656972 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656987 [ 354 ] {} TCP-Session: 5554d64e-1a51-4550-a754-ff205763d9ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657015 [ 288 ] {} TCP-Session: 84dbea09-31e7-4c6f-a4cd-bcea32ca3c41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657028 [ 289 ] {} TCP-Session: ad1dc0fe-0aa8-4125-abb4-d15952799b4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657041 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.657058 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.657014 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.657087 [ 352 ] {} TCP-Session: 1eee19c5-ce51-4f01-9cea-a0516dce87ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657105 [ 353 ] {} TCP-Session: 6ae58054-f60e-43e7-a1ec-597825e28495 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657124 [ 350 ] {} TCP-Session: fb596c39-b585-4f74-b322-01faab0b6679 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.656986 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.656975 [ 287 ] {} TCP-Session: 970c2873-1863-4404-913b-c0f53b676038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.657178 [ 351 ] {} TCP-Session: 75473e6f-2aa8-4f5c-906d-f6ddc0a1e975 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.656937 [ 286 ] {} TCP-Session: 02c1a69c-2e10-4463-8a2c-28646290c60c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689181 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48539 2026.01.06 01:55:32.689268 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.689292 [ 286 ] {} TCP-Session: 06cc51bc-94ca-42b7-b656-6394d98d1428 Authenticating user 'default' from [fd00:1122:3344:101::e]:48539 2026.01.06 01:55:32.689312 [ 286 ] {} TCP-Session: 06cc51bc-94ca-42b7-b656-6394d98d1428 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689324 [ 286 ] {} TCP-Session: 06cc51bc-94ca-42b7-b656-6394d98d1428 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689507 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58676 2026.01.06 01:55:32.689531 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60351 2026.01.06 01:55:32.689583 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37864 2026.01.06 01:55:32.689591 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56232 2026.01.06 01:55:32.689616 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64331 2026.01.06 01:55:32.689653 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49310 2026.01.06 01:55:32.689694 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.689698 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.689738 [ 286 ] {} TCP-Session: 06cc51bc-94ca-42b7-b656-6394d98d1428 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:32.689751 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.689762 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.689803 [ 352 ] {} TCP-Session: 4e697be5-97fb-4a07-b825-ba5d63954e52 Authenticating user 'default' from [fd00:1122:3344:101::e]:64331 2026.01.06 01:55:32.689819 [ 354 ] {} TCP-Session: b7f59b5f-6be8-4ef5-8a20-66cf34d7f337 Authenticating user 'default' from [fd00:1122:3344:101::e]:49310 2026.01.06 01:55:32.689747 [ 288 ] {} TCP-Session: 35f3a843-9e3b-4c64-b638-450ca09018e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60351 2026.01.06 01:55:32.689850 [ 352 ] {} TCP-Session: 4e697be5-97fb-4a07-b825-ba5d63954e52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689857 [ 354 ] {} TCP-Session: b7f59b5f-6be8-4ef5-8a20-66cf34d7f337 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689879 [ 288 ] {} TCP-Session: 35f3a843-9e3b-4c64-b638-450ca09018e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689880 [ 352 ] {} TCP-Session: 4e697be5-97fb-4a07-b825-ba5d63954e52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689893 [ 354 ] {} TCP-Session: b7f59b5f-6be8-4ef5-8a20-66cf34d7f337 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689902 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} executeQuery: (from [fd00:1122:3344:101::e]:48539) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:55:32.689910 [ 288 ] {} TCP-Session: 35f3a843-9e3b-4c64-b638-450ca09018e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689622 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41710 2026.01.06 01:55:32.689757 [ 350 ] {} TCP-Session: 58c3fdaa-fab0-44f5-bf73-1ae5152b2808 Authenticating user 'default' from [fd00:1122:3344:101::e]:37864 2026.01.06 01:55:32.689715 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.690042 [ 350 ] {} TCP-Session: 58c3fdaa-fab0-44f5-bf73-1ae5152b2808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690044 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.690058 [ 351 ] {} TCP-Session: 894463ab-58bf-435c-bcc9-35f119c4f80e Authenticating user 'default' from [fd00:1122:3344:101::e]:56232 2026.01.06 01:55:32.690066 [ 350 ] {} TCP-Session: 58c3fdaa-fab0-44f5-bf73-1ae5152b2808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690080 [ 351 ] {} TCP-Session: 894463ab-58bf-435c-bcc9-35f119c4f80e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690077 [ 353 ] {} TCP-Session: 628c3896-0207-4b8b-9df0-ba5afcdad6bf Authenticating user 'default' from [fd00:1122:3344:101::e]:41710 2026.01.06 01:55:32.690096 [ 351 ] {} TCP-Session: 894463ab-58bf-435c-bcc9-35f119c4f80e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690106 [ 353 ] {} TCP-Session: 628c3896-0207-4b8b-9df0-ba5afcdad6bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689627 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.690122 [ 353 ] {} TCP-Session: 628c3896-0207-4b8b-9df0-ba5afcdad6bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.689581 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60745 2026.01.06 01:55:32.690169 [ 287 ] {} TCP-Session: a6534717-e031-45f5-bc4c-447b658ba494 Authenticating user 'default' from [fd00:1122:3344:101::e]:58676 2026.01.06 01:55:32.690186 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:55:32.690215 [ 287 ] {} TCP-Session: a6534717-e031-45f5-bc4c-447b658ba494 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690237 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.690239 [ 287 ] {} TCP-Session: a6534717-e031-45f5-bc4c-447b658ba494 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690257 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:55:32.690270 [ 289 ] {} TCP-Session: 85e54c91-2851-475a-834d-d5e9c530806c Authenticating user 'default' from [fd00:1122:3344:101::e]:60745 2026.01.06 01:55:32.690308 [ 289 ] {} TCP-Session: 85e54c91-2851-475a-834d-d5e9c530806c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690320 [ 289 ] {} TCP-Session: 85e54c91-2851-475a-834d-d5e9c530806c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.690548 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:55:32.691472 [ 318 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} AggregatingTransform: Aggregating 2026.01.06 01:55:32.691511 [ 318 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} Aggregator: Aggregation method: without_key 2026.01.06 01:55:32.691544 [ 318 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000884458 sec. (1130.636 rows/sec., 44.17 KiB/sec.) 2026.01.06 01:55:32.691562 [ 318 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} Aggregator: Merging aggregated data 2026.01.06 01:55:32.692849 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} executeQuery: Read 1 rows, 40.00 B in 0.003001 sec., 333.22225924691764 rows/sec., 13.02 KiB/sec. 2026.01.06 01:55:32.692975 [ 286 ] {a7e57f66-45a0-4b04-bcb0-1e60d3584e4c} TCPHandler: Processed in 0.003349362 sec. 2026.01.06 01:55:32.693146 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693174 [ 286 ] {} TCP-Session: 06cc51bc-94ca-42b7-b656-6394d98d1428 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693187 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693210 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693233 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693247 [ 288 ] {} TCP-Session: 35f3a843-9e3b-4c64-b638-450ca09018e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693262 [ 350 ] {} TCP-Session: 58c3fdaa-fab0-44f5-bf73-1ae5152b2808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693284 [ 354 ] {} TCP-Session: b7f59b5f-6be8-4ef5-8a20-66cf34d7f337 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693304 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693313 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693343 [ 289 ] {} TCP-Session: 85e54c91-2851-475a-834d-d5e9c530806c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693275 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693362 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693407 [ 352 ] {} TCP-Session: 4e697be5-97fb-4a07-b825-ba5d63954e52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693376 [ 351 ] {} TCP-Session: 894463ab-58bf-435c-bcc9-35f119c4f80e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693440 [ 353 ] {} TCP-Session: 628c3896-0207-4b8b-9df0-ba5afcdad6bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.693256 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.693512 [ 287 ] {} TCP-Session: a6534717-e031-45f5-bc4c-447b658ba494 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748172 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59034 2026.01.06 01:55:32.748264 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748287 [ 286 ] {} TCP-Session: 2545cb22-c29c-4d18-80d5-d7ab81a874ce Authenticating user 'default' from [fd00:1122:3344:101::e]:59034 2026.01.06 01:55:32.748307 [ 286 ] {} TCP-Session: 2545cb22-c29c-4d18-80d5-d7ab81a874ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748319 [ 286 ] {} TCP-Session: 2545cb22-c29c-4d18-80d5-d7ab81a874ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748499 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60516 2026.01.06 01:55:32.748544 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53152 2026.01.06 01:55:32.748560 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61699 2026.01.06 01:55:32.748606 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48083 2026.01.06 01:55:32.748595 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33262 2026.01.06 01:55:32.748609 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748680 [ 286 ] {} TCP-Session: 2545cb22-c29c-4d18-80d5-d7ab81a874ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:32.748708 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748727 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748730 [ 287 ] {} TCP-Session: 64151420-0a89-4693-b2aa-3445ccc36c22 Authenticating user 'default' from [fd00:1122:3344:101::e]:60516 2026.01.06 01:55:32.748752 [ 354 ] {} TCP-Session: 09f2bca9-da3e-4045-986a-5f3110cf1258 Authenticating user 'default' from [fd00:1122:3344:101::e]:48083 2026.01.06 01:55:32.748760 [ 353 ] {} TCP-Session: 4d35e09a-e074-4c8e-b6ab-0bd604b2be4c Authenticating user 'default' from [fd00:1122:3344:101::e]:33262 2026.01.06 01:55:32.748781 [ 287 ] {} TCP-Session: 64151420-0a89-4693-b2aa-3445ccc36c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748794 [ 354 ] {} TCP-Session: 09f2bca9-da3e-4045-986a-5f3110cf1258 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748804 [ 353 ] {} TCP-Session: 4d35e09a-e074-4c8e-b6ab-0bd604b2be4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748830 [ 354 ] {} TCP-Session: 09f2bca9-da3e-4045-986a-5f3110cf1258 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748843 [ 353 ] {} TCP-Session: 4d35e09a-e074-4c8e-b6ab-0bd604b2be4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748681 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748872 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} executeQuery: (from [fd00:1122:3344:101::e]:59034) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:55:32.748816 [ 287 ] {} TCP-Session: 64151420-0a89-4693-b2aa-3445ccc36c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748913 [ 288 ] {} TCP-Session: cdfa5251-10ca-4614-be5a-8aad2e90be47 Authenticating user 'default' from [fd00:1122:3344:101::e]:53152 2026.01.06 01:55:32.748702 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.748959 [ 288 ] {} TCP-Session: cdfa5251-10ca-4614-be5a-8aad2e90be47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748590 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60994 2026.01.06 01:55:32.748993 [ 288 ] {} TCP-Session: cdfa5251-10ca-4614-be5a-8aad2e90be47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748992 [ 289 ] {} TCP-Session: 53ab19db-10e7-4108-9717-cdca7338a6e8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61699 2026.01.06 01:55:32.748574 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56427 2026.01.06 01:55:32.749046 [ 289 ] {} TCP-Session: 53ab19db-10e7-4108-9717-cdca7338a6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749063 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.749076 [ 289 ] {} TCP-Session: 53ab19db-10e7-4108-9717-cdca7338a6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749095 [ 352 ] {} TCP-Session: 98b95044-2d99-4449-995c-170c45d9e08c Authenticating user 'default' from [fd00:1122:3344:101::e]:60994 2026.01.06 01:55:32.749098 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.749122 [ 352 ] {} TCP-Session: 98b95044-2d99-4449-995c-170c45d9e08c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749142 [ 351 ] {} TCP-Session: 824f54ba-9999-4ec8-af26-cf3bc9e47cf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:56427 2026.01.06 01:55:32.749145 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:55:32.749149 [ 352 ] {} TCP-Session: 98b95044-2d99-4449-995c-170c45d9e08c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749165 [ 351 ] {} TCP-Session: 824f54ba-9999-4ec8-af26-cf3bc9e47cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.748565 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50361 2026.01.06 01:55:32.749210 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:55:32.749209 [ 351 ] {} TCP-Session: 824f54ba-9999-4ec8-af26-cf3bc9e47cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749270 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:55:32.749291 [ 350 ] {} TCP-Session: 7a5350a8-7507-4c6c-8730-78dd447ae784 Authenticating user 'default' from [fd00:1122:3344:101::e]:50361 2026.01.06 01:55:32.749307 [ 350 ] {} TCP-Session: 7a5350a8-7507-4c6c-8730-78dd447ae784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749319 [ 350 ] {} TCP-Session: 7a5350a8-7507-4c6c-8730-78dd447ae784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.749493 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:55:32.750425 [ 269 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} AggregatingTransform: Aggregating 2026.01.06 01:55:32.750464 [ 269 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} Aggregator: Aggregation method: without_key 2026.01.06 01:55:32.750502 [ 269 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000913729 sec. (1094.416 rows/sec., 42.75 KiB/sec.) 2026.01.06 01:55:32.750520 [ 269 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} Aggregator: Merging aggregated data 2026.01.06 01:55:32.751825 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} executeQuery: Read 1 rows, 40.00 B in 0.003005 sec., 332.77870216306155 rows/sec., 13.00 KiB/sec. 2026.01.06 01:55:32.752008 [ 286 ] {143a8861-dbfa-4bca-822b-2e58cc0a3872} TCPHandler: Processed in 0.003436362 sec. 2026.01.06 01:55:32.752159 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752186 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752194 [ 286 ] {} TCP-Session: 2545cb22-c29c-4d18-80d5-d7ab81a874ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752208 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752228 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752264 [ 289 ] {} TCP-Session: 53ab19db-10e7-4108-9717-cdca7338a6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752272 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752290 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752304 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752327 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752337 [ 353 ] {} TCP-Session: 4d35e09a-e074-4c8e-b6ab-0bd604b2be4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752357 [ 352 ] {} TCP-Session: 98b95044-2d99-4449-995c-170c45d9e08c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752382 [ 354 ] {} TCP-Session: 09f2bca9-da3e-4045-986a-5f3110cf1258 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752316 [ 351 ] {} TCP-Session: 824f54ba-9999-4ec8-af26-cf3bc9e47cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752295 [ 288 ] {} TCP-Session: cdfa5251-10ca-4614-be5a-8aad2e90be47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752249 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:55:32.752232 [ 287 ] {} TCP-Session: 64151420-0a89-4693-b2aa-3445ccc36c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:32.752483 [ 350 ] {} TCP-Session: 7a5350a8-7507-4c6c-8730-78dd447ae784 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:55:33.428834 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1282 2026.01.06 01:55:33.431169 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:33.431216 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:33.432415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.06 01:55:33.432681 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:33.433021 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1282 2026.01.06 01:55:35.277214 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.277475 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:35.277546 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:35.278332 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.278385 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.278810 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:55:35.279061 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.279231 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} executeQuery: Read 118 rows, 10.23 KiB in 0.001809 sec., 65229.4085129906 rows/sec., 5.52 MiB/sec. 2026.01.06 01:55:35.279282 [ 254 ] {68136d4a-2076-4047-871f-06b8d4c9701a} TCPHandler: Processed in 0.002268951 sec. 2026.01.06 01:55:35.279461 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.279564 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:35.279608 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:35.280170 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.280209 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.280525 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:35.280728 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.280863 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} executeQuery: Read 31 rows, 2.33 KiB in 0.001323 sec., 23431.59486016629 rows/sec., 1.72 MiB/sec. 2026.01.06 01:55:35.280900 [ 254 ] {4540f51a-8681-4d37-9102-6e1aa918510f} TCPHandler: Processed in 0.001498494 sec. 2026.01.06 01:55:35.281013 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.281118 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:35.281159 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:35.281642 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.281679 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.281985 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:55:35.282195 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.282325 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} executeQuery: Read 95 rows, 7.60 KiB in 0.001226 sec., 77487.76508972267 rows/sec., 6.05 MiB/sec. 2026.01.06 01:55:35.282361 [ 254 ] {632a0122-d567-4f3c-890f-92840ca5a77f} TCPHandler: Processed in 0.001398693 sec. 2026.01.06 01:55:35.282480 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.282576 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:35.282619 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:35.283044 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.283081 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.283412 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:55:35.283625 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.283744 [ 146 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 2026.01.06 01:55:35.283755 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.01.06 01:55:35.283807 [ 146 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.283816 [ 254 ] {3d0c2690-249f-4499-98f5-ef418e9f1d7e} TCPHandler: Processed in 0.001384503 sec. 2026.01.06 01:55:35.283836 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.283939 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.283977 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full 2026.01.06 01:55:35.284038 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:35.284099 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} 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.01.06 01:55:35.284138 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:35.284183 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_70_14, total 19281 rows starting from the beginning of the part 2026.01.06 01:55:35.284266 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 2 rows starting from the beginning of the part 2026.01.06 01:55:35.284318 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.06 01:55:35.284367 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2026.01.06 01:55:35.284414 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 161 rows starting from the beginning of the part 2026.01.06 01:55:35.284459 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.01.06 01:55:35.284954 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.284997 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.285561 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:55:35.285788 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.285935 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} executeQuery: Read 31 rows, 56.88 KiB in 0.001916 sec., 16179.540709812109 rows/sec., 28.99 MiB/sec. 2026.01.06 01:55:35.285999 [ 254 ] {1ba961cf-e253-4ecb-aa61-0a45010b6bef} TCPHandler: Processed in 0.00210899 sec. 2026.01.06 01:55:35.286111 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:35.286207 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:35.286250 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:35.286587 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:35.286623 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:35.286962 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:55:35.287195 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.287329 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.01.06 01:55:35.287365 [ 254 ] {390b2604-b0c4-4552-9e33-e112e40a0bf4} TCPHandler: Processed in 0.001303822 sec. 2026.01.06 01:55:35.288730 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergeTask::MergeProjectionsStage: Merge sorted 19924 rows, containing 5 columns (5 merged, 0 gathered) in 0.004814805 sec., 4138069.973758023 rows/sec., 282.41 MiB/sec. 2026.01.06 01:55:35.289106 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) 2026.01.06 01:55:35.289398 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:35.289474 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_75_15} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 2026.01.06 01:55:35.289575 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.01.06 01:55:38.208586 [ 143 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:55:38.208643 [ 143 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:55:38.367776 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24025 2026.01.06 01:55:38.368324 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:38.368370 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:38.368872 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:55:38.369137 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:38.369273 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24025 2026.01.06 01:55:39.709245 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.06 01:55:39.727171 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:39.727237 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:39.733674 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:55:39.734449 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:39.738028 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.06 01:55:40.276231 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.276413 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:40.276480 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:40.277147 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.277191 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:40.277604 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:55:40.277859 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.278015 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} executeQuery: Read 76 rows, 6.39 KiB in 0.001653 sec., 45977.011494252874 rows/sec., 3.77 MiB/sec. 2026.01.06 01:55:40.278017 [ 140 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:55:40.278059 [ 254 ] {ca02933c-a645-49f7-8d81-255687399169} TCPHandler: Processed in 0.001972298 sec. 2026.01.06 01:55:40.278099 [ 140 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.278135 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:40.278217 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.278277 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:55:40.278318 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:40.278368 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:40.278445 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:40.278489 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2468 rows starting from the beginning of the part 2026.01.06 01:55:40.278566 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 76 rows starting from the beginning of the part 2026.01.06 01:55:40.278618 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 118 rows starting from the beginning of the part 2026.01.06 01:55:40.278667 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 77 rows starting from the beginning of the part 2026.01.06 01:55:40.278715 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 118 rows starting from the beginning of the part 2026.01.06 01:55:40.278761 [ 199 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 76 rows starting from the beginning of the part 2026.01.06 01:55:40.278768 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.278813 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.279154 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:40.279380 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.279500 [ 140 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:55:40.279513 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} executeQuery: Read 10 rows, 770.00 B in 0.001215 sec., 8230.45267489712 rows/sec., 618.89 KiB/sec. 2026.01.06 01:55:40.279540 [ 140 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.279563 [ 254 ] {5e5d87f9-a967-4c19-b363-262d5af0bd7f} TCPHandler: Processed in 0.001394443 sec. 2026.01.06 01:55:40.279566 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.279689 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.279704 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:55:40.279791 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:40.279836 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:40.279845 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:40.279884 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 278 rows starting from the beginning of the part 2026.01.06 01:55:40.279952 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:40.279999 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:40.280042 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 12 rows starting from the beginning of the part 2026.01.06 01:55:40.280084 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:40.280125 [ 190 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:40.280222 [ 189 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2933 rows, containing 5 columns (5 merged, 0 gathered) in 0.002015619 sec., 1455136.114513705 rows/sec., 124.73 MiB/sec. 2026.01.06 01:55:40.280286 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.280328 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.280556 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:55:40.280689 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:55:40.280903 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.280927 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.280986 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_76_15} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:55:40.281046 [ 140 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:55:40.281065 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} executeQuery: Read 74 rows, 5.92 KiB in 0.001292 sec., 57275.54179566564 rows/sec., 4.47 MiB/sec. 2026.01.06 01:55:40.281077 [ 140 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.281096 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.89 MiB. 2026.01.06 01:55:40.281110 [ 254 ] {3c641358-c2e7-43e9-9a61-b3f25767ac2e} TCPHandler: Processed in 0.001471964 sec. 2026.01.06 01:55:40.281106 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:40.281203 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001558594 sec., 238676.65344534884 rows/sec., 16.46 MiB/sec. 2026.01.06 01:55:40.281219 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:55:40.281228 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.281335 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:40.281355 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:40.281370 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1250 rows starting from the beginning of the part 2026.01.06 01:55:40.281397 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:55:40.281401 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:40.281438 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 74 rows starting from the beginning of the part 2026.01.06 01:55:40.281489 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 95 rows starting from the beginning of the part 2026.01.06 01:55:40.281538 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 76 rows starting from the beginning of the part 2026.01.06 01:55:40.281583 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 95 rows starting from the beginning of the part 2026.01.06 01:55:40.281630 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 74 rows starting from the beginning of the part 2026.01.06 01:55:40.281726 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.281828 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.281828 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_71_14} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:55:40.281871 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.281967 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:55:40.282232 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:55:40.282454 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.282586 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001249 sec., 128102.48198558849 rows/sec., 8.92 MiB/sec. 2026.01.06 01:55:40.282623 [ 254 ] {5934e103-7ae4-4880-a5fe-016f2eb173b4} TCPHandler: Processed in 0.001444094 sec. 2026.01.06 01:55:40.282672 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001492004 sec., 1115278.511317664 rows/sec., 86.39 MiB/sec. 2026.01.06 01:55:40.282727 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.282827 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:40.282845 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:55:40.282882 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} 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.01.06 01:55:40.283085 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.283144 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_76_15} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:55:40.283205 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.01.06 01:55:40.283642 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.283678 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:40.284205 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:55:40.284450 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.284568 [ 140 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:55:40.284591 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} executeQuery: Read 10 rows, 18.35 KiB in 0.001781 sec., 5614.823133071308 rows/sec., 10.06 MiB/sec. 2026.01.06 01:55:40.284604 [ 140 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.284632 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:40.284658 [ 254 ] {8a8cfb4d-7ac2-4049-9ac5-d1b940f23466} TCPHandler: Processed in 0.001978798 sec. 2026.01.06 01:55:40.284710 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:55:40.284772 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:40.284871 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:40.284912 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:40.284928 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:40.284989 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1290 rows starting from the beginning of the part 2026.01.06 01:55:40.285111 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:40.285211 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:40.285244 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.285286 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.285302 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:40.285401 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 31 rows starting from the beginning of the part 2026.01.06 01:55:40.285493 [ 200 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 10 rows starting from the beginning of the part 2026.01.06 01:55:40.285618 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:55:40.285857 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.285975 [ 140 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:55:40.285998 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.01.06 01:55:40.286002 [ 140 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:40.286037 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:40.286041 [ 254 ] {cf6071a9-ebf6-46f0-9b09-ecd486eda481} TCPHandler: Processed in 0.001318613 sec. 2026.01.06 01:55:40.286106 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:55:40.286175 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:40.286200 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3606 rows starting from the beginning of the part 2026.01.06 01:55:40.286244 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:40.286286 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:40.286323 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:40.286360 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:40.286397 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2026.01.06 01:55:40.287701 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3906 rows, containing 4 columns (4 merged, 0 gathered) in 0.001617415 sec., 2414964.6194699565 rows/sec., 158.74 MiB/sec. 2026.01.06 01:55:40.288135 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:55:40.288446 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.288526 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_76_15} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:55:40.288610 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.06 01:55:40.291546 [ 190 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1382 rows, containing 19 columns (19 merged, 0 gathered) in 0.006869994 sec., 201164.6589502116 rows/sec., 360.48 MiB/sec. 2026.01.06 01:55:40.292701 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:55:40.293001 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:40.293079 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_71_14} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:55:40.293182 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2026.01.06 01:55:41.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 318.64 MiB, peak 330.18 MiB, free memory in arenas 0.00 B, will set to 320.73 MiB (RSS), difference: 2.08 MiB 2026.01.06 01:55:41.154947 [ 139 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.06 01:55:41.155048 [ 139 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:41.155086 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:41.155283 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.01.06 01:55:41.155560 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:41.155625 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2026.01.06 01:55:41.155743 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.01.06 01:55:41.155823 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2026.01.06 01:55:41.155893 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.01.06 01:55:41.155960 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2026.01.06 01:55:41.156879 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690706 sec., 23658.75557311561 rows/sec., 1.97 MiB/sec. 2026.01.06 01:55:41.157075 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.06 01:55:41.157383 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:41.157474 [ 190 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_17_4} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.06 01:55:41.157567 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:55:43.433289 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1306 2026.01.06 01:55:43.435411 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:43.435469 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. 2026.01.06 01:55:43.436664 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.06 01:55:43.436934 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:43.437305 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1306 2026.01.06 01:55:45.305622 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.305814 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.305879 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:55:45.306579 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.306621 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.307004 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:55:45.307222 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.307367 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} executeQuery: Read 24 rows, 2.04 KiB in 0.001602 sec., 14981.273408239702 rows/sec., 1.24 MiB/sec. 2026.01.06 01:55:45.307408 [ 254 ] {71706078-feea-4d46-87f2-1330efba51b3} TCPHandler: Processed in 0.001911367 sec. 2026.01.06 01:55:45.307546 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.307640 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:55:45.307682 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:55:45.308121 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.308156 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.308447 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.06 01:55:45.308652 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.308778 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} executeQuery: Read 12 rows, 1002.00 B in 0.001156 sec., 10380.622837370243 rows/sec., 846.47 KiB/sec. 2026.01.06 01:55:45.308814 [ 254 ] {540d5ab7-58c2-4f68-a145-5c6ef5fc9f64} TCPHandler: Processed in 0.001316562 sec. 2026.01.06 01:55:45.308927 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.309019 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:45.309057 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:45.310215 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.310251 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.310667 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:55:45.310886 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.311011 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} executeQuery: Read 1384 rows, 118.22 KiB in 0.002009 sec., 688899.9502239921 rows/sec., 57.47 MiB/sec. 2026.01.06 01:55:45.311048 [ 254 ] {1eb15393-a12d-4a01-b7e2-ffce76ad0394} TCPHandler: Processed in 0.002167781 sec. 2026.01.06 01:55:45.311194 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.311288 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.311327 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:45.311748 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.311785 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.312081 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:45.312283 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.312408 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} executeQuery: Read 55 rows, 4.13 KiB in 0.001137 sec., 48372.91116974494 rows/sec., 3.55 MiB/sec. 2026.01.06 01:55:45.312444 [ 254 ] {5a88316f-0660-4ba8-942c-a0bf8707773e} TCPHandler: Processed in 0.001297743 sec. 2026.01.06 01:55:45.312554 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.312646 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.312684 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:55:45.313158 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.313194 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.313485 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:55:45.313692 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.313814 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} executeQuery: Read 252 rows, 17.85 KiB in 0.001186 sec., 212478.9207419899 rows/sec., 14.70 MiB/sec. 2026.01.06 01:55:45.313850 [ 254 ] {4eb11a9b-1ff9-44fb-8f2c-131127617ebc} TCPHandler: Processed in 0.001343222 sec. 2026.01.06 01:55:45.313961 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.314053 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.314092 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:55:45.314480 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.314516 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.314811 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:55:45.315019 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.315142 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} executeQuery: Read 12 rows, 960.00 B in 0.001106 sec., 10849.9095840868 rows/sec., 847.65 KiB/sec. 2026.01.06 01:55:45.315178 [ 254 ] {6e9566c7-fb2e-410c-8863-947d7219824a} TCPHandler: Processed in 0.001264062 sec. 2026.01.06 01:55:45.315285 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.315377 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:45.315414 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:45.316035 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.316070 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.316391 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:55:45.316592 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.316716 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} executeQuery: Read 599 rows, 46.12 KiB in 0.001356 sec., 441740.412979351 rows/sec., 33.22 MiB/sec. 2026.01.06 01:55:45.316753 [ 254 ] {b7b3baa1-5255-4a2a-9d63-d1101964515a} TCPHandler: Processed in 0.001514814 sec. 2026.01.06 01:55:45.316866 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.316958 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.317000 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:45.317604 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.317640 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.318012 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:55:45.318220 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.318344 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} executeQuery: Read 880 rows, 61.17 KiB in 0.001404 sec., 626780.6267806267 rows/sec., 42.55 MiB/sec. 2026.01.06 01:55:45.318380 [ 254 ] {96a46d27-47ba-4a71-a1d7-ec5fec861769} TCPHandler: Processed in 0.001561885 sec. 2026.01.06 01:55:45.318496 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.318588 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.318641 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} 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.01.06 01:55:45.319512 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.319553 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.320113 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:55:45.320338 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.320477 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} executeQuery: Read 31 rows, 56.88 KiB in 0.001906 sec., 16264.428121720883 rows/sec., 29.15 MiB/sec. 2026.01.06 01:55:45.320531 [ 254 ] {7d9ab92b-facf-4407-a077-29bc9aecc3d6} TCPHandler: Processed in 0.002081799 sec. 2026.01.06 01:55:45.320640 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:45.320734 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:45.320774 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:45.321117 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.321153 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.321453 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:55:45.321658 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.321793 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2026.01.06 01:55:45.321829 [ 254 ] {d8cc25c8-8655-40bb-9b78-b0a24635614d} TCPHandler: Processed in 0.001236511 sec. 2026.01.06 01:55:45.869474 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24473 2026.01.06 01:55:45.870056 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.870113 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.870648 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:55:45.870882 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.871010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24473 2026.01.06 01:55:45.871037 [ 102 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:55:45.871113 [ 102 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:45.871137 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:45.871250 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:55:45.871393 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:45.871434 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22105 rows starting from the beginning of the part 2026.01.06 01:55:45.871507 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.01.06 01:55:45.871560 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.01.06 01:55:45.871606 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.01.06 01:55:45.871650 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.01.06 01:55:45.871694 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.01.06 01:55:45.873886 [ 197 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24473 rows, containing 4 columns (4 merged, 0 gathered) in 0.002687825 sec., 9105131.472473096 rows/sec., 130.25 MiB/sec. 2026.01.06 01:55:45.874343 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:55:45.874676 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:45.874768 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_51_10} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:55:45.874897 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2026.01.06 01:55:47.238164 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.01.06 01:55:47.256202 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:47.256277 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:47.263599 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:55:47.264469 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:47.264788 [ 135 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:55:47.264858 [ 135 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:47.264877 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:47.264975 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:55:47.267995 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:55:47.268870 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.01.06 01:55:47.268942 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.01.06 01:55:47.272370 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.01.06 01:55:47.276176 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:47.280372 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.01.06 01:55:47.284645 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.01.06 01:55:47.288250 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.01.06 01:55:47.338290 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.073352515 sec., 5234.994328415325 rows/sec., 27.07 MiB/sec. 2026.01.06 01:55:47.340540 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:55:47.342245 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:47.342344 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_51_10} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:55:47.343741 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.06 01:55:50.276345 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.276643 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:50.276710 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:50.277441 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.277497 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.277914 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:55:50.278157 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.278318 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} executeQuery: Read 76 rows, 6.39 KiB in 0.001737 sec., 43753.59815774323 rows/sec., 3.59 MiB/sec. 2026.01.06 01:55:50.278360 [ 254 ] {4de32461-e417-4911-9972-d1278c1f7aa5} TCPHandler: Processed in 0.002206501 sec. 2026.01.06 01:55:50.278496 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.278592 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:50.278633 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:50.279034 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.279070 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.279383 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:50.279591 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.279717 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} executeQuery: Read 10 rows, 770.00 B in 0.001143 sec., 8748.906386701663 rows/sec., 657.88 KiB/sec. 2026.01.06 01:55:50.279753 [ 254 ] {ffea84a6-5d16-42d2-9cf6-b4c4c86857fd} TCPHandler: Processed in 0.001307912 sec. 2026.01.06 01:55:50.279863 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.279956 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:50.279994 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:50.280394 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.280427 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.280730 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:55:50.280938 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.281066 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} executeQuery: Read 74 rows, 5.92 KiB in 0.001129 sec., 65544.72984942427 rows/sec., 5.12 MiB/sec. 2026.01.06 01:55:50.281103 [ 254 ] {a75ee15a-502f-4fc7-af70-388e4e0b6c1d} TCPHandler: Processed in 0.001288533 sec. 2026.01.06 01:55:50.281213 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.281307 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:50.281350 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:50.281755 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.281788 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.282119 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:55:50.282330 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.282463 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.06 01:55:50.282499 [ 254 ] {1731bcfe-0188-4fde-8938-dd8050191c46} TCPHandler: Processed in 0.001336063 sec. 2026.01.06 01:55:50.282609 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.282702 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:50.282755 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} 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.01.06 01:55:50.283509 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.283544 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.284060 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:55:50.284289 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.284423 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} executeQuery: Read 10 rows, 18.35 KiB in 0.001738 sec., 5753.739930955121 rows/sec., 10.31 MiB/sec. 2026.01.06 01:55:50.284487 [ 254 ] {d495cff7-bc4d-4255-a060-0ba109c7b7d0} TCPHandler: Processed in 0.001926978 sec. 2026.01.06 01:55:50.284599 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:50.284703 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:50.284747 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:50.285096 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:50.285133 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:50.285464 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:55:50.285682 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:50.285823 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.01.06 01:55:50.285861 [ 254 ] {06260021-3108-409d-95ca-36c2bf6386fb} TCPHandler: Processed in 0.001314482 sec. 2026.01.06 01:55:53.208884 [ 130 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:55:53.208930 [ 130 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:55:53.371227 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24985 2026.01.06 01:55:53.372103 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:53.372141 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:53.372644 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:55:53.372891 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:53.373023 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24985 2026.01.06 01:55:53.437575 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1338 2026.01.06 01:55:53.440328 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:53.440373 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:53.441541 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.06 01:55:53.441798 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:53.442057 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1338 2026.01.06 01:55:54.769064 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.01.06 01:55:54.784415 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:54.784477 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:54.789934 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:55:54.790639 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:54.793538 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.01.06 01:55:55.276670 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.276954 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:55:55.277060 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:55:55.277999 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.278041 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.278459 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:55:55.278698 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.278858 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} executeQuery: Read 118 rows, 10.23 KiB in 0.001982 sec., 59535.82240161454 rows/sec., 5.04 MiB/sec. 2026.01.06 01:55:55.278909 [ 254 ] {d0a80342-c2d9-404d-a5c9-7f15c96f3b7c} TCPHandler: Processed in 0.002421663 sec. 2026.01.06 01:55:55.279051 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.279154 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:55:55.279198 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:55:55.279650 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.279686 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.280009 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:55.280223 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.280354 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} executeQuery: Read 31 rows, 2.33 KiB in 0.001224 sec., 25326.797385620914 rows/sec., 1.86 MiB/sec. 2026.01.06 01:55:55.280392 [ 254 ] {f6783c9b-fa9a-44c3-9349-f8504a39246e} TCPHandler: Processed in 0.001403433 sec. 2026.01.06 01:55:55.280516 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.280612 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:55:55.280652 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:55:55.281104 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.281139 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.281455 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:55:55.281663 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.281789 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} executeQuery: Read 95 rows, 7.60 KiB in 0.001197 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.06 01:55:55.281827 [ 254 ] {5ec07c03-27dd-4336-90b3-675433804848} TCPHandler: Processed in 0.001369573 sec. 2026.01.06 01:55:55.281945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.282039 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:55.282084 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:55:55.282508 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.282543 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.282890 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:55:55.283094 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.283221 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.01.06 01:55:55.283259 [ 254 ] {e81aae8a-72ac-46b1-9616-76de5708628c} TCPHandler: Processed in 0.001362483 sec. 2026.01.06 01:55:55.283381 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.283503 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:55:55.283570 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} 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.01.06 01:55:55.284444 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.284479 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.285062 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:55:55.285283 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.285423 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} executeQuery: Read 31 rows, 56.88 KiB in 0.001945 sec., 15938.303341902314 rows/sec., 28.56 MiB/sec. 2026.01.06 01:55:55.285490 [ 254 ] {fcba64b0-d991-4260-b4e9-3e48de16dc77} TCPHandler: Processed in 0.00216942 sec. 2026.01.06 01:55:55.285602 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:55:55.285698 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:55:55.285740 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:55:55.286083 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:55:55.286119 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:55:55.286432 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:55:55.286640 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:55:55.286771 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.06 01:55:55.286807 [ 254 ] {32519c56-a55e-4566-8d89-95c43a6fb4c2} TCPHandler: Processed in 0.001253872 sec. 2026.01.06 01:56:00.275678 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.275884 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:56:00.275953 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:56:00.276666 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.276716 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.277175 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.06 01:56:00.277430 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.277583 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} executeQuery: Read 4 rows, 334.00 B in 0.001752 sec., 2283.10502283105 rows/sec., 186.17 KiB/sec. 2026.01.06 01:56:00.277625 [ 254 ] {c1fcf0a0-80d6-4363-8f48-d3ac2697cd3c} TCPHandler: Processed in 0.002085909 sec. 2026.01.06 01:56:00.277746 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.277846 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:00.277911 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:00.278341 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.278379 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.278722 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:00.278938 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.279068 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} executeQuery: Read 78 rows, 6.53 KiB in 0.001241 sec., 62852.53827558421 rows/sec., 5.14 MiB/sec. 2026.01.06 01:56:00.279106 [ 254 ] {d4f817ce-fdf9-4e64-a151-e39b0ff71f19} TCPHandler: Processed in 0.001409623 sec. 2026.01.06 01:56:00.279216 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.279311 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:00.279351 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:00.279739 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.279776 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.280083 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:56:00.280309 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.280436 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} executeQuery: Read 14 rows, 1.03 KiB in 0.001144 sec., 12237.762237762237 rows/sec., 901.44 KiB/sec. 2026.01.06 01:56:00.280473 [ 254 ] {1ff63200-b641-4ca6-bf87-4167dcc30c95} TCPHandler: Processed in 0.001306422 sec. 2026.01.06 01:56:00.280585 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.280677 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:00.280716 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:00.281110 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.281146 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.281450 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:00.281657 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.281780 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} executeQuery: Read 78 rows, 6.24 KiB in 0.001121 sec., 69580.7314897413 rows/sec., 5.44 MiB/sec. 2026.01.06 01:56:00.281816 [ 254 ] {b429ac44-ab13-456d-ac4d-0d0a2aae52bc} TCPHandler: Processed in 0.001278622 sec. 2026.01.06 01:56:00.281922 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.282014 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:00.282057 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:00.282460 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.282496 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.282840 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:00.283043 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.283160 [ 123 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 2026.01.06 01:56:00.283174 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} executeQuery: Read 162 rows, 11.55 KiB in 0.001177 sec., 137638.06287170772 rows/sec., 9.58 MiB/sec. 2026.01.06 01:56:00.283231 [ 123 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.283239 [ 254 ] {dae759ea-de42-4a3c-a20f-5ed099cd081d} TCPHandler: Processed in 0.001364803 sec. 2026.01.06 01:56:00.283260 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.283361 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.283378 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full 2026.01.06 01:56:00.283457 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:00.283515 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} 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.01.06 01:56:00.283516 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:00.283567 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_75_15, total 19924 rows starting from the beginning of the part 2026.01.06 01:56:00.283633 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:00.283681 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 880 rows starting from the beginning of the part 2026.01.06 01:56:00.283723 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:00.283761 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:00.283800 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part 2026.01.06 01:56:00.284302 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.284344 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.284910 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:56:00.285135 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.285280 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} executeQuery: Read 10 rows, 18.35 KiB in 0.001841 sec., 5431.830526887561 rows/sec., 9.73 MiB/sec. 2026.01.06 01:56:00.285346 [ 254 ] {90c1d3a2-6314-4cc5-9757-d4631bcfa041} TCPHandler: Processed in 0.002033089 sec. 2026.01.06 01:56:00.285453 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:00.285546 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:00.285587 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:00.285914 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.285948 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.286289 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:00.286503 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.286631 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2026.01.06 01:56:00.286665 [ 254 ] {6b4c8b05-ac80-4688-a6d7-4f94187b7645} TCPHandler: Processed in 0.001259891 sec. 2026.01.06 01:56:00.289655 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergeTask::MergeProjectionsStage: Merge sorted 21446 rows, containing 5 columns (5 merged, 0 gathered) in 0.006329579 sec., 3388219.026889466 rows/sec., 231.33 MiB/sec. 2026.01.06 01:56:00.290037 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) 2026.01.06 01:56:00.290311 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.290381 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_80_16} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 2026.01.06 01:56:00.290463 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.06 01:56:00.873266 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25433 2026.01.06 01:56:00.873827 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:00.873862 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:00.874363 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:56:00.874590 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:00.874713 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25433 2026.01.06 01:56:01.000268 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 323.01 MiB, peak 335.27 MiB, free memory in arenas 0.00 B, will set to 325.12 MiB (RSS), difference: 2.11 MiB 2026.01.06 01:56:02.293646 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 2026.01.06 01:56:02.309997 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:02.310062 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:02.315805 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:56:02.316527 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:02.319536 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 400 2026.01.06 01:56:03.442299 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1364 2026.01.06 01:56:03.444563 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:03.444601 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:03.445751 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.06 01:56:03.446016 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:03.446273 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1364 2026.01.06 01:56:05.276985 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.277203 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:05.277278 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:05.278108 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.278157 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.278573 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:05.278804 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.278957 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} executeQuery: Read 118 rows, 10.23 KiB in 0.00181 sec., 65193.37016574586 rows/sec., 5.52 MiB/sec. 2026.01.06 01:56:05.278977 [ 118 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:56:05.279000 [ 254 ] {f8f1f123-ff56-4492-a5c7-51c0124418b1} TCPHandler: Processed in 0.0021532 sec. 2026.01.06 01:56:05.279052 [ 118 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.279081 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.279200 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.279204 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:56:05.279308 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:05.279360 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:05.279373 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:05.279415 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2468 rows starting from the beginning of the part 2026.01.06 01:56:05.279485 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:56:05.279536 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:05.279583 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 118 rows starting from the beginning of the part 2026.01.06 01:56:05.279626 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 78 rows starting from the beginning of the part 2026.01.06 01:56:05.279670 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 118 rows starting from the beginning of the part 2026.01.06 01:56:05.279821 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.279864 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.280199 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:56:05.280426 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.280562 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} executeQuery: Read 31 rows, 2.33 KiB in 0.001279 sec., 24237.685691946834 rows/sec., 1.78 MiB/sec. 2026.01.06 01:56:05.280568 [ 118 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:56:05.280601 [ 254 ] {a69599f6-a115-4b9a-8c1e-95064718ad14} TCPHandler: Processed in 0.001454904 sec. 2026.01.06 01:56:05.280613 [ 118 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.280638 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.280720 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.280732 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:56:05.280819 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:05.280844 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:05.280863 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:05.280875 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 278 rows starting from the beginning of the part 2026.01.06 01:56:05.280932 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 55 rows starting from the beginning of the part 2026.01.06 01:56:05.280975 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:05.281015 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:05.281053 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 14 rows starting from the beginning of the part 2026.01.06 01:56:05.281089 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:05.281315 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.281355 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:05.281485 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4242 rows, containing 5 columns (5 merged, 0 gathered) in 0.002340422 sec., 1812493.6443085906 rows/sec., 156.25 MiB/sec. 2026.01.06 01:56:05.281726 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:56:05.281741 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:05.281845 [ 186 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 419 rows, containing 5 columns (5 merged, 0 gathered) in 0.001150501 sec., 364189.16628494894 rows/sec., 25.44 MiB/sec. 2026.01.06 01:56:05.282006 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:56:05.282048 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.282063 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.282121 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_81_16} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:56:05.282193 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:56:05.282210 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} executeQuery: Read 95 rows, 7.60 KiB in 0.001408 sec., 67471.59090909091 rows/sec., 5.27 MiB/sec. 2026.01.06 01:56:05.282218 [ 118 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:56:05.282266 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.282279 [ 118 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.282282 [ 254 ] {dc658435-b32d-4800-af23-663866885f9d} TCPHandler: Processed in 0.001608955 sec. 2026.01.06 01:56:05.282328 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.282370 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_76_15} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:56:05.282434 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:56:05.282454 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.282465 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:56:05.282529 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:05.282553 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1250 rows starting from the beginning of the part 2026.01.06 01:56:05.282557 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:05.282599 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 599 rows starting from the beginning of the part 2026.01.06 01:56:05.282609 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:05.282646 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 74 rows starting from the beginning of the part 2026.01.06 01:56:05.282687 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 95 rows starting from the beginning of the part 2026.01.06 01:56:05.282719 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 78 rows starting from the beginning of the part 2026.01.06 01:56:05.282761 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 95 rows starting from the beginning of the part 2026.01.06 01:56:05.283049 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.283089 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.283455 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:05.283678 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.283743 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001347232 sec., 1626297.4751193558 rows/sec., 126.42 MiB/sec. 2026.01.06 01:56:05.283808 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} executeQuery: Read 160 rows, 11.41 KiB in 0.00127 sec., 125984.25196850393 rows/sec., 8.77 MiB/sec. 2026.01.06 01:56:05.283850 [ 254 ] {5e89bf62-ef8d-4f72-8600-df2dcf561ba9} TCPHandler: Processed in 0.001443624 sec. 2026.01.06 01:56:05.283899 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:56:05.283969 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.284068 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:05.284123 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} 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.01.06 01:56:05.284146 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.284213 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_81_16} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:56:05.284277 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.06 01:56:05.285081 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.285129 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.285693 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:56:05.285923 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.286038 [ 118 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:56:05.286056 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} executeQuery: Read 31 rows, 56.88 KiB in 0.002007 sec., 15445.939212755355 rows/sec., 27.68 MiB/sec. 2026.01.06 01:56:05.286070 [ 118 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.286095 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.286116 [ 254 ] {1a72e26a-07df-4cf6-b888-4a717a0a9bd9} TCPHandler: Processed in 0.00219371 sec. 2026.01.06 01:56:05.286170 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:56:05.286238 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:05.286337 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:05.286379 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:05.286401 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:05.286458 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1382 rows starting from the beginning of the part 2026.01.06 01:56:05.286572 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:05.286665 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:05.286716 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.286752 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:05.286757 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.286844 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:05.286932 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:05.287097 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:05.287349 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.287459 [ 118 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:56:05.287481 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.01.06 01:56:05.287488 [ 118 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:05.287522 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:05.287524 [ 254 ] {4af2a3a7-e432-4c3b-908a-d4065faccea7} TCPHandler: Processed in 0.001333702 sec. 2026.01.06 01:56:05.287606 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:56:05.287717 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:05.287746 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3906 rows starting from the beginning of the part 2026.01.06 01:56:05.287797 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:05.287839 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:05.287874 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:05.287913 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:05.287959 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:05.289841 [ 189 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4206 rows, containing 4 columns (4 merged, 0 gathered) in 0.002273451 sec., 1850050.8698010205 rows/sec., 121.83 MiB/sec. 2026.01.06 01:56:05.290327 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:56:05.290621 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.290697 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_81_16} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:56:05.290783 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.01.06 01:56:05.294189 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1495 rows, containing 19 columns (19 merged, 0 gathered) in 0.008053476 sec., 185634.1286669259 rows/sec., 332.65 MiB/sec. 2026.01.06 01:56:05.295452 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:56:05.295781 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:05.295852 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_76_15} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:56:05.295950 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2026.01.06 01:56:06.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.85 MiB, peak 337.37 MiB, free memory in arenas 0.00 B, will set to 329.05 MiB (RSS), difference: 3.21 MiB 2026.01.06 01:56:08.209197 [ 115 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:56:08.209253 [ 115 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:56:08.374860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25945 2026.01.06 01:56:08.375471 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:08.375527 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. 2026.01.06 01:56:08.376079 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:56:08.376318 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:08.376466 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25945 2026.01.06 01:56:09.819593 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 2026.01.06 01:56:09.837290 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:09.837368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:09.843554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:56:09.844338 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:09.848051 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.01.06 01:56:10.275345 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.275641 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:10.275741 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:10.276561 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.276598 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.276989 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:10.277217 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.277358 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} executeQuery: Read 76 rows, 6.39 KiB in 0.001807 sec., 42058.66076369673 rows/sec., 3.45 MiB/sec. 2026.01.06 01:56:10.277397 [ 254 ] {42ee4d11-b0f8-48e0-ac3f-8bdc748db563} TCPHandler: Processed in 0.002243711 sec. 2026.01.06 01:56:10.277526 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.277621 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:10.277658 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:10.278076 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.278107 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.278459 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:56:10.278672 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.278796 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} executeQuery: Read 10 rows, 770.00 B in 0.001175 sec., 8510.63829787234 rows/sec., 639.96 KiB/sec. 2026.01.06 01:56:10.278831 [ 254 ] {3813e6dc-dd4d-4e6c-b24a-6f6eda447249} TCPHandler: Processed in 0.001341102 sec. 2026.01.06 01:56:10.278948 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.279051 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:10.279104 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:10.279550 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.279588 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.279890 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:10.280093 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.280213 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} executeQuery: Read 74 rows, 5.92 KiB in 0.001179 sec., 62765.05513146735 rows/sec., 4.90 MiB/sec. 2026.01.06 01:56:10.280247 [ 254 ] {3f308aae-ffe2-4848-81b2-080d0a2c82b6} TCPHandler: Processed in 0.001346082 sec. 2026.01.06 01:56:10.280382 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.280474 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:10.280515 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:10.280983 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.281017 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.281357 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:10.281570 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.281696 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.01.06 01:56:10.281732 [ 254 ] {f3c7035f-30cc-4a4e-b146-25a05ecd8e88} TCPHandler: Processed in 0.001413413 sec. 2026.01.06 01:56:10.281848 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.281951 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:10.282005 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} 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.01.06 01:56:10.282776 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.282811 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.283323 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:56:10.283534 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.283669 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} executeQuery: Read 10 rows, 18.35 KiB in 0.001737 sec., 5757.052389176742 rows/sec., 10.32 MiB/sec. 2026.01.06 01:56:10.283721 [ 254 ] {d461705b-8f8b-4283-a7e0-c7cd5c0ca096} TCPHandler: Processed in 0.001920888 sec. 2026.01.06 01:56:10.283899 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:10.283991 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:10.284032 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:10.284367 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:10.284400 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:10.284705 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:10.284919 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:10.285041 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2026.01.06 01:56:10.285075 [ 254 ] {1aaf8e02-1298-4618-8720-e4f47850dc5f} TCPHandler: Processed in 0.001223082 sec. 2026.01.06 01:56:13.446474 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1388 2026.01.06 01:56:13.448650 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:13.448695 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:13.449862 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.06 01:56:13.450124 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:13.450274 [ 111 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.06 01:56:13.450341 [ 111 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:13.450360 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:13.450450 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1388 2026.01.06 01:56:13.450512 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:56:13.451276 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:13.451415 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1250 rows starting from the beginning of the part 2026.01.06 01:56:13.451763 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part 2026.01.06 01:56:13.452093 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 24 rows starting from the beginning of the part 2026.01.06 01:56:13.452430 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2026.01.06 01:56:13.452783 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 26 rows starting from the beginning of the part 2026.01.06 01:56:13.453103 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part 2026.01.06 01:56:13.459302 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 72 columns (72 merged, 0 gathered) in 0.008870883 sec., 156466.94923154777 rows/sec., 125.63 MiB/sec. 2026.01.06 01:56:13.461000 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.06 01:56:13.461586 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:13.461662 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_41_8} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.06 01:56:13.461967 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.01.06 01:56:15.307744 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.307940 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.308005 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:56:15.308637 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.308680 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.309079 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:56:15.309301 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.309456 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} executeQuery: Read 24 rows, 2.04 KiB in 0.001567 sec., 15315.890236119974 rows/sec., 1.27 MiB/sec. 2026.01.06 01:56:15.309497 [ 254 ] {c2ddb04e-eaac-4e50-bc98-7515ebbad221} TCPHandler: Processed in 0.001880828 sec. 2026.01.06 01:56:15.309622 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.309723 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:15.309765 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:15.310673 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.310710 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.311117 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:15.311339 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.311468 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} executeQuery: Read 1378 rows, 117.79 KiB in 0.001765 sec., 780736.5439093484 rows/sec., 65.17 MiB/sec. 2026.01.06 01:56:15.311505 [ 254 ] {e46e1aa9-f454-4a0d-8311-5e546d9d163a} TCPHandler: Processed in 0.001934567 sec. 2026.01.06 01:56:15.311617 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.311712 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.311752 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:15.312153 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.312188 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.312505 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:56:15.312715 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.312848 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} executeQuery: Read 43 rows, 3.29 KiB in 0.001155 sec., 37229.43722943723 rows/sec., 2.78 MiB/sec. 2026.01.06 01:56:15.312886 [ 254 ] {f1098bea-3f4e-4e7f-a273-896865731503} TCPHandler: Processed in 0.001318373 sec. 2026.01.06 01:56:15.312984 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.313077 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.313116 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:56:15.313557 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.313591 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.313900 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:56:15.314107 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.314230 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} executeQuery: Read 252 rows, 17.85 KiB in 0.001172 sec., 215017.06484641635 rows/sec., 14.87 MiB/sec. 2026.01.06 01:56:15.314268 [ 254 ] {4c6c6706-a10f-4f9c-b527-3903d2dbe7f6} TCPHandler: Processed in 0.001331462 sec. 2026.01.06 01:56:15.314379 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.314474 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.314514 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:56:15.314892 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.314925 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.315220 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:56:15.315429 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.315555 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2026.01.06 01:56:15.315592 [ 254 ] {54774746-5d93-4d20-895f-a497d472a5eb} TCPHandler: Processed in 0.001266712 sec. 2026.01.06 01:56:15.315693 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.315785 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:15.315824 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:15.316399 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.316433 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.316759 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:15.316973 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.317101 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} executeQuery: Read 587 rows, 45.14 KiB in 0.001334 sec., 440029.98500749626 rows/sec., 33.05 MiB/sec. 2026.01.06 01:56:15.317139 [ 254 ] {a6ac57fa-e240-45aa-8ea1-ba88970761e9} TCPHandler: Processed in 0.001494164 sec. 2026.01.06 01:56:15.317246 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.317340 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.317384 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:15.317929 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.317967 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.318348 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:15.318556 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.318689 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} executeQuery: Read 880 rows, 61.16 KiB in 0.001367 sec., 643745.4279444038 rows/sec., 43.69 MiB/sec. 2026.01.06 01:56:15.318725 [ 254 ] {4e2f47e0-30c8-44fb-8c8d-7ebae7f85a93} TCPHandler: Processed in 0.001528544 sec. 2026.01.06 01:56:15.318839 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.318961 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.319027 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} 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.01.06 01:56:15.319865 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.319903 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.320445 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:56:15.320670 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.320823 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} executeQuery: Read 31 rows, 56.88 KiB in 0.001887 sec., 16428.192898781133 rows/sec., 29.44 MiB/sec. 2026.01.06 01:56:15.320877 [ 254 ] {cab49497-3bb8-42ce-8618-3abf8dcb7416} TCPHandler: Processed in 0.00209753 sec. 2026.01.06 01:56:15.320997 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:15.321092 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:15.321133 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:15.321465 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.321502 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.321801 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:15.322003 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.322129 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.01.06 01:56:15.322165 [ 254 ] {239bafcd-7850-4ac6-a181-ce032738d034} TCPHandler: Processed in 0.001216911 sec. 2026.01.06 01:56:15.876671 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26393 2026.01.06 01:56:15.877139 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:15.877179 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:15.877642 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:56:15.877874 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:15.878004 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26393 2026.01.06 01:56:17.348208 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.01.06 01:56:17.365439 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:17.365485 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:17.371636 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:56:17.372359 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:17.375360 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.01.06 01:56:20.275875 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.276095 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:20.276170 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:20.276959 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.277010 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.277411 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:20.277627 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.277784 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} executeQuery: Read 76 rows, 6.39 KiB in 0.001744 sec., 43577.98165137615 rows/sec., 3.58 MiB/sec. 2026.01.06 01:56:20.277825 [ 254 ] {295d5b66-0311-48bf-bcc3-f01d877ae6bc} TCPHandler: Processed in 0.00209079 sec. 2026.01.06 01:56:20.277958 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.278051 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:20.278091 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:20.278581 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.278617 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.278901 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:56:20.279113 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.279239 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} executeQuery: Read 10 rows, 770.00 B in 0.001207 sec., 8285.004142502072 rows/sec., 622.99 KiB/sec. 2026.01.06 01:56:20.279276 [ 254 ] {9d33d483-f154-4f94-b934-cc456b53304b} TCPHandler: Processed in 0.001374872 sec. 2026.01.06 01:56:20.279401 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.279493 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:20.279531 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:20.280020 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.280058 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.280360 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:20.280572 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.280700 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} executeQuery: Read 74 rows, 5.92 KiB in 0.001224 sec., 60457.51633986928 rows/sec., 4.72 MiB/sec. 2026.01.06 01:56:20.280737 [ 254 ] {4f147ff8-037a-48d0-8e1b-a140f274a27a} TCPHandler: Processed in 0.001390863 sec. 2026.01.06 01:56:20.280853 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.280947 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:20.280991 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:20.281423 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.281460 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.281789 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:20.281993 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.282122 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.01.06 01:56:20.282159 [ 254 ] {48255f3c-2950-410c-80f4-f6f3ce594a05} TCPHandler: Processed in 0.001353723 sec. 2026.01.06 01:56:20.282266 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.282359 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:20.282419 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} 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.01.06 01:56:20.283198 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.283236 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.283741 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:56:20.283965 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.284103 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} executeQuery: Read 10 rows, 18.35 KiB in 0.001762 sec., 5675.368898978434 rows/sec., 10.17 MiB/sec. 2026.01.06 01:56:20.284155 [ 254 ] {37176443-b12d-47cb-a26b-a7bebea644d0} TCPHandler: Processed in 0.001936208 sec. 2026.01.06 01:56:20.284322 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:20.284439 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:20.284490 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:20.284897 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:20.284943 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:20.285333 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:20.285565 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:20.285700 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} executeQuery: Read 60 rows, 4.14 KiB in 0.001287 sec., 46620.046620046625 rows/sec., 3.14 MiB/sec. 2026.01.06 01:56:20.285739 [ 254 ] {c8a7a5e0-ed12-4070-8865-c972074625e8} TCPHandler: Processed in 0.001467604 sec. 2026.01.06 01:56:23.209295 [ 33 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:56:23.209345 [ 33 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:56:23.378183 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26905 2026.01.06 01:56:23.378755 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:23.378799 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:23.379297 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:56:23.379526 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:23.379653 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26905 2026.01.06 01:56:23.379669 [ 33 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:56:23.379717 [ 33 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:23.379738 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:23.379869 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:56:23.380034 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:23.380077 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24473 rows starting from the beginning of the part 2026.01.06 01:56:23.380151 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.01.06 01:56:23.380204 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.01.06 01:56:23.380251 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.01.06 01:56:23.380296 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.01.06 01:56:23.380345 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.01.06 01:56:23.382487 [ 195 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26905 rows, containing 4 columns (4 merged, 0 gathered) in 0.002677065 sec., 10050185.557690978 rows/sec., 143.77 MiB/sec. 2026.01.06 01:56:23.382800 [ 197 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:56:23.383106 [ 197 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:23.383176 [ 197 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_56_11} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:56:23.383281 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2026.01.06 01:56:23.450672 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1418 2026.01.06 01:56:23.452854 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:23.452897 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:23.454047 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.06 01:56:23.454294 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:23.454546 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1418 2026.01.06 01:56:24.875484 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.01.06 01:56:24.893640 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:24.893701 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:24.899418 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:56:24.900117 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:24.900445 [ 56 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:56:24.900544 [ 56 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:24.900582 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:24.900702 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:56:24.903575 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.01.06 01:56:24.903676 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:24.904477 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.01.06 01:56:24.907817 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.01.06 01:56:24.911174 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.01.06 01:56:24.915106 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part 2026.01.06 01:56:24.919011 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.01.06 01:56:24.922662 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.01.06 01:56:24.971712 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.071049383 sec., 5939.530819007958 rows/sec., 30.71 MiB/sec. 2026.01.06 01:56:24.974018 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:56:24.975647 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:24.975734 [ 194 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_56_11} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:56:24.977082 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.06 01:56:25.276496 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.276682 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:25.276748 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:25.277437 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.277486 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.277901 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:25.278128 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.278284 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} executeQuery: Read 118 rows, 10.23 KiB in 0.001653 sec., 71385.35995160315 rows/sec., 6.04 MiB/sec. 2026.01.06 01:56:25.278327 [ 254 ] {33e9c928-9893-4ae5-b57c-202032e063ed} TCPHandler: Processed in 0.001962099 sec. 2026.01.06 01:56:25.278460 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.278556 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:25.278597 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:25.279007 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.279043 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.279345 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:25.279562 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.279693 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} executeQuery: Read 31 rows, 2.33 KiB in 0.001157 sec., 26793.43128781331 rows/sec., 1.97 MiB/sec. 2026.01.06 01:56:25.279731 [ 254 ] {68df5385-3394-4d70-b0ad-ba58a455ce6e} TCPHandler: Processed in 0.001326003 sec. 2026.01.06 01:56:25.279842 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.279936 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:25.279975 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:25.280401 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.280438 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.280742 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:25.280950 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.281080 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} executeQuery: Read 95 rows, 7.60 KiB in 0.001162 sec., 81755.59380378657 rows/sec., 6.39 MiB/sec. 2026.01.06 01:56:25.281118 [ 254 ] {2763372e-7b13-44ec-b235-cb825141c4d4} TCPHandler: Processed in 0.001324703 sec. 2026.01.06 01:56:25.281228 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.281322 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:25.281366 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:25.281773 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.281809 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.282135 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:25.282346 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.282469 [ 56 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 2026.01.06 01:56:25.282478 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001175 sec., 136170.21276595743 rows/sec., 9.48 MiB/sec. 2026.01.06 01:56:25.282543 [ 56 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.282556 [ 254 ] {c77f6578-c4fe-4fe9-8e32-2794fa7ac4e5} TCPHandler: Processed in 0.001377183 sec. 2026.01.06 01:56:25.282576 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.282677 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.282695 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full 2026.01.06 01:56:25.282775 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:25.282835 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} 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.01.06 01:56:25.282839 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:25.282885 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_80_16, total 21446 rows starting from the beginning of the part 2026.01.06 01:56:25.282954 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:25.283001 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:25.283045 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 880 rows starting from the beginning of the part 2026.01.06 01:56:25.283086 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:25.283129 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:25.283683 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.283724 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.284831 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:56:25.285085 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.285228 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} executeQuery: Read 31 rows, 56.88 KiB in 0.002471 sec., 12545.52812626467 rows/sec., 22.48 MiB/sec. 2026.01.06 01:56:25.285286 [ 254 ] {d7eee782-59bd-49ee-9f14-59a970d84ec4} TCPHandler: Processed in 0.002658695 sec. 2026.01.06 01:56:25.285400 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:25.285500 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:25.285544 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:25.285894 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:25.285931 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:25.286361 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:25.286574 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.286707 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2026.01.06 01:56:25.286743 [ 254 ] {66b14de1-ef3b-4cca-8ae0-7fe3f44690b3} TCPHandler: Processed in 0.001392183 sec. 2026.01.06 01:56:25.297878 [ 187 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergeTask::MergeProjectionsStage: Merge sorted 22966 rows, containing 5 columns (5 merged, 0 gathered) in 0.015233832 sec., 1507565.529145917 rows/sec., 102.96 MiB/sec. 2026.01.06 01:56:25.298451 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) 2026.01.06 01:56:25.298754 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:25.298833 [ 200 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_85_17} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 2026.01.06 01:56:25.298928 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.01.06 01:56:26.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 330.33 MiB, peak 343.65 MiB, free memory in arenas 0.00 B, will set to 332.73 MiB (RSS), difference: 2.40 MiB 2026.01.06 01:56:30.276402 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.276600 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:56:30.276670 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:56:30.277301 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.277353 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.277739 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.06 01:56:30.277977 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.278135 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} executeQuery: Read 2 rows, 167.00 B in 0.001586 sec., 1261.034047919294 rows/sec., 102.83 KiB/sec. 2026.01.06 01:56:30.278186 [ 254 ] {1e741aac-a698-4404-89aa-229987737166} TCPHandler: Processed in 0.001916468 sec. 2026.01.06 01:56:30.278316 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.278419 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:30.278463 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:30.278911 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.278948 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.279262 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:30.279487 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.279621 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} executeQuery: Read 77 rows, 6.46 KiB in 0.001226 sec., 62805.87275693311 rows/sec., 5.14 MiB/sec. 2026.01.06 01:56:30.279626 [ 74 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.06 01:56:30.279659 [ 254 ] {3f2a3be6-6c96-4872-b5d5-b8c86ab57d59} TCPHandler: Processed in 0.001394743 sec. 2026.01.06 01:56:30.279697 [ 74 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.279722 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.279796 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.279828 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.06 01:56:30.279896 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:30.279935 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:30.279937 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:30.279967 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2468 rows starting from the beginning of the part 2026.01.06 01:56:30.280037 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:30.280089 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:56:30.280138 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:30.280188 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 118 rows starting from the beginning of the part 2026.01.06 01:56:30.280237 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 77 rows starting from the beginning of the part 2026.01.06 01:56:30.280350 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.280385 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.280706 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:30.280922 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.281041 [ 74 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:56:30.281053 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} executeQuery: Read 12 rows, 913.00 B in 0.001178 sec., 10186.757215619695 rows/sec., 756.88 KiB/sec. 2026.01.06 01:56:30.281082 [ 74 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.281106 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.281106 [ 254 ] {695ad624-df9c-40f2-8dd0-4d8b68f824b0} TCPHandler: Processed in 0.001360782 sec. 2026.01.06 01:56:30.281209 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:56:30.281234 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.281345 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:30.281355 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:30.281389 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:30.281398 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 278 rows starting from the beginning of the part 2026.01.06 01:56:30.281477 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:30.281528 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 43 rows starting from the beginning of the part 2026.01.06 01:56:30.281569 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:30.281607 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:30.281645 [ 200 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 12 rows starting from the beginning of the part 2026.01.06 01:56:30.281816 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.281859 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.282067 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4193 rows, containing 5 columns (5 merged, 0 gathered) in 0.002286741 sec., 1833613.8635726564 rows/sec., 157.98 MiB/sec. 2026.01.06 01:56:30.282334 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:30.282451 [ 186 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.06 01:56:30.282499 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 5 columns (5 merged, 0 gathered) in 0.001326782 sec., 289422.0753673173 rows/sec., 20.08 MiB/sec. 2026.01.06 01:56:30.282595 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.282709 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:56:30.282738 [ 74 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.06 01:56:30.282750 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} executeQuery: Read 76 rows, 6.08 KiB in 0.001425 sec., 53333.33333333333 rows/sec., 4.17 MiB/sec. 2026.01.06 01:56:30.282775 [ 74 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.282799 [ 254 ] {d6a3c4f8-8c72-4def-b050-90cbedbc59f5} TCPHandler: Processed in 0.001616175 sec. 2026.01.06 01:56:30.282805 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.282819 [ 186 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.282906 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.06 01:56:30.282914 [ 186 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_86_17} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.06 01:56:30.282925 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.283025 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:30.283045 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.06 01:56:30.283056 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:30.283062 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1250 rows starting from the beginning of the part 2026.01.06 01:56:30.283095 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.283113 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:30.283145 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 74 rows starting from the beginning of the part 2026.01.06 01:56:30.283184 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_81_16} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:56:30.283204 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 587 rows starting from the beginning of the part 2026.01.06 01:56:30.283252 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 74 rows starting from the beginning of the part 2026.01.06 01:56:30.283280 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.06 01:56:30.283299 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 95 rows starting from the beginning of the part 2026.01.06 01:56:30.283345 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:30.283534 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.283577 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.283938 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:30.284171 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.284301 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} executeQuery: Read 161 rows, 11.48 KiB in 0.001263 sec., 127474.26761678544 rows/sec., 8.88 MiB/sec. 2026.01.06 01:56:30.284364 [ 254 ] {8c46dd29-caaa-46ea-9ef1-ffbeffa245a5} TCPHandler: Processed in 0.001488954 sec. 2026.01.06 01:56:30.284475 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.284494 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 5 columns (5 merged, 0 gathered) in 0.001629265 sec., 1323296.087499578 rows/sec., 102.77 MiB/sec. 2026.01.06 01:56:30.284567 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:30.284628 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} 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.01.06 01:56:30.284693 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.06 01:56:30.284999 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.285075 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_86_17} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.06 01:56:30.285156 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.06 01:56:30.285401 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.285445 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.285981 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:56:30.286213 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.286354 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} executeQuery: Read 10 rows, 18.35 KiB in 0.001804 sec., 5543.2372505543235 rows/sec., 9.93 MiB/sec. 2026.01.06 01:56:30.286359 [ 99 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:56:30.286415 [ 99 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.286424 [ 254 ] {0f621fc7-e71b-42d8-8a08-d9ebc733e3fd} TCPHandler: Processed in 0.001998799 sec. 2026.01.06 01:56:30.286436 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.286520 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:56:30.286550 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:30.286649 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:30.286691 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:30.286733 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:30.286791 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1495 rows starting from the beginning of the part 2026.01.06 01:56:30.286921 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:30.287036 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.287039 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:30.287081 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.287187 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:30.287314 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:30.287413 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:30.287435 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:30.287646 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.287768 [ 99 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.06 01:56:30.287778 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.01.06 01:56:30.287808 [ 99 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.287832 [ 254 ] {0cd0a517-a2eb-4450-bb22-8c06da3ef3e1} TCPHandler: Processed in 0.001332812 sec. 2026.01.06 01:56:30.287835 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:30.287931 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.06 01:56:30.288025 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:30.288051 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4206 rows starting from the beginning of the part 2026.01.06 01:56:30.288098 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:30.288137 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:30.288174 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:30.288209 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:30.288245 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:30.289758 [ 193 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4506 rows, containing 4 columns (4 merged, 0 gathered) in 0.001863067 sec., 2418592.5680611595 rows/sec., 159.51 MiB/sec. 2026.01.06 01:56:30.290118 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.06 01:56:30.290417 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.290496 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_86_17} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.06 01:56:30.290576 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.06 01:56:30.296271 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1587 rows, containing 19 columns (19 merged, 0 gathered) in 0.009779402 sec., 162279.86128395173 rows/sec., 290.80 MiB/sec. 2026.01.06 01:56:30.298213 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:56:30.298555 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.298622 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_81_16} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:56:30.298739 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.56 MiB. 2026.01.06 01:56:30.879828 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27353 2026.01.06 01:56:30.880411 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:30.880468 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:30.880991 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:56:30.881233 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:30.881390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27353 2026.01.06 01:56:31.000245 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 333.39 MiB, peak 344.88 MiB, free memory in arenas 0.00 B, will set to 339.08 MiB (RSS), difference: 5.69 MiB 2026.01.06 01:56:32.403690 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.01.06 01:56:32.422343 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:32.422420 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:32.430308 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:56:32.431416 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:32.437393 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.01.06 01:56:32.600766 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42267 2026.01.06 01:56:32.600871 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.600901 [ 351 ] {} TCP-Session: 3aa212b1-dc76-4492-9922-771be3da237f Authenticating user 'default' from [fd00:1122:3344:101::e]:42267 2026.01.06 01:56:32.600926 [ 351 ] {} TCP-Session: 3aa212b1-dc76-4492-9922-771be3da237f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.600941 [ 351 ] {} TCP-Session: 3aa212b1-dc76-4492-9922-771be3da237f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601131 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37925 2026.01.06 01:56:32.601133 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56948 2026.01.06 01:56:32.601181 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39223 2026.01.06 01:56:32.601211 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.601223 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54920 2026.01.06 01:56:32.601242 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45725 2026.01.06 01:56:32.601272 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.601285 [ 351 ] {} TCP-Session: 3aa212b1-dc76-4492-9922-771be3da237f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:32.601300 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.601320 [ 352 ] {} TCP-Session: 6f4ca7fc-b85a-45fe-9297-8eca6247946a Authenticating user 'default' from [fd00:1122:3344:101::e]:56948 2026.01.06 01:56:32.601344 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.601357 [ 287 ] {} TCP-Session: 9180dae7-75f6-4548-88ca-055e00f4cc80 Authenticating user 'default' from [fd00:1122:3344:101::e]:39223 2026.01.06 01:56:32.601371 [ 352 ] {} TCP-Session: 6f4ca7fc-b85a-45fe-9297-8eca6247946a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601382 [ 350 ] {} TCP-Session: 19c6755a-812b-4f7f-8718-77cb4d5b8c9e Authenticating user 'default' from [fd00:1122:3344:101::e]:45725 2026.01.06 01:56:32.601404 [ 352 ] {} TCP-Session: 6f4ca7fc-b85a-45fe-9297-8eca6247946a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601398 [ 287 ] {} TCP-Session: 9180dae7-75f6-4548-88ca-055e00f4cc80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601420 [ 350 ] {} TCP-Session: 19c6755a-812b-4f7f-8718-77cb4d5b8c9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601443 [ 287 ] {} TCP-Session: 9180dae7-75f6-4548-88ca-055e00f4cc80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601457 [ 350 ] {} TCP-Session: 19c6755a-812b-4f7f-8718-77cb4d5b8c9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601317 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.601256 [ 353 ] {} TCP-Session: 15b9ccfb-6e79-4582-81f4-5ea067972c20 Authenticating user 'default' from [fd00:1122:3344:101::e]:37925 2026.01.06 01:56:32.601511 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} executeQuery: (from [fd00:1122:3344:101::e]:42267) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:56:32.601537 [ 353 ] {} TCP-Session: 15b9ccfb-6e79-4582-81f4-5ea067972c20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601520 [ 288 ] {} TCP-Session: 5bfecd12-6494-47a4-8484-b5f05c2dcece Authenticating user 'default' from [fd00:1122:3344:101::e]:54920 2026.01.06 01:56:32.601558 [ 353 ] {} TCP-Session: 15b9ccfb-6e79-4582-81f4-5ea067972c20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601583 [ 288 ] {} TCP-Session: 5bfecd12-6494-47a4-8484-b5f05c2dcece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601233 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46690 2026.01.06 01:56:32.601608 [ 288 ] {} TCP-Session: 5bfecd12-6494-47a4-8484-b5f05c2dcece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.601154 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59561 2026.01.06 01:56:32.601155 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35370 2026.01.06 01:56:32.601911 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:56:32.601972 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:56:32.602151 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.602189 [ 289 ] {} TCP-Session: 535efeee-4965-4a29-8df9-a9327f3934c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:46690 2026.01.06 01:56:32.602217 [ 289 ] {} TCP-Session: 535efeee-4965-4a29-8df9-a9327f3934c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.602229 [ 289 ] {} TCP-Session: 535efeee-4965-4a29-8df9-a9327f3934c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.602246 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.602279 [ 286 ] {} TCP-Session: f89196f4-492d-4e3d-a6f6-7316c45acba3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59561 2026.01.06 01:56:32.602296 [ 286 ] {} TCP-Session: f89196f4-492d-4e3d-a6f6-7316c45acba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.602308 [ 286 ] {} TCP-Session: f89196f4-492d-4e3d-a6f6-7316c45acba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.602403 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.602446 [ 354 ] {} TCP-Session: 9e550aef-96c5-48e9-a4ad-42b545e46c95 Authenticating user 'default' from [fd00:1122:3344:101::e]:35370 2026.01.06 01:56:32.602461 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:56:32.602469 [ 354 ] {} TCP-Session: 9e550aef-96c5-48e9-a4ad-42b545e46c95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.602546 [ 354 ] {} TCP-Session: 9e550aef-96c5-48e9-a4ad-42b545e46c95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.603465 [ 300 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} AggregatingTransform: Aggregating 2026.01.06 01:56:32.603527 [ 300 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} Aggregator: Aggregation method: without_key 2026.01.06 01:56:32.603567 [ 300 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000996569 sec. (1003.443 rows/sec., 39.20 KiB/sec.) 2026.01.06 01:56:32.603586 [ 300 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} Aggregator: Merging aggregated data 2026.01.06 01:56:32.604898 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} executeQuery: Read 1 rows, 40.00 B in 0.003467 sec., 288.43380444188057 rows/sec., 11.27 KiB/sec. 2026.01.06 01:56:32.605031 [ 351 ] {9c7039a0-6c4c-4e54-9373-ab3f82ecdbd0} TCPHandler: Processed in 0.003887637 sec. 2026.01.06 01:56:32.605129 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605158 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605163 [ 351 ] {} TCP-Session: 3aa212b1-dc76-4492-9922-771be3da237f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605177 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605202 [ 352 ] {} TCP-Session: 6f4ca7fc-b85a-45fe-9297-8eca6247946a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605212 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605229 [ 353 ] {} TCP-Session: 15b9ccfb-6e79-4582-81f4-5ea067972c20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605228 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605263 [ 350 ] {} TCP-Session: 19c6755a-812b-4f7f-8718-77cb4d5b8c9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605272 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605285 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605294 [ 354 ] {} TCP-Session: 9e550aef-96c5-48e9-a4ad-42b545e46c95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605332 [ 287 ] {} TCP-Session: 9180dae7-75f6-4548-88ca-055e00f4cc80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605349 [ 289 ] {} TCP-Session: 535efeee-4965-4a29-8df9-a9327f3934c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605248 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605196 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.605412 [ 286 ] {} TCP-Session: f89196f4-492d-4e3d-a6f6-7316c45acba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.605440 [ 288 ] {} TCP-Session: 5bfecd12-6494-47a4-8484-b5f05c2dcece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.640720 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39312 2026.01.06 01:56:32.640811 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.640839 [ 351 ] {} TCP-Session: af36ec49-c36b-449e-9440-6046a4d00de4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39312 2026.01.06 01:56:32.640860 [ 351 ] {} TCP-Session: af36ec49-c36b-449e-9440-6046a4d00de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.640875 [ 351 ] {} TCP-Session: af36ec49-c36b-449e-9440-6046a4d00de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641070 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65297 2026.01.06 01:56:32.641093 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58265 2026.01.06 01:56:32.641114 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64451 2026.01.06 01:56:32.641149 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54821 2026.01.06 01:56:32.641168 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40326 2026.01.06 01:56:32.641187 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641205 [ 351 ] {} TCP-Session: af36ec49-c36b-449e-9440-6046a4d00de4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:32.641237 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641251 [ 352 ] {} TCP-Session: 6a1cb27e-99ec-48f0-8ac8-2ab290691d8a Authenticating user 'default' from [fd00:1122:3344:101::e]:65297 2026.01.06 01:56:32.641256 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641276 [ 288 ] {} TCP-Session: c2801ae9-fbc3-4741-a372-bc5223f5e2ab Authenticating user 'default' from [fd00:1122:3344:101::e]:54821 2026.01.06 01:56:32.641297 [ 352 ] {} TCP-Session: 6a1cb27e-99ec-48f0-8ac8-2ab290691d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641307 [ 350 ] {} TCP-Session: 02bbbf59-6397-4dbd-b3b5-680acdc3ba07 Authenticating user 'default' from [fd00:1122:3344:101::e]:40326 2026.01.06 01:56:32.641313 [ 288 ] {} TCP-Session: c2801ae9-fbc3-4741-a372-bc5223f5e2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641341 [ 350 ] {} TCP-Session: 02bbbf59-6397-4dbd-b3b5-680acdc3ba07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641357 [ 288 ] {} TCP-Session: c2801ae9-fbc3-4741-a372-bc5223f5e2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641373 [ 350 ] {} TCP-Session: 02bbbf59-6397-4dbd-b3b5-680acdc3ba07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641319 [ 352 ] {} TCP-Session: 6a1cb27e-99ec-48f0-8ac8-2ab290691d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641405 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} executeQuery: (from [fd00:1122:3344:101::e]:39312) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:56:32.641221 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641216 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641162 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47937 2026.01.06 01:56:32.641488 [ 354 ] {} TCP-Session: 38e367d5-9fc2-4499-a045-cd71b24fa6c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:58265 2026.01.06 01:56:32.641502 [ 286 ] {} TCP-Session: d1246bca-19c1-4429-9461-f9d7800a03b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:64451 2026.01.06 01:56:32.641075 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49953 2026.01.06 01:56:32.641574 [ 286 ] {} TCP-Session: d1246bca-19c1-4429-9461-f9d7800a03b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641568 [ 354 ] {} TCP-Session: 38e367d5-9fc2-4499-a045-cd71b24fa6c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641600 [ 286 ] {} TCP-Session: d1246bca-19c1-4429-9461-f9d7800a03b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641615 [ 354 ] {} TCP-Session: 38e367d5-9fc2-4499-a045-cd71b24fa6c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641631 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641576 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641664 [ 353 ] {} TCP-Session: 74ac546b-7033-4289-bed0-60dab14a43be Authenticating user 'default' from [fd00:1122:3344:101::e]:49953 2026.01.06 01:56:32.641673 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:56:32.641695 [ 353 ] {} TCP-Session: 74ac546b-7033-4289-bed0-60dab14a43be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641693 [ 289 ] {} TCP-Session: 51c3f170-1dfc-4cb6-9376-2e64333fc256 Authenticating user 'default' from [fd00:1122:3344:101::e]:47937 2026.01.06 01:56:32.641717 [ 353 ] {} TCP-Session: 74ac546b-7033-4289-bed0-60dab14a43be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641734 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:56:32.641738 [ 289 ] {} TCP-Session: 51c3f170-1dfc-4cb6-9376-2e64333fc256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641142 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34055 2026.01.06 01:56:32.641783 [ 289 ] {} TCP-Session: 51c3f170-1dfc-4cb6-9376-2e64333fc256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641872 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.641901 [ 287 ] {} TCP-Session: 5a1d2f55-8a8e-4b41-95d7-8bf43e76eaad Authenticating user 'default' from [fd00:1122:3344:101::e]:34055 2026.01.06 01:56:32.641922 [ 287 ] {} TCP-Session: 5a1d2f55-8a8e-4b41-95d7-8bf43e76eaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.641935 [ 287 ] {} TCP-Session: 5a1d2f55-8a8e-4b41-95d7-8bf43e76eaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.642009 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:56:32.642906 [ 337 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} AggregatingTransform: Aggregating 2026.01.06 01:56:32.642950 [ 337 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} Aggregator: Aggregation method: without_key 2026.01.06 01:56:32.642988 [ 337 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000880298 sec. (1135.979 rows/sec., 44.37 KiB/sec.) 2026.01.06 01:56:32.643007 [ 337 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} Aggregator: Merging aggregated data 2026.01.06 01:56:32.644289 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} executeQuery: Read 1 rows, 40.00 B in 0.00294 sec., 340.13605442176873 rows/sec., 13.29 KiB/sec. 2026.01.06 01:56:32.644441 [ 351 ] {c0cf82b4-f813-4b17-9b11-cc0cf71b5e7b} TCPHandler: Processed in 0.003339571 sec. 2026.01.06 01:56:32.644531 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644558 [ 351 ] {} TCP-Session: af36ec49-c36b-449e-9440-6046a4d00de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644573 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644598 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644623 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644625 [ 352 ] {} TCP-Session: 6a1cb27e-99ec-48f0-8ac8-2ab290691d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644644 [ 354 ] {} TCP-Session: 38e367d5-9fc2-4499-a045-cd71b24fa6c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644665 [ 286 ] {} TCP-Session: d1246bca-19c1-4429-9461-f9d7800a03b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644667 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644691 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644727 [ 350 ] {} TCP-Session: 02bbbf59-6397-4dbd-b3b5-680acdc3ba07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644740 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644753 [ 288 ] {} TCP-Session: c2801ae9-fbc3-4741-a372-bc5223f5e2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644718 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644785 [ 289 ] {} TCP-Session: 51c3f170-1dfc-4cb6-9376-2e64333fc256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644644 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.644822 [ 287 ] {} TCP-Session: 5a1d2f55-8a8e-4b41-95d7-8bf43e76eaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.644866 [ 353 ] {} TCP-Session: 74ac546b-7033-4289-bed0-60dab14a43be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.869791 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32824 2026.01.06 01:56:32.869892 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.869918 [ 351 ] {} TCP-Session: 176a1014-8b6b-41f9-aaa0-5e1031050858 Authenticating user 'default' from [fd00:1122:3344:101::e]:32824 2026.01.06 01:56:32.869938 [ 351 ] {} TCP-Session: 176a1014-8b6b-41f9-aaa0-5e1031050858 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.869951 [ 351 ] {} TCP-Session: 176a1014-8b6b-41f9-aaa0-5e1031050858 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870135 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43074 2026.01.06 01:56:32.870165 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36779 2026.01.06 01:56:32.870209 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39390 2026.01.06 01:56:32.870236 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36989 2026.01.06 01:56:32.870245 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870256 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49894 2026.01.06 01:56:32.870301 [ 353 ] {} TCP-Session: d0047a3f-8fa9-4086-aacd-46a63ede70dd Authenticating user 'default' from [fd00:1122:3344:101::e]:36779 2026.01.06 01:56:32.870255 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870324 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870331 [ 353 ] {} TCP-Session: d0047a3f-8fa9-4086-aacd-46a63ede70dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870362 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870361 [ 352 ] {} TCP-Session: d214a9b8-1c9c-4c83-b243-1a485f07ade5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43074 2026.01.06 01:56:32.870378 [ 353 ] {} TCP-Session: d0047a3f-8fa9-4086-aacd-46a63ede70dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870393 [ 350 ] {} TCP-Session: c7e72b55-67ee-489b-92f1-dcb921ea7eca Authenticating user 'default' from [fd00:1122:3344:101::e]:49894 2026.01.06 01:56:32.870404 [ 351 ] {} TCP-Session: 176a1014-8b6b-41f9-aaa0-5e1031050858 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:32.870428 [ 350 ] {} TCP-Session: c7e72b55-67ee-489b-92f1-dcb921ea7eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870410 [ 352 ] {} TCP-Session: d214a9b8-1c9c-4c83-b243-1a485f07ade5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870450 [ 350 ] {} TCP-Session: c7e72b55-67ee-489b-92f1-dcb921ea7eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870471 [ 352 ] {} TCP-Session: d214a9b8-1c9c-4c83-b243-1a485f07ade5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870248 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47311 2026.01.06 01:56:32.870230 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59676 2026.01.06 01:56:32.870212 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61576 2026.01.06 01:56:32.870590 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} executeQuery: (from [fd00:1122:3344:101::e]:32824) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:56:32.870581 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870363 [ 288 ] {} TCP-Session: e559e4f0-b3f7-4937-be43-afaf391e8aa0 Authenticating user 'default' from [fd00:1122:3344:101::e]:36989 2026.01.06 01:56:32.870650 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870657 [ 289 ] {} TCP-Session: a9c6ffe4-9eec-4ce8-a28c-a624a69b2c0b Authenticating user 'default' from [fd00:1122:3344:101::e]:47311 2026.01.06 01:56:32.870668 [ 288 ] {} TCP-Session: e559e4f0-b3f7-4937-be43-afaf391e8aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870688 [ 287 ] {} TCP-Session: fd068789-5983-431b-bb2d-51143648e00b Authenticating user 'default' from [fd00:1122:3344:101::e]:59676 2026.01.06 01:56:32.870700 [ 289 ] {} TCP-Session: a9c6ffe4-9eec-4ce8-a28c-a624a69b2c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870706 [ 288 ] {} TCP-Session: e559e4f0-b3f7-4937-be43-afaf391e8aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870749 [ 289 ] {} TCP-Session: a9c6ffe4-9eec-4ce8-a28c-a624a69b2c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870729 [ 287 ] {} TCP-Session: fd068789-5983-431b-bb2d-51143648e00b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870653 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870802 [ 287 ] {} TCP-Session: fd068789-5983-431b-bb2d-51143648e00b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870829 [ 286 ] {} TCP-Session: 08b6f985-71d8-4fe5-aaac-fe428eba8fa7 Authenticating user 'default' from [fd00:1122:3344:101::e]:61576 2026.01.06 01:56:32.870324 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:56:32.870857 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:56:32.870885 [ 354 ] {} TCP-Session: d3373c79-54a9-455c-bc66-0840513a62cb Authenticating user 'default' from [fd00:1122:3344:101::e]:39390 2026.01.06 01:56:32.870856 [ 286 ] {} TCP-Session: 08b6f985-71d8-4fe5-aaac-fe428eba8fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870915 [ 354 ] {} TCP-Session: d3373c79-54a9-455c-bc66-0840513a62cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870927 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:56:32.870944 [ 354 ] {} TCP-Session: d3373c79-54a9-455c-bc66-0840513a62cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.870929 [ 286 ] {} TCP-Session: 08b6f985-71d8-4fe5-aaac-fe428eba8fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.871259 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:56:32.872211 [ 347 ] {8088689a-5f62-450d-b498-93323d11d105} AggregatingTransform: Aggregating 2026.01.06 01:56:32.872267 [ 347 ] {8088689a-5f62-450d-b498-93323d11d105} Aggregator: Aggregation method: without_key 2026.01.06 01:56:32.872315 [ 347 ] {8088689a-5f62-450d-b498-93323d11d105} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0009547 sec. (1047.449 rows/sec., 40.92 KiB/sec.) 2026.01.06 01:56:32.872337 [ 347 ] {8088689a-5f62-450d-b498-93323d11d105} Aggregator: Merging aggregated data 2026.01.06 01:56:32.873755 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} executeQuery: Read 1 rows, 40.00 B in 0.003219 sec., 310.65548306927616 rows/sec., 12.13 KiB/sec. 2026.01.06 01:56:32.873946 [ 351 ] {8088689a-5f62-450d-b498-93323d11d105} TCPHandler: Processed in 0.003702555 sec. 2026.01.06 01:56:32.874078 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874107 [ 351 ] {} TCP-Session: 176a1014-8b6b-41f9-aaa0-5e1031050858 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874114 [ 352 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874139 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874155 [ 352 ] {} TCP-Session: d214a9b8-1c9c-4c83-b243-1a485f07ade5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874158 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874179 [ 353 ] {} TCP-Session: d0047a3f-8fa9-4086-aacd-46a63ede70dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874190 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874209 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874232 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874247 [ 354 ] {} TCP-Session: d3373c79-54a9-455c-bc66-0840513a62cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874261 [ 286 ] {} TCP-Session: 08b6f985-71d8-4fe5-aaac-fe428eba8fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874259 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874278 [ 289 ] {} TCP-Session: a9c6ffe4-9eec-4ce8-a28c-a624a69b2c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874282 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.06 01:56:32.874327 [ 287 ] {} TCP-Session: fd068789-5983-431b-bb2d-51143648e00b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874204 [ 350 ] {} TCP-Session: c7e72b55-67ee-489b-92f1-dcb921ea7eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:32.874359 [ 288 ] {} TCP-Session: e559e4f0-b3f7-4937-be43-afaf391e8aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:56:33.454760 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1450 2026.01.06 01:56:33.457265 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:33.457316 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. 2026.01.06 01:56:33.458561 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.06 01:56:33.458822 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:33.459096 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1450 2026.01.06 01:56:35.277634 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.277859 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:35.277935 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:35.278998 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.279047 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.279464 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:56:35.279704 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.279859 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} executeQuery: Read 118 rows, 10.23 KiB in 0.002057 sec., 57365.094798249884 rows/sec., 4.86 MiB/sec. 2026.01.06 01:56:35.279902 [ 254 ] {98456d55-a445-4d05-a394-a6d19645a797} TCPHandler: Processed in 0.002411633 sec. 2026.01.06 01:56:35.280026 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.280137 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:35.280178 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:35.280649 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.280686 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.281006 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:35.281259 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.281389 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} executeQuery: Read 31 rows, 2.33 KiB in 0.001274 sec., 24332.81004709576 rows/sec., 1.79 MiB/sec. 2026.01.06 01:56:35.281428 [ 254 ] {3fe3f591-53ec-451d-9eb7-6d41cfee790f} TCPHandler: Processed in 0.001452054 sec. 2026.01.06 01:56:35.281546 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.281648 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:35.281688 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:35.282146 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.282182 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.282490 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:56:35.282704 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.282828 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} executeQuery: Read 95 rows, 7.60 KiB in 0.001197 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.06 01:56:35.282873 [ 254 ] {4c5f8221-d81c-4943-86ce-99e8239c88eb} TCPHandler: Processed in 0.001376252 sec. 2026.01.06 01:56:35.283005 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.283116 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:35.283160 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:35.283581 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.283617 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.283950 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:56:35.284160 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.284288 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.01.06 01:56:35.284325 [ 254 ] {2a8bd655-7d41-43af-931d-5cc23c17d6a2} TCPHandler: Processed in 0.001378923 sec. 2026.01.06 01:56:35.284436 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.284529 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:35.284581 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} 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.01.06 01:56:35.285326 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.285359 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.285986 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:56:35.286221 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.286360 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} executeQuery: Read 31 rows, 56.88 KiB in 0.001847 sec., 16783.974011911207 rows/sec., 30.08 MiB/sec. 2026.01.06 01:56:35.286414 [ 254 ] {f7514807-4633-48e2-af87-4be9c2269664} TCPHandler: Processed in 0.002025939 sec. 2026.01.06 01:56:35.286527 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:35.286622 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:35.286664 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:35.286989 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:35.287026 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:35.287332 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:56:35.287548 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:35.287672 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.01.06 01:56:35.287708 [ 254 ] {227e91e6-e3a3-4a5b-ba60-5ce5e649d392} TCPHandler: Processed in 0.001230082 sec. 2026.01.06 01:56:38.209385 [ 94 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:56:38.209455 [ 94 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:56:38.381576 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27865 2026.01.06 01:56:38.382280 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:38.382321 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:38.382813 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:56:38.383037 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:38.383171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27865 2026.01.06 01:56:39.937504 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.01.06 01:56:39.952897 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:39.952953 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:39.958941 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:56:39.959657 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:39.962367 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.01.06 01:56:40.275936 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.276120 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:40.276190 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:40.276872 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.276926 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.277358 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:56:40.277610 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.277775 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} executeQuery: Read 76 rows, 6.39 KiB in 0.001706 sec., 44548.65181711606 rows/sec., 3.66 MiB/sec. 2026.01.06 01:56:40.277830 [ 254 ] {c25c0424-281e-42fb-bdca-9420d66f9411} TCPHandler: Processed in 0.002028979 sec. 2026.01.06 01:56:40.277969 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.278075 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:40.278118 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:40.278542 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.278581 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.278902 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:40.279154 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.279290 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} executeQuery: Read 10 rows, 770.00 B in 0.001241 sec., 8058.017727639001 rows/sec., 605.93 KiB/sec. 2026.01.06 01:56:40.279331 [ 254 ] {a5d0d3df-bd92-4c2f-b28c-d3b079388fba} TCPHandler: Processed in 0.001417143 sec. 2026.01.06 01:56:40.279446 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.279543 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:40.279584 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:40.280005 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.280043 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.280369 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:56:40.280589 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.280728 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} executeQuery: Read 74 rows, 5.92 KiB in 0.001203 sec., 61512.88445552784 rows/sec., 4.80 MiB/sec. 2026.01.06 01:56:40.280776 [ 254 ] {c7a96db8-12f2-41a5-b615-3832ddc2f90e} TCPHandler: Processed in 0.001381283 sec. 2026.01.06 01:56:40.280983 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.281095 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:40.281150 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:40.281756 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.281805 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.282311 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:56:40.282619 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.282784 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. 2026.01.06 01:56:40.283118 [ 254 ] {018e7e60-9590-48f3-8b9d-79081f954947} TCPHandler: Processed in 0.002192771 sec. 2026.01.06 01:56:40.283488 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.283599 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:40.283659 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} 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.01.06 01:56:40.284693 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.284732 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.285286 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:56:40.285519 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.285668 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} executeQuery: Read 10 rows, 18.35 KiB in 0.002089 sec., 4786.9794159885105 rows/sec., 8.58 MiB/sec. 2026.01.06 01:56:40.285757 [ 254 ] {bcbaed47-4ba2-4fcc-9c28-95cec4bf87a7} TCPHandler: Processed in 0.002328001 sec. 2026.01.06 01:56:40.285876 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:40.285977 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:40.286021 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:40.286367 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:40.286404 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:40.286757 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:56:40.286977 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:40.287110 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.01.06 01:56:40.287147 [ 254 ] {89a79831-82a0-473a-b2d1-6c0e7aaba964} TCPHandler: Processed in 0.001321452 sec. 2026.01.06 01:56:43.459371 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1474 2026.01.06 01:56:43.461580 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:43.461618 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:43.462756 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.06 01:56:43.463030 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:43.463276 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1474 2026.01.06 01:56:45.307151 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.307370 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.307445 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:56:45.308137 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.308184 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.308565 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:56:45.308783 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.308933 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} executeQuery: Read 24 rows, 2.04 KiB in 0.001618 sec., 14833.127317676142 rows/sec., 1.23 MiB/sec. 2026.01.06 01:56:45.308975 [ 254 ] {670d2a7e-47e4-4f17-8405-a8ec2c5cbfb3} TCPHandler: Processed in 0.001961719 sec. 2026.01.06 01:56:45.309106 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.309201 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:56:45.309242 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:56:45.309623 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.309659 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.309946 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:56:45.310145 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.310269 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} executeQuery: Read 12 rows, 1002.00 B in 0.001086 sec., 11049.723756906078 rows/sec., 901.03 KiB/sec. 2026.01.06 01:56:45.310306 [ 254 ] {4eb30428-a281-44e1-8c87-27809f0e57b0} TCPHandler: Processed in 0.001247251 sec. 2026.01.06 01:56:45.310406 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.310498 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:45.310536 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:45.311770 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.311806 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.312223 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:56:45.312449 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.312572 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} executeQuery: Read 1384 rows, 118.22 KiB in 0.002092 sec., 661567.8776290631 rows/sec., 55.19 MiB/sec. 2026.01.06 01:56:45.312610 [ 254 ] {2fe9f7c2-b80d-4068-91fe-5d7e8c8a1c1b} TCPHandler: Processed in 0.002251001 sec. 2026.01.06 01:56:45.312719 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.312811 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.312850 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:45.313260 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.313295 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.313580 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:45.313780 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.313905 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} executeQuery: Read 55 rows, 4.13 KiB in 0.001111 sec., 49504.9504950495 rows/sec., 3.63 MiB/sec. 2026.01.06 01:56:45.313941 [ 254 ] {6f4c248a-0afb-4297-bd57-25d119d22bd5} TCPHandler: Processed in 0.001270822 sec. 2026.01.06 01:56:45.314053 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.314157 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.314198 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:56:45.314713 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.314751 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.315083 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:56:45.315292 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.315420 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} executeQuery: Read 252 rows, 17.85 KiB in 0.001282 sec., 196567.86271450858 rows/sec., 13.60 MiB/sec. 2026.01.06 01:56:45.315461 [ 254 ] {908406c3-5de9-4222-8703-3ab0e9877c8b} TCPHandler: Processed in 0.001465853 sec. 2026.01.06 01:56:45.315571 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.315666 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.315705 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:56:45.316092 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.316128 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.316420 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.06 01:56:45.316639 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.316765 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} executeQuery: Read 12 rows, 960.00 B in 0.001117 sec., 10743.061772605193 rows/sec., 839.30 KiB/sec. 2026.01.06 01:56:45.316803 [ 254 ] {06b2a1a9-66c9-4359-a1e8-00113f1c42ba} TCPHandler: Processed in 0.001281522 sec. 2026.01.06 01:56:45.316910 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.317020 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:45.317066 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:45.317822 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.317866 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.318220 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:56:45.318427 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.318551 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} executeQuery: Read 599 rows, 46.12 KiB in 0.001554 sec., 385456.88545688544 rows/sec., 28.98 MiB/sec. 2026.01.06 01:56:45.318589 [ 254 ] {66cc50bd-ed2b-4a35-b134-95ad38932a0e} TCPHandler: Processed in 0.001735727 sec. 2026.01.06 01:56:45.318693 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.318785 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.318828 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:45.319455 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.319491 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.319868 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:56:45.320096 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.320227 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} executeQuery: Read 886 rows, 61.58 KiB in 0.00146 sec., 606849.3150684931 rows/sec., 41.19 MiB/sec. 2026.01.06 01:56:45.320264 [ 254 ] {14bfbcff-605d-4895-9537-96168daf543d} TCPHandler: Processed in 0.001618175 sec. 2026.01.06 01:56:45.320365 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.320457 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.320510 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} 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.01.06 01:56:45.321319 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.321356 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.321896 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:56:45.322113 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.322244 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} executeQuery: Read 31 rows, 56.88 KiB in 0.001804 sec., 17184.035476718404 rows/sec., 30.79 MiB/sec. 2026.01.06 01:56:45.322296 [ 254 ] {d8a8abd6-84a1-4645-a556-c33954081b89} TCPHandler: Processed in 0.001977108 sec. 2026.01.06 01:56:45.322400 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:45.322492 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:45.322533 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:45.322855 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.322890 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.323187 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:56:45.323390 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.323511 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001037 sec., 57859.209257473485 rows/sec., 3.90 MiB/sec. 2026.01.06 01:56:45.323546 [ 254 ] {a5d6c368-6bda-4741-871c-9ac2be02d9cf} TCPHandler: Processed in 0.001193751 sec. 2026.01.06 01:56:45.883339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28313 2026.01.06 01:56:45.883904 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:45.883957 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:45.884462 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:56:45.884720 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:45.884870 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28313 2026.01.06 01:56:47.462468 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.01.06 01:56:47.478370 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:47.478422 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:47.484838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:56:47.485515 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:47.488296 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.01.06 01:56:50.275565 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.275759 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:50.275823 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:50.276486 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.276524 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:50.276918 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:56:50.277141 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.277284 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} executeQuery: Read 76 rows, 6.39 KiB in 0.001574 sec., 48284.625158831004 rows/sec., 3.96 MiB/sec. 2026.01.06 01:56:50.277325 [ 254 ] {5cbb04ee-a7e9-4522-b51b-5e145918d2b7} TCPHandler: Processed in 0.001893208 sec. 2026.01.06 01:56:50.277450 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.277544 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:50.277584 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:50.277982 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.278017 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:50.278313 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:50.278517 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.278646 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} executeQuery: Read 10 rows, 770.00 B in 0.00112 sec., 8928.57142857143 rows/sec., 671.39 KiB/sec. 2026.01.06 01:56:50.278682 [ 254 ] {64c11f6b-1075-4a9a-a0c8-e891a49bd1c8} TCPHandler: Processed in 0.001280342 sec. 2026.01.06 01:56:50.278794 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.278885 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:50.278923 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:50.279326 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.279359 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:50.279654 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:56:50.279860 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.279981 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} executeQuery: Read 74 rows, 5.92 KiB in 0.001114 sec., 66427.28904847398 rows/sec., 5.19 MiB/sec. 2026.01.06 01:56:50.280017 [ 254 ] {a7414dfc-cf10-499a-897a-3af993b56907} TCPHandler: Processed in 0.001270592 sec. 2026.01.06 01:56:50.280125 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.280216 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:50.280258 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:50.280654 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.280687 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:50.281016 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:56:50.281218 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.281321 [ 85 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 2026.01.06 01:56:50.281342 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.01.06 01:56:50.281359 [ 85 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.281377 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:50.281378 [ 254 ] {a7e79211-149b-4e49-b2a3-2da39508c91f} TCPHandler: Processed in 0.001299642 sec. 2026.01.06 01:56:50.281495 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.281514 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full 2026.01.06 01:56:50.281588 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:50.281647 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} 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.01.06 01:56:50.281693 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:50.281739 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 4 marks from part all_1_85_17, total 22966 rows starting from the beginning of the part 2026.01.06 01:56:50.281816 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 161 rows starting from the beginning of the part 2026.01.06 01:56:50.281870 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:50.281921 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:50.281968 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 886 rows starting from the beginning of the part 2026.01.06 01:56:50.282016 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2026.01.06 01:56:50.282429 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.282469 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:50.283015 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 01:56:50.283232 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.283372 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} executeQuery: Read 10 rows, 18.35 KiB in 0.001803 sec., 5546.311702717693 rows/sec., 9.94 MiB/sec. 2026.01.06 01:56:50.283424 [ 254 ] {2e44b5b5-6d99-4407-ad41-fa7f6551e3e0} TCPHandler: Processed in 0.001976439 sec. 2026.01.06 01:56:50.283539 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:50.283631 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:50.283672 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:50.284005 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:50.284038 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:50.284343 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:56:50.284550 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.284676 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.01.06 01:56:50.284710 [ 254 ] {a666a07d-0ea7-49cc-ac60-0a4d76670109} TCPHandler: Processed in 0.001218742 sec. 2026.01.06 01:56:50.287072 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergeTask::MergeProjectionsStage: Merge sorted 24493 rows, containing 5 columns (5 merged, 0 gathered) in 0.005631743 sec., 4349097.606194032 rows/sec., 297.12 MiB/sec. 2026.01.06 01:56:50.287643 [ 189 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) 2026.01.06 01:56:50.287916 [ 189 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:50.287982 [ 189 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_90_18} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 2026.01.06 01:56:50.288068 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.01.06 01:56:53.209527 [ 83 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:56:53.209585 [ 83 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:56:53.385072 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28825 2026.01.06 01:56:53.385958 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:53.386036 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:53.386838 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:56:53.387071 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:53.387209 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28825 2026.01.06 01:56:53.463506 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1506 2026.01.06 01:56:53.466313 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:53.466362 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. 2026.01.06 01:56:53.467615 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.06 01:56:53.467892 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:53.468280 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1506 2026.01.06 01:56:54.988399 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.01.06 01:56:55.007045 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.007104 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.013725 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:56:55.014435 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.017638 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.01.06 01:56:55.277609 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.277899 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:56:55.278004 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:56:55.279007 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.279056 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.279463 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:56:55.279696 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.279851 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} executeQuery: Read 118 rows, 10.23 KiB in 0.00203 sec., 58128.078817733985 rows/sec., 4.92 MiB/sec. 2026.01.06 01:56:55.279894 [ 254 ] {fb7a3452-7476-4632-be17-02d1124fab0a} TCPHandler: Processed in 0.002474794 sec. 2026.01.06 01:56:55.279896 [ 82 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.06 01:56:55.279948 [ 82 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.279971 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.280034 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.280072 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.06 01:56:55.280146 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:56:55.280190 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:56:55.280190 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:55.280244 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2468 rows starting from the beginning of the part 2026.01.06 01:56:55.280310 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 118 rows starting from the beginning of the part 2026.01.06 01:56:55.280355 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:55.280394 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:56:55.280431 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 76 rows starting from the beginning of the part 2026.01.06 01:56:55.280466 [ 190 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 118 rows starting from the beginning of the part 2026.01.06 01:56:55.280689 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.280736 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.281074 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:55.281295 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.281427 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} executeQuery: Read 31 rows, 2.33 KiB in 0.001303 sec., 23791.250959324636 rows/sec., 1.75 MiB/sec. 2026.01.06 01:56:55.281464 [ 254 ] {4d93a9e1-9664-4a17-abe0-f9109cac22a7} TCPHandler: Processed in 0.001488044 sec. 2026.01.06 01:56:55.281462 [ 79 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.06 01:56:55.281533 [ 79 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.281555 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.281584 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.281668 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.06 01:56:55.281688 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:56:55.281728 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:56:55.281762 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:55.281790 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 278 rows starting from the beginning of the part 2026.01.06 01:56:55.281848 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:55.281891 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:55.281933 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 55 rows starting from the beginning of the part 2026.01.06 01:56:55.281972 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:55.282019 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:55.282244 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.282280 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.282313 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4240 rows, containing 5 columns (5 merged, 0 gathered) in 0.002282091 sec., 1857945.1914932402 rows/sec., 160.18 MiB/sec. 2026.01.06 01:56:55.282562 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.06 01:56:55.282618 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:56:55.282759 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 415 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114239 sec., 363273.4880382356 rows/sec., 25.37 MiB/sec. 2026.01.06 01:56:55.282887 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.06 01:56:55.282889 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.282911 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.282983 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_91_18} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.06 01:56:55.283057 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} executeQuery: Read 95 rows, 7.60 KiB in 0.001386 sec., 68542.56854256854 rows/sec., 5.35 MiB/sec. 2026.01.06 01:56:55.283063 [ 82 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.06 01:56:55.283066 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:56:55.283101 [ 254 ] {b766b766-5a86-413c-9d2a-721ec9e2a272} TCPHandler: Processed in 0.001564854 sec. 2026.01.06 01:56:55.283116 [ 82 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.283143 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.283158 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.283219 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_86_17} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.06 01:56:55.283265 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.06 01:56:55.283278 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.283315 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:56:55.283395 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:55.283400 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:55.283446 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:56:55.283450 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1250 rows starting from the beginning of the part 2026.01.06 01:56:55.283539 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 95 rows starting from the beginning of the part 2026.01.06 01:56:55.283585 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 74 rows starting from the beginning of the part 2026.01.06 01:56:55.283626 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 599 rows starting from the beginning of the part 2026.01.06 01:56:55.283665 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 74 rows starting from the beginning of the part 2026.01.06 01:56:55.283707 [ 195 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 95 rows starting from the beginning of the part 2026.01.06 01:56:55.283919 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.283962 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.284324 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:56:55.284552 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.284687 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2026.01.06 01:56:55.284724 [ 254 ] {162476d8-3578-4717-8545-7dc893e6f926} TCPHandler: Processed in 0.001502384 sec. 2026.01.06 01:56:55.284834 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.284848 [ 191 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001637935 sec., 1335217.819998962 rows/sec., 103.78 MiB/sec. 2026.01.06 01:56:55.284928 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:56:55.284987 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} 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.01.06 01:56:55.285054 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.06 01:56:55.285294 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.285362 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_91_18} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.06 01:56:55.285447 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:56:55.285854 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.285892 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.286421 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.01.06 01:56:55.286696 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.286831 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} executeQuery: Read 31 rows, 56.88 KiB in 0.00192 sec., 16145.833333333332 rows/sec., 28.93 MiB/sec. 2026.01.06 01:56:55.286839 [ 79 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.01.06 01:56:55.286882 [ 79 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.286886 [ 254 ] {9858f55b-0350-4dba-b482-d5b1cf0bf431} TCPHandler: Processed in 0.00209836 sec. 2026.01.06 01:56:55.286904 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.286992 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.01.06 01:56:55.287012 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:56:55.287109 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:56:55.287151 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:56:55.287201 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:55.287256 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1587 rows starting from the beginning of the part 2026.01.06 01:56:55.287368 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:55.287463 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:55.287494 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.287534 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.287553 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:55.287655 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 10 rows starting from the beginning of the part 2026.01.06 01:56:55.287757 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 31 rows starting from the beginning of the part 2026.01.06 01:56:55.287859 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:56:55.288108 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.288243 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.01.06 01:56:55.288248 [ 82 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.06 01:56:55.288281 [ 254 ] {e43b6012-a325-4c93-9530-ef42d2bd67c0} TCPHandler: Processed in 0.001316783 sec. 2026.01.06 01:56:55.288294 [ 82 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:55.288320 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:55.288379 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.06 01:56:55.288460 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:55.288509 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4506 rows starting from the beginning of the part 2026.01.06 01:56:55.288561 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:55.288600 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:55.288638 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:55.288673 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:55.288709 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.01.06 01:56:55.290384 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4806 rows, containing 4 columns (4 merged, 0 gathered) in 0.002028879 sec., 2368795.7734295637 rows/sec., 156.44 MiB/sec. 2026.01.06 01:56:55.290735 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.06 01:56:55.290991 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.291064 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_91_18} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.06 01:56:55.291125 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2026.01.06 01:56:55.297246 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 19 columns (19 merged, 0 gathered) in 0.010286316 sec., 165268.10959336656 rows/sec., 296.15 MiB/sec. 2026.01.06 01:56:55.298426 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.01.06 01:56:55.298734 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:55.298804 [ 198 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_86_17} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.01.06 01:56:55.298900 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.57 MiB. 2026.01.06 01:56:56.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.39 MiB, peak 355.90 MiB, free memory in arenas 0.00 B, will set to 345.99 MiB (RSS), difference: 3.60 MiB 2026.01.06 01:56:57.146225 [ 82 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.01.06 01:56:57.146287 [ 82 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:56:57.146308 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:56:57.146408 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.01.06 01:56:57.146525 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:56:57.146558 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2026.01.06 01:56:57.146622 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.01.06 01:56:57.146666 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 4 rows starting from the beginning of the part 2026.01.06 01:56:57.146717 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2 rows starting from the beginning of the part 2026.01.06 01:56:57.146756 [ 186 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.01.06 01:56:57.147446 [ 191 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.00107338 sec., 46581.82563491028 rows/sec., 3.89 MiB/sec. 2026.01.06 01:56:57.147638 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.01.06 01:56:57.147963 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:56:57.148044 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_21_5} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.01.06 01:56:57.148148 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.06 01:57:00.276280 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.276480 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:57:00.276548 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:57:00.277159 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.277202 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.277572 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:57:00.277794 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.277944 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} executeQuery: Read 4 rows, 334.00 B in 0.00152 sec., 2631.578947368421 rows/sec., 214.59 KiB/sec. 2026.01.06 01:57:00.277985 [ 254 ] {7354b6d1-2df3-454f-b09b-7b8798906c66} TCPHandler: Processed in 0.001834207 sec. 2026.01.06 01:57:00.278099 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.278192 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:00.278231 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:00.278641 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.278677 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.278981 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:00.279191 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.279314 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} executeQuery: Read 78 rows, 6.53 KiB in 0.00114 sec., 68421.05263157895 rows/sec., 5.60 MiB/sec. 2026.01.06 01:57:00.279350 [ 254 ] {c258bc76-e8d2-41bd-93e7-d29bf8548997} TCPHandler: Processed in 0.001298962 sec. 2026.01.06 01:57:00.279457 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.279549 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:00.279588 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:00.279965 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.280001 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.280288 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:57:00.280501 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.280627 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} executeQuery: Read 14 rows, 1.03 KiB in 0.001096 sec., 12773.722627737227 rows/sec., 940.92 KiB/sec. 2026.01.06 01:57:00.280663 [ 254 ] {9627ae42-f13b-46fd-81a1-f01399e23a2a} TCPHandler: Processed in 0.001253511 sec. 2026.01.06 01:57:00.280771 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.280861 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:00.280899 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:00.281291 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.281327 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.281626 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:00.281832 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.281956 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} executeQuery: Read 78 rows, 6.24 KiB in 0.001113 sec., 70080.86253369272 rows/sec., 5.48 MiB/sec. 2026.01.06 01:57:00.281992 [ 254 ] {0f3814e5-45c7-4377-a911-bb5dfc6f182c} TCPHandler: Processed in 0.001269312 sec. 2026.01.06 01:57:00.282097 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.282188 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:00.282230 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:00.282628 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.282663 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.282988 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:00.283191 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.283314 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} executeQuery: Read 162 rows, 11.55 KiB in 0.001144 sec., 141608.3916083916 rows/sec., 9.86 MiB/sec. 2026.01.06 01:57:00.283351 [ 254 ] {da046d7e-0bca-4f93-8e41-44c5c8128d33} TCPHandler: Processed in 0.001300012 sec. 2026.01.06 01:57:00.283456 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.283547 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:00.283601 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} 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.01.06 01:57:00.284345 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.284380 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.284877 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.01.06 01:57:00.285091 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.285224 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} executeQuery: Read 10 rows, 18.35 KiB in 0.001694 sec., 5903.18772136954 rows/sec., 10.58 MiB/sec. 2026.01.06 01:57:00.285276 [ 254 ] {028b363d-de49-41f0-ab26-5103df088c66} TCPHandler: Processed in 0.001866808 sec. 2026.01.06 01:57:00.285385 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:00.285477 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:00.285518 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:00.285847 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.285882 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.286176 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:00.286382 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.286504 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2026.01.06 01:57:00.286539 [ 254 ] {c5086728-aeae-4d3b-aeb9-f5499b74782e} TCPHandler: Processed in 0.001201881 sec. 2026.01.06 01:57:00.887393 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29273 2026.01.06 01:57:00.887925 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.887972 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.888470 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:57:00.888709 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.888841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29273 2026.01.06 01:57:00.888885 [ 76 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:57:00.888960 [ 76 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:00.888985 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:00.889094 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:57:00.889232 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:00.889272 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26905 rows starting from the beginning of the part 2026.01.06 01:57:00.889346 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2026.01.06 01:57:00.889395 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2026.01.06 01:57:00.889440 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2026.01.06 01:57:00.889485 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2026.01.06 01:57:00.889520 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2026.01.06 01:57:00.891976 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29273 rows, containing 4 columns (4 merged, 0 gathered) in 0.002931597 sec., 9985342.460099392 rows/sec., 142.84 MiB/sec. 2026.01.06 01:57:00.892536 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:57:00.892877 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:00.892964 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_61_12} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:57:00.893086 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2026.01.06 01:57:02.517746 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.01.06 01:57:02.535594 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:02.535663 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:02.542296 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:57:02.543033 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:02.543337 [ 72 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:57:02.543426 [ 72 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:02.543462 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:02.543640 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:57:02.546953 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.01.06 01:57:02.547772 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:02.549204 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.01.06 01:57:02.553647 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.01.06 01:57:02.558113 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.01.06 01:57:02.562849 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.01.06 01:57:02.567489 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.01.06 01:57:02.571268 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.01.06 01:57:02.624627 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.081072726 sec., 5673.918007888375 rows/sec., 29.34 MiB/sec. 2026.01.06 01:57:02.627707 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:57:02.629910 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:02.630038 [ 193 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_61_12} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:57:02.633009 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.01.06 01:57:03.468525 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1532 2026.01.06 01:57:03.470958 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:03.471004 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:03.472170 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.06 01:57:03.472428 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:03.472593 [ 71 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.06 01:57:03.472663 [ 71 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:03.472684 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:03.472697 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1532 2026.01.06 01:57:03.472816 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::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.01.06 01:57:03.473468 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:03.473628 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1388 rows starting from the beginning of the part 2026.01.06 01:57:03.473996 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part 2026.01.06 01:57:03.474331 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part 2026.01.06 01:57:03.474641 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2026.01.06 01:57:03.474960 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2026.01.06 01:57:03.475307 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 26 rows starting from the beginning of the part 2026.01.06 01:57:03.482178 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 72 columns (72 merged, 0 gathered) in 0.009425568 sec., 162536.62378755317 rows/sec., 129.14 MiB/sec. 2026.01.06 01:57:03.484008 [ 190 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.06 01:57:03.484647 [ 190 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:03.484733 [ 190 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_46_9} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.06 01:57:03.484980 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2026.01.06 01:57:05.277507 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.277716 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:05.277787 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:05.278570 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.278612 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.279011 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:05.279241 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.279389 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} executeQuery: Read 118 rows, 10.23 KiB in 0.001728 sec., 68287.03703703704 rows/sec., 5.78 MiB/sec. 2026.01.06 01:57:05.279430 [ 254 ] {160a5ca6-fce4-4510-bee6-83f798851202} TCPHandler: Processed in 0.00205696 sec. 2026.01.06 01:57:05.279569 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.279662 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:05.279702 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:05.280141 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.280177 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.280469 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:57:05.280671 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.280797 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} executeQuery: Read 31 rows, 2.33 KiB in 0.001153 sec., 26886.383347788378 rows/sec., 1.97 MiB/sec. 2026.01.06 01:57:05.280832 [ 254 ] {21d8a1e1-9103-4361-be2f-5e1d22d1b48f} TCPHandler: Processed in 0.001319743 sec. 2026.01.06 01:57:05.280945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.281036 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:05.281074 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:05.281503 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.281536 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.281839 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:05.282043 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.282166 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} executeQuery: Read 95 rows, 7.60 KiB in 0.001148 sec., 82752.61324041813 rows/sec., 6.46 MiB/sec. 2026.01.06 01:57:05.282203 [ 254 ] {f7936d38-d90c-4181-988f-b2a817935ca6} TCPHandler: Processed in 0.001312362 sec. 2026.01.06 01:57:05.282308 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.282399 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:05.282441 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:05.282850 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.282883 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.283198 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:05.283411 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.283536 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.01.06 01:57:05.283571 [ 254 ] {cab46c75-111a-4d09-8650-fff02425410a} TCPHandler: Processed in 0.001309862 sec. 2026.01.06 01:57:05.283674 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.283774 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:05.283828 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} 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.01.06 01:57:05.284662 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.284696 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.285230 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.01.06 01:57:05.285450 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.285588 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} executeQuery: Read 31 rows, 56.88 KiB in 0.001832 sec., 16921.39737991266 rows/sec., 30.32 MiB/sec. 2026.01.06 01:57:05.285648 [ 254 ] {7b0c77b9-4a26-4bba-be16-0ff5f68ead9c} TCPHandler: Processed in 0.002020359 sec. 2026.01.06 01:57:05.285755 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:05.285847 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:05.285887 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:05.286206 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:05.286239 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:05.286531 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:05.286729 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:05.286855 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001026 sec., 58479.53216374269 rows/sec., 3.94 MiB/sec. 2026.01.06 01:57:05.286889 [ 254 ] {f191dbb8-9ec3-472d-82a2-b120d4f35a6e} TCPHandler: Processed in 0.001181881 sec. 2026.01.06 01:57:08.209634 [ 67 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:57:08.209711 [ 67 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:57:08.389057 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29785 2026.01.06 01:57:08.389677 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:08.389723 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:08.390200 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:57:08.390423 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:08.390549 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29785 2026.01.06 01:57:10.047077 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.01.06 01:57:10.062749 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.062809 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.068652 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:57:10.069355 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.072571 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.01.06 01:57:10.276531 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.276734 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:10.276812 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:10.277590 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.277637 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.278037 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:10.278256 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.278412 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} executeQuery: Read 76 rows, 6.39 KiB in 0.001735 sec., 43804.03458213257 rows/sec., 3.59 MiB/sec. 2026.01.06 01:57:10.278454 [ 254 ] {2feae1ad-39b2-4e32-a7f2-38c217812818} TCPHandler: Processed in 0.002070019 sec. 2026.01.06 01:57:10.278593 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.278687 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:10.278727 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:10.279239 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.279274 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.279563 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:57:10.279765 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.279890 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} executeQuery: Read 10 rows, 770.00 B in 0.001222 sec., 8183.306055646482 rows/sec., 615.35 KiB/sec. 2026.01.06 01:57:10.279927 [ 254 ] {7bede7af-1f2b-465b-a680-72dcb6b68432} TCPHandler: Processed in 0.001387933 sec. 2026.01.06 01:57:10.280148 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.280248 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:10.280288 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:10.280792 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.280828 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.281133 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:10.281336 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.281463 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} executeQuery: Read 74 rows, 5.92 KiB in 0.001234 sec., 59967.585089141 rows/sec., 4.68 MiB/sec. 2026.01.06 01:57:10.281500 [ 254 ] {55959b30-e94d-4b06-a0c5-ae90eb9eeb96} TCPHandler: Processed in 0.001410013 sec. 2026.01.06 01:57:10.281620 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.281714 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:10.281757 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:10.282214 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.282251 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.282593 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:10.282804 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.282933 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} executeQuery: Read 160 rows, 11.41 KiB in 0.001238 sec., 129240.71082390954 rows/sec., 9.00 MiB/sec. 2026.01.06 01:57:10.282970 [ 254 ] {3191ac7d-1293-4bfb-8c50-20778b292906} TCPHandler: Processed in 0.001397143 sec. 2026.01.06 01:57:10.283087 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.283181 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:10.283234 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} 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.01.06 01:57:10.284047 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.284082 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.284588 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.01.06 01:57:10.284804 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.284938 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} executeQuery: Read 10 rows, 18.35 KiB in 0.001777 sec., 5627.462014631402 rows/sec., 10.08 MiB/sec. 2026.01.06 01:57:10.284991 [ 254 ] {d2726731-d9f3-4895-b9d1-f76b1e0f6f32} TCPHandler: Processed in 0.001951818 sec. 2026.01.06 01:57:10.285140 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:10.285262 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:10.285312 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:10.285713 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:10.285755 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:10.286080 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:10.286291 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:10.286417 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} executeQuery: Read 60 rows, 4.14 KiB in 0.00118 sec., 50847.45762711864 rows/sec., 3.43 MiB/sec. 2026.01.06 01:57:10.286453 [ 254 ] {fac13de2-bfbf-46ec-93ea-241747aece9c} TCPHandler: Processed in 0.001376093 sec. 2026.01.06 01:57:11.054674 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.054867 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.054941 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:57:11.055853 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.055892 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.056309 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:57:11.056545 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.056699 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} executeQuery: Read 410 rows, 26.63 KiB in 0.001888 sec., 217161.01694915254 rows/sec., 13.78 MiB/sec. 2026.01.06 01:57:11.056743 [ 254 ] {7cb7bb19-38cf-4638-a60d-7b9bdb176271} TCPHandler: Processed in 0.00219698 sec. 2026.01.06 01:57:11.056873 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.056969 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:11.057009 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:11.058893 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.058928 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.059366 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:11.059579 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.059708 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} executeQuery: Read 2314 rows, 191.77 KiB in 0.002759 sec., 838709.6774193548 rows/sec., 67.88 MiB/sec. 2026.01.06 01:57:11.059747 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.06 01:57:11.059760 [ 254 ] {627b8dfd-e59d-4ef7-9664-f7c1712ae3d3} TCPHandler: Processed in 0.002937077 sec. 2026.01.06 01:57:11.059877 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.059972 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.060013 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:11.060527 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.060562 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.060883 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:57:11.061086 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.061209 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} executeQuery: Read 236 rows, 14.65 KiB in 0.001283 sec., 183943.88152766952 rows/sec., 11.15 MiB/sec. 2026.01.06 01:57:11.061244 [ 254 ] {5c5fcaf3-f387-4178-9146-f190d8f60428} TCPHandler: Processed in 0.001445134 sec. 2026.01.06 01:57:11.061353 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.061470 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.061515 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:57:11.062159 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.062194 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.062529 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:57:11.062741 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.062868 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} executeQuery: Read 440 rows, 29.81 KiB in 0.001377 sec., 319535.22149600583 rows/sec., 21.14 MiB/sec. 2026.01.06 01:57:11.062907 [ 254 ] {6b8c87b8-2954-4434-af8d-0d894168354e} TCPHandler: Processed in 0.001575895 sec. 2026.01.06 01:57:11.063017 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.063111 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.063150 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:57:11.063630 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.063665 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.063976 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.06 01:57:11.064203 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.064327 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} executeQuery: Read 211 rows, 12.27 KiB in 0.001234 sec., 170988.65478119935 rows/sec., 9.71 MiB/sec. 2026.01.06 01:57:11.064365 [ 254 ] {e9703128-c22c-48f0-9d0d-7165a8d830bc} TCPHandler: Processed in 0.001396743 sec. 2026.01.06 01:57:11.064473 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.064565 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:11.064604 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:11.065490 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.065525 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.065886 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:11.066108 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.066234 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} executeQuery: Read 1166 rows, 85.24 KiB in 0.001685 sec., 691988.1305637981 rows/sec., 49.40 MiB/sec. 2026.01.06 01:57:11.066270 [ 254 ] {721a8480-2742-4013-92ed-92348b392d13} TCPHandler: Processed in 0.001846257 sec. 2026.01.06 01:57:11.066378 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.066471 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:57:11.066511 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:57:11.066837 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.066870 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.067179 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.06 01:57:11.067393 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.067515 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} executeQuery: Read 12 rows, 642.00 B in 0.001062 sec., 11299.435028248587 rows/sec., 590.35 KiB/sec. 2026.01.06 01:57:11.067551 [ 254 ] {ecb5fd50-3cdd-40de-9fdb-28fcec6f71b1} TCPHandler: Processed in 0.001222231 sec. 2026.01.06 01:57:11.067663 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.067756 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.067798 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:11.068453 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.068488 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.068869 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:11.069086 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.069195 [ 65 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 2026.01.06 01:57:11.069212 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} executeQuery: Read 1024 rows, 68.46 KiB in 0.001473 sec., 695179.9049558725 rows/sec., 45.39 MiB/sec. 2026.01.06 01:57:11.069233 [ 65 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.069251 [ 254 ] {931d4c8c-8f6f-4143-80c6-b25da0acd254} TCPHandler: Processed in 0.001637035 sec. 2026.01.06 01:57:11.069252 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.069363 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.069367 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_90_18 to all_95_95_0 into Compact with storage Full 2026.01.06 01:57:11.069458 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.069504 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:57:11.069525 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:11.069566 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 4 marks from part all_1_90_18, total 24493 rows starting from the beginning of the part 2026.01.06 01:57:11.069634 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.01.06 01:57:11.069681 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 162 rows starting from the beginning of the part 2026.01.06 01:57:11.069724 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2026.01.06 01:57:11.069769 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part 2026.01.06 01:57:11.069807 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.069816 [ 199 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1024 rows starting from the beginning of the part 2026.01.06 01:57:11.069851 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.070257 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:57:11.070512 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.070667 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} executeQuery: Read 2 rows, 138.00 B in 0.001226 sec., 1631.321370309951 rows/sec., 109.92 KiB/sec. 2026.01.06 01:57:11.070708 [ 254 ] {d7f78019-15e7-4dd1-9470-6f40e85e8e29} TCPHandler: Processed in 0.001394942 sec. 2026.01.06 01:57:11.070819 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.070915 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.070970 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} 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.01.06 01:57:11.071806 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.071842 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.072563 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.01.06 01:57:11.072794 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.072931 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} executeQuery: Read 31 rows, 56.88 KiB in 0.002035 sec., 15233.415233415233 rows/sec., 27.30 MiB/sec. 2026.01.06 01:57:11.072987 [ 254 ] {a8a8da22-0b0a-45f5-b983-f6b37d60dd01} TCPHandler: Processed in 0.002217031 sec. 2026.01.06 01:57:11.073097 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:11.073192 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:11.073235 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:11.073571 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:11.073605 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:11.074004 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:11.074229 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.074358 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} executeQuery: Read 100 rows, 5.60 KiB in 0.001185 sec., 84388.18565400844 rows/sec., 4.61 MiB/sec. 2026.01.06 01:57:11.074394 [ 254 ] {651b3606-2886-4393-b36e-6e116e1fdc06} TCPHandler: Processed in 0.001345093 sec. 2026.01.06 01:57:11.076297 [ 187 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 26159 rows, containing 5 columns (5 merged, 0 gathered) in 0.006979236 sec., 3748117.9888457707 rows/sec., 255.74 MiB/sec. 2026.01.06 01:57:11.076610 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2026.01.06 01:57:11.076904 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:11.076967 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_95_19} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 2026.01.06 01:57:11.077059 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2026.01.06 01:57:13.472981 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1578 2026.01.06 01:57:13.475565 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:13.475613 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:13.476840 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.06 01:57:13.477096 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:13.477353 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1578 2026.01.06 01:57:15.275162 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:15.275473 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:15.275579 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:15.276402 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.276439 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:15.276844 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:15.277071 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.277207 [ 57 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.06 01:57:15.277227 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} executeQuery: Read 56 rows, 4.38 KiB in 0.001833 sec., 30551.00927441353 rows/sec., 2.33 MiB/sec. 2026.01.06 01:57:15.277255 [ 57 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.277274 [ 254 ] {2d9042c6-dc14-4c29-9e04-0d24f015b992} TCPHandler: Processed in 0.002298381 sec. 2026.01.06 01:57:15.277278 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:15.277398 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:15.277420 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.06 01:57:15.277494 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:15.277540 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:15.277588 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:15.277633 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2468 rows starting from the beginning of the part 2026.01.06 01:57:15.277709 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 78 rows starting from the beginning of the part 2026.01.06 01:57:15.277761 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 118 rows starting from the beginning of the part 2026.01.06 01:57:15.277810 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 76 rows starting from the beginning of the part 2026.01.06 01:57:15.277856 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 2314 rows starting from the beginning of the part 2026.01.06 01:57:15.277903 [ 195 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 56 rows starting from the beginning of the part 2026.01.06 01:57:15.277956 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.277999 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:15.278353 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:15.278581 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.278691 [ 57 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.06 01:57:15.278716 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2026.01.06 01:57:15.278715 [ 57 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.278746 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:15.278755 [ 254 ] {02cf8939-18e7-4b4d-b7bb-b18fed7e3c2e} TCPHandler: Processed in 0.001407153 sec. 2026.01.06 01:57:15.278838 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.06 01:57:15.278867 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:15.278942 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:15.278968 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:15.278973 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1250 rows starting from the beginning of the part 2026.01.06 01:57:15.279020 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:15.279045 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 78 rows starting from the beginning of the part 2026.01.06 01:57:15.279094 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 95 rows starting from the beginning of the part 2026.01.06 01:57:15.279133 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 74 rows starting from the beginning of the part 2026.01.06 01:57:15.279172 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1166 rows starting from the beginning of the part 2026.01.06 01:57:15.279209 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2026.01.06 01:57:15.279411 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.279453 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:15.279785 [ 194 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5110 rows, containing 5 columns (5 merged, 0 gathered) in 0.002429673 sec., 2103163.6767581482 rows/sec., 179.08 MiB/sec. 2026.01.06 01:57:15.279806 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:15.280052 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.280126 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.06 01:57:15.280181 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} executeQuery: Read 128 rows, 9.13 KiB in 0.001231 sec., 103980.50365556458 rows/sec., 7.24 MiB/sec. 2026.01.06 01:57:15.280219 [ 254 ] {6935604b-ba22-4fab-99ae-746e194bf4e2} TCPHandler: Processed in 0.001400513 sec. 2026.01.06 01:57:15.280255 [ 187 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2727 rows, containing 5 columns (5 merged, 0 gathered) in 0.001452754 sec., 1877124.4133555992 rows/sec., 143.27 MiB/sec. 2026.01.06 01:57:15.280333 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:15.280425 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.280433 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:15.280480 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:15.280502 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.06 01:57:15.280507 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_96_19} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.06 01:57:15.280610 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.06 01:57:15.280812 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.280813 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.280870 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:15.280906 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_96_19} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.06 01:57:15.281020 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.06 01:57:15.281208 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:15.281428 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.281525 [ 57 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.06 01:57:15.281549 [ 57 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.281554 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} executeQuery: Read 48 rows, 3.31 KiB in 0.00114 sec., 42105.26315789474 rows/sec., 2.84 MiB/sec. 2026.01.06 01:57:15.281565 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:15.281590 [ 254 ] {ba9df87f-9346-4826-9f8e-f762e277809e} TCPHandler: Processed in 0.001306413 sec. 2026.01.06 01:57:15.281648 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.06 01:57:15.281756 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:15.281786 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4806 rows starting from the beginning of the part 2026.01.06 01:57:15.281845 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:15.281899 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:15.281937 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:15.281973 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 100 rows starting from the beginning of the part 2026.01.06 01:57:15.282010 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 48 rows starting from the beginning of the part 2026.01.06 01:57:15.283701 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5134 rows, containing 4 columns (4 merged, 0 gathered) in 0.002091689 sec., 2454475.784880066 rows/sec., 161.71 MiB/sec. 2026.01.06 01:57:15.284017 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.06 01:57:15.284304 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.284378 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_96_19} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.06 01:57:15.284459 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.06 01:57:15.890802 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30233 2026.01.06 01:57:15.891607 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:15.891678 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:15.892298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:57:15.892542 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:15.892688 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30233 2026.01.06 01:57:17.572714 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.01.06 01:57:17.590370 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:17.590452 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. 2026.01.06 01:57:17.597624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:57:17.598308 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:17.601379 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.01.06 01:57:20.276320 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.276519 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:20.276587 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:20.277317 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.277362 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.277771 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:20.278003 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.278165 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} executeQuery: Read 76 rows, 6.39 KiB in 0.001697 sec., 44784.91455509723 rows/sec., 3.67 MiB/sec. 2026.01.06 01:57:20.278217 [ 254 ] {e537b461-bed3-4786-a92a-75a717314503} TCPHandler: Processed in 0.00203239 sec. 2026.01.06 01:57:20.278348 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.278451 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:20.278495 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:20.278928 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.278967 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.279283 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:57:20.279496 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.279630 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} executeQuery: Read 10 rows, 770.00 B in 0.001203 sec., 8312.551953449709 rows/sec., 625.06 KiB/sec. 2026.01.06 01:57:20.279630 [ 52 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.06 01:57:20.279671 [ 254 ] {3dd64b60-850b-4860-b547-7bc280953741} TCPHandler: Processed in 0.001375323 sec. 2026.01.06 01:57:20.279705 [ 52 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.279732 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.279797 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.279858 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.06 01:57:20.279897 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:20.279948 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:20.280020 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:20.280057 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 278 rows starting from the beginning of the part 2026.01.06 01:57:20.280125 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 14 rows starting from the beginning of the part 2026.01.06 01:57:20.280169 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:20.280212 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:20.280253 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 236 rows starting from the beginning of the part 2026.01.06 01:57:20.280290 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:20.280377 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.280423 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.280801 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:20.281056 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.281190 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} executeQuery: Read 74 rows, 5.92 KiB in 0.001313 sec., 56359.48210205636 rows/sec., 4.40 MiB/sec. 2026.01.06 01:57:20.281202 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402493 sec., 412836.28510088817 rows/sec., 27.53 MiB/sec. 2026.01.06 01:57:20.281229 [ 254 ] {f029aa1e-be85-4bd2-9cad-5f1d1197286c} TCPHandler: Processed in 0.001481854 sec. 2026.01.06 01:57:20.281362 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.281377 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.06 01:57:20.281462 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:20.281507 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:20.281641 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.281714 [ 197 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_91_18} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.06 01:57:20.281794 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.06 01:57:20.281936 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.281971 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.282323 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:20.282545 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.282677 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2026.01.06 01:57:20.282715 [ 254 ] {00092d10-a842-47c5-972a-c64294c5f1ed} TCPHandler: Processed in 0.001402004 sec. 2026.01.06 01:57:20.282825 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.282920 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:20.282975 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} 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.01.06 01:57:20.283772 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.283810 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.284352 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.01.06 01:57:20.284588 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.284722 [ 52 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.01.06 01:57:20.284729 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} executeQuery: Read 10 rows, 18.35 KiB in 0.001828 sec., 5470.459518599562 rows/sec., 9.80 MiB/sec. 2026.01.06 01:57:20.284765 [ 52 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.284789 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.284820 [ 254 ] {9e5042cd-d07e-4f1a-b29b-039b11dcf813} TCPHandler: Processed in 0.002043729 sec. 2026.01.06 01:57:20.284884 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.01.06 01:57:20.284940 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:20.285041 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:20.285084 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:20.285136 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:20.285196 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1700 rows starting from the beginning of the part 2026.01.06 01:57:20.285319 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:20.285418 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:20.285426 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:20.285469 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:20.285513 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:20.285602 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:20.285685 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:20.285800 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:20.286059 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.286205 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.01.06 01:57:20.286243 [ 254 ] {d3666434-5674-4697-8c4c-6670a82f93a3} TCPHandler: Processed in 0.001353272 sec. 2026.01.06 01:57:20.295124 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1792 rows, containing 19 columns (19 merged, 0 gathered) in 0.010281416 sec., 174295.05819042824 rows/sec., 312.33 MiB/sec. 2026.01.06 01:57:20.296955 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.01.06 01:57:20.297310 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:20.297388 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_91_18} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.01.06 01:57:20.297541 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.16 MiB. 2026.01.06 01:57:21.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 349.52 MiB, peak 366.63 MiB, free memory in arenas 0.00 B, will set to 355.24 MiB (RSS), difference: 5.72 MiB 2026.01.06 01:57:23.209976 [ 51 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:57:23.210056 [ 51 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:57:23.390195 [ 50 ] {} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.01.06 01:57:23.390268 [ 50 ] {} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:23.390295 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:23.390400 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.01.06 01:57:23.390543 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:23.390582 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.01.06 01:57:23.390655 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.01.06 01:57:23.390705 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.01.06 01:57:23.390748 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.01.06 01:57:23.390792 [ 194 ] {6035a756-00c9-47e1-a971-784fbb9a198e::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.01.06 01:57:23.391619 [ 200 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001259182 sec., 52414.98051909891 rows/sec., 2.67 MiB/sec. 2026.01.06 01:57:23.391791 [ 200 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.06 01:57:23.392081 [ 200 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:23.392155 [ 200 ] {6035a756-00c9-47e1-a971-784fbb9a198e::all_1_10_2} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.01.06 01:57:23.392242 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:57:23.392863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30745 2026.01.06 01:57:23.393399 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:23.393439 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:23.393929 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:57:23.394163 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:23.394294 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30745 2026.01.06 01:57:23.477627 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1598 2026.01.06 01:57:23.479660 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:23.479702 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:23.480835 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.06 01:57:23.481088 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:23.481338 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1598 2026.01.06 01:57:23.770656 [ 50 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2026.01.06 01:57:23.770706 [ 50 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:23.770729 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:23.770823 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2026.01.06 01:57:23.770936 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:23.770967 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 223 rows starting from the beginning of the part 2026.01.06 01:57:23.771022 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.01.06 01:57:23.771064 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.01.06 01:57:23.771101 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.01.06 01:57:23.771139 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2026.01.06 01:57:23.771799 [ 200 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001017179 sec., 462062.23290099384 rows/sec., 28.92 MiB/sec. 2026.01.06 01:57:23.771917 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2026.01.06 01:57:23.772138 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:23.772198 [ 188 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_22_5} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2026.01.06 01:57:23.772254 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.06 01:57:24.001748 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001264222 sec. 2026.01.06 01:57:24.008597 [ 47 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2026.01.06 01:57:24.008668 [ 47 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:24.008692 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:24.008831 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2026.01.06 01:57:24.008993 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:24.009031 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 434 rows starting from the beginning of the part 2026.01.06 01:57:24.009110 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.01.06 01:57:24.009162 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.01.06 01:57:24.009210 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.01.06 01:57:24.009253 [ 193 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2026.01.06 01:57:24.010189 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423284 sec., 643582.0257938683 rows/sec., 44.60 MiB/sec. 2026.01.06 01:57:24.010392 [ 200 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2026.01.06 01:57:24.010711 [ 200 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:24.010798 [ 200 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_22_5} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2026.01.06 01:57:24.010894 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.06 01:57:25.101489 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.01.06 01:57:25.118066 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.118122 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.124379 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.06 01:57:25.125085 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.128001 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.01.06 01:57:25.288209 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.288415 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.288490 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:57:25.289416 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.289484 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.289973 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:57:25.290244 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.290414 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} executeQuery: Read 410 rows, 26.63 KiB in 0.002056 sec., 199416.34241245134 rows/sec., 12.65 MiB/sec. 2026.01.06 01:57:25.290474 [ 254 ] {a9a1d4d0-85fc-4a63-aad5-92b5cf7f039d} TCPHandler: Processed in 0.002403402 sec. 2026.01.06 01:57:25.290626 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.290739 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:25.290784 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:25.291810 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.291846 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.292268 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:25.292518 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.292685 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} executeQuery: Read 1174 rows, 95.65 KiB in 0.00198 sec., 592929.2929292929 rows/sec., 47.18 MiB/sec. 2026.01.06 01:57:25.292747 [ 254 ] {42bddc75-3fb4-46e5-9191-e951d392f24d} TCPHandler: Processed in 0.002188851 sec. 2026.01.06 01:57:25.292860 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.292954 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.292995 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:25.293480 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.293517 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.293835 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:25.294080 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.294208 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} executeQuery: Read 236 rows, 14.65 KiB in 0.001273 sec., 185388.84524744697 rows/sec., 11.24 MiB/sec. 2026.01.06 01:57:25.294245 [ 254 ] {867436be-f4da-4b44-ac8b-98f8a5b57bf6} TCPHandler: Processed in 0.001433514 sec. 2026.01.06 01:57:25.294358 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.294450 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.294488 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:57:25.294951 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.294988 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.295312 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:57:25.295513 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.295619 [ 48 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.06 01:57:25.295638 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} executeQuery: Read 212 rows, 14.00 KiB in 0.001206 sec., 175787.728026534 rows/sec., 11.34 MiB/sec. 2026.01.06 01:57:25.295686 [ 48 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.295696 [ 254 ] {5707984d-9aa0-43f5-9479-bd43ead69f8d} TCPHandler: Processed in 0.001384323 sec. 2026.01.06 01:57:25.295717 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.295823 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.295824 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.01.06 01:57:25.295921 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.295949 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:25.295964 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:57:25.295983 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 467 rows starting from the beginning of the part 2026.01.06 01:57:25.296049 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 252 rows starting from the beginning of the part 2026.01.06 01:57:25.296100 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2026.01.06 01:57:25.296150 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 252 rows starting from the beginning of the part 2026.01.06 01:57:25.296192 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 440 rows starting from the beginning of the part 2026.01.06 01:57:25.296234 [ 193 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part 2026.01.06 01:57:25.296427 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.296462 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.296765 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:57:25.296967 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.297091 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} executeQuery: Read 211 rows, 12.27 KiB in 0.001188 sec., 177609.4276094276 rows/sec., 10.09 MiB/sec. 2026.01.06 01:57:25.297128 [ 254 ] {5fe6e29e-6a1f-41bf-bed7-f6f5b9d43129} TCPHandler: Processed in 0.001351033 sec. 2026.01.06 01:57:25.297241 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.297242 [ 188 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1875 rows, containing 5 columns (5 merged, 0 gathered) in 0.001465124 sec., 1279755.160655344 rows/sec., 91.13 MiB/sec. 2026.01.06 01:57:25.297333 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:25.297375 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:25.297464 [ 191 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.06 01:57:25.297805 [ 191 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.297889 [ 191 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_23_5} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.06 01:57:25.298007 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.06 01:57:25.298022 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.298063 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.298391 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:25.298597 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.298728 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} executeQuery: Read 710 rows, 50.95 KiB in 0.001412 sec., 502832.86118980165 rows/sec., 35.24 MiB/sec. 2026.01.06 01:57:25.298786 [ 254 ] {9a7f06ae-8069-4cec-ad4a-10f2b7bdb255} TCPHandler: Processed in 0.001592225 sec. 2026.01.06 01:57:25.298902 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.299000 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:57:25.299042 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:57:25.299435 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.299482 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.299807 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.06 01:57:25.300088 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.300214 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} executeQuery: Read 6 rows, 321.00 B in 0.001233 sec., 4866.1800486618 rows/sec., 254.24 KiB/sec. 2026.01.06 01:57:25.300249 [ 254 ] {11e23dda-beaa-4625-9960-4d3add85cc26} TCPHandler: Processed in 0.001396343 sec. 2026.01.06 01:57:25.300370 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.300484 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.300531 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:25.300992 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.301046 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.301427 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:25.301682 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.301838 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} executeQuery: Read 314 rows, 21.12 KiB in 0.001373 sec., 228696.28550619082 rows/sec., 15.02 MiB/sec. 2026.01.06 01:57:25.301895 [ 254 ] {2d05d92a-54af-496c-a07f-c4709fd4c1bb} TCPHandler: Processed in 0.001574075 sec. 2026.01.06 01:57:25.302020 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.302116 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.302172 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:57:25.302491 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.302526 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.302863 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:57:25.303061 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.303181 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.01.06 01:57:25.303216 [ 254 ] {3ca1ab50-2f38-433f-a9dd-7f7e1c0d327d} TCPHandler: Processed in 0.001256572 sec. 2026.01.06 01:57:25.303325 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.303417 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.303471 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} 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.01.06 01:57:25.304389 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.304436 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.305101 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.01.06 01:57:25.305338 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.305475 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} executeQuery: Read 31 rows, 56.88 KiB in 0.002076 sec., 14932.56262042389 rows/sec., 26.76 MiB/sec. 2026.01.06 01:57:25.305529 [ 254 ] {30d57ab7-a025-46fd-9c0a-3a2d09eb4280} TCPHandler: Processed in 0.002251161 sec. 2026.01.06 01:57:25.305656 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:25.305752 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:25.305793 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:25.306128 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:25.306164 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:25.306478 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:25.306688 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:25.306821 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} executeQuery: Read 104 rows, 6.53 KiB in 0.001088 sec., 95588.23529411765 rows/sec., 5.86 MiB/sec. 2026.01.06 01:57:25.306858 [ 254 ] {5a835b0b-15c0-44d4-a8f7-84949464562c} TCPHandler: Processed in 0.001264921 sec. 2026.01.06 01:57:26.000273 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 356.59 MiB, peak 366.63 MiB, free memory in arenas 0.00 B, will set to 355.59 MiB (RSS), difference: -1.00 MiB 2026.01.06 01:57:30.276925 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.277241 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:57:30.277346 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:57:30.278035 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.278072 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.278478 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.06 01:57:30.278701 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.278856 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} executeQuery: Read 2 rows, 167.00 B in 0.001694 sec., 1180.637544273908 rows/sec., 96.27 KiB/sec. 2026.01.06 01:57:30.278898 [ 254 ] {ec3415ab-999f-47e4-b0c0-186d1ef8c9f9} TCPHandler: Processed in 0.0021606 sec. 2026.01.06 01:57:30.279035 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.279162 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:30.279211 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:30.279710 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.279746 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.280077 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:57:30.280293 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.280418 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} executeQuery: Read 77 rows, 6.46 KiB in 0.00128 sec., 60156.24999999999 rows/sec., 4.93 MiB/sec. 2026.01.06 01:57:30.280455 [ 254 ] {be0dc64d-2ffc-4aa7-bb66-3d1e35a40aab} TCPHandler: Processed in 0.001480584 sec. 2026.01.06 01:57:30.280570 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.280663 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:30.280702 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:30.281108 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.281146 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.281469 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:30.281683 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.281810 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} executeQuery: Read 12 rows, 913.00 B in 0.001165 sec., 10300.429184549355 rows/sec., 765.32 KiB/sec. 2026.01.06 01:57:30.281846 [ 254 ] {a90e0d58-6274-42c3-b1c3-8dc6632e868d} TCPHandler: Processed in 0.001325152 sec. 2026.01.06 01:57:30.281954 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.282052 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:30.282092 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:30.282509 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.282544 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.282846 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:57:30.283048 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.283168 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} executeQuery: Read 76 rows, 6.08 KiB in 0.001134 sec., 67019.40035273369 rows/sec., 5.24 MiB/sec. 2026.01.06 01:57:30.283203 [ 254 ] {d2eae55e-fd57-4203-8937-90ff87e331fd} TCPHandler: Processed in 0.001296872 sec. 2026.01.06 01:57:30.283312 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.283405 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:30.283447 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:30.283863 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.283898 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.284225 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:57:30.284434 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.284560 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} executeQuery: Read 161 rows, 11.48 KiB in 0.001173 sec., 137254.9019607843 rows/sec., 9.56 MiB/sec. 2026.01.06 01:57:30.284596 [ 254 ] {cf838d64-35fc-47c3-aa77-bb88deda4b52} TCPHandler: Processed in 0.001331502 sec. 2026.01.06 01:57:30.284702 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.284794 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:30.284846 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} 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.01.06 01:57:30.285594 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.285627 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.286128 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.01.06 01:57:30.286345 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.286471 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} executeQuery: Read 10 rows, 18.35 KiB in 0.001696 sec., 5896.226415094339 rows/sec., 10.57 MiB/sec. 2026.01.06 01:57:30.286522 [ 254 ] {3a918ed4-ac2e-4b6c-8daa-8bff2413f265} TCPHandler: Processed in 0.001867467 sec. 2026.01.06 01:57:30.286628 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:30.286719 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:30.286759 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:30.287075 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.287109 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.287402 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:57:30.287603 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.287727 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} executeQuery: Read 60 rows, 4.14 KiB in 0.001025 sec., 58536.58536585365 rows/sec., 3.94 MiB/sec. 2026.01.06 01:57:30.287760 [ 254 ] {c4c70a53-0bbd-4c43-b6ac-bdfdc717174f} TCPHandler: Processed in 0.001180011 sec. 2026.01.06 01:57:30.894492 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31193 2026.01.06 01:57:30.895049 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:30.895091 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:30.895581 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:57:30.895800 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:30.895932 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31193 2026.01.06 01:57:32.615421 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44657 2026.01.06 01:57:32.615536 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.615566 [ 351 ] {} TCP-Session: 00f32a1d-2598-4480-a087-9c5b00f714e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:44657 2026.01.06 01:57:32.615591 [ 351 ] {} TCP-Session: 00f32a1d-2598-4480-a087-9c5b00f714e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.615606 [ 351 ] {} TCP-Session: 00f32a1d-2598-4480-a087-9c5b00f714e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.615952 [ 351 ] {} TCP-Session: 00f32a1d-2598-4480-a087-9c5b00f714e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:32.616138 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} executeQuery: (from [fd00:1122:3344:101::e]:44657) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:57:32.616420 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:57:32.616473 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:57:32.616753 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:57:32.617870 [ 339 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} AggregatingTransform: Aggregating 2026.01.06 01:57:32.617937 [ 339 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} Aggregator: Aggregation method: without_key 2026.01.06 01:57:32.617982 [ 339 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001130131 sec. (884.853 rows/sec., 34.56 KiB/sec.) 2026.01.06 01:57:32.618001 [ 339 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} Aggregator: Merging aggregated data 2026.01.06 01:57:32.618273 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33054 2026.01.06 01:57:32.618309 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55942 2026.01.06 01:57:32.618370 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48025 2026.01.06 01:57:32.618444 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.618486 [ 360 ] {} TCP-Session: b704b435-8c4a-4e7a-bec0-e96334e9b2be Authenticating user 'default' from [fd00:1122:3344:101::e]:33054 2026.01.06 01:57:32.618513 [ 360 ] {} TCP-Session: b704b435-8c4a-4e7a-bec0-e96334e9b2be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618520 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.618532 [ 360 ] {} TCP-Session: b704b435-8c4a-4e7a-bec0-e96334e9b2be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618569 [ 361 ] {} TCP-Session: 415683c3-eff4-4e3e-8d91-dbbeb4f32655 Authenticating user 'default' from [fd00:1122:3344:101::e]:55942 2026.01.06 01:57:32.618603 [ 361 ] {} TCP-Session: 415683c3-eff4-4e3e-8d91-dbbeb4f32655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618619 [ 361 ] {} TCP-Session: 415683c3-eff4-4e3e-8d91-dbbeb4f32655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618804 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.618830 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45004 2026.01.06 01:57:32.618836 [ 362 ] {} TCP-Session: 40f7d883-9648-4e3e-a1a4-5f15c9139cfc Authenticating user 'default' from [fd00:1122:3344:101::e]:48025 2026.01.06 01:57:32.618876 [ 362 ] {} TCP-Session: 40f7d883-9648-4e3e-a1a4-5f15c9139cfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618886 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45161 2026.01.06 01:57:32.618889 [ 362 ] {} TCP-Session: 40f7d883-9648-4e3e-a1a4-5f15c9139cfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618912 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.618954 [ 363 ] {} TCP-Session: 59238f6a-9606-4f14-9039-62a489c4e236 Authenticating user 'default' from [fd00:1122:3344:101::e]:45004 2026.01.06 01:57:32.618970 [ 363 ] {} TCP-Session: 59238f6a-9606-4f14-9039-62a489c4e236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618975 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42446 2026.01.06 01:57:32.618983 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47104 2026.01.06 01:57:32.619012 [ 367 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56977 2026.01.06 01:57:32.618984 [ 363 ] {} TCP-Session: 59238f6a-9606-4f14-9039-62a489c4e236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.618972 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.619088 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.619138 [ 366 ] {} TCP-Session: 4d797f58-3679-4c44-8218-fb63b23b5042 Authenticating user 'default' from [fd00:1122:3344:101::e]:42446 2026.01.06 01:57:32.619139 [ 364 ] {} TCP-Session: 1ee02336-0666-43da-b676-e87c529a7cfb Authenticating user 'default' from [fd00:1122:3344:101::e]:45161 2026.01.06 01:57:32.619167 [ 366 ] {} TCP-Session: 4d797f58-3679-4c44-8218-fb63b23b5042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619188 [ 364 ] {} TCP-Session: 1ee02336-0666-43da-b676-e87c529a7cfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619196 [ 366 ] {} TCP-Session: 4d797f58-3679-4c44-8218-fb63b23b5042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619217 [ 364 ] {} TCP-Session: 1ee02336-0666-43da-b676-e87c529a7cfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619383 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.619433 [ 365 ] {} TCP-Session: ed9103b4-9cf9-4a70-9afa-65e7704e2160 Authenticating user 'default' from [fd00:1122:3344:101::e]:47104 2026.01.06 01:57:32.619455 [ 365 ] {} TCP-Session: ed9103b4-9cf9-4a70-9afa-65e7704e2160 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619458 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} executeQuery: Read 1 rows, 40.00 B in 0.003382 sec., 295.68302779420463 rows/sec., 11.55 KiB/sec. 2026.01.06 01:57:32.619472 [ 365 ] {} TCP-Session: ed9103b4-9cf9-4a70-9afa-65e7704e2160 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619606 [ 367 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.619619 [ 351 ] {dccf861c-8e77-49d6-ba19-bbbb83b1a71f} TCPHandler: Processed in 0.003784655 sec. 2026.01.06 01:57:32.619651 [ 367 ] {} TCP-Session: 730199ef-83ce-44ba-b76f-b012bf6f84f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:56977 2026.01.06 01:57:32.619675 [ 367 ] {} TCP-Session: 730199ef-83ce-44ba-b76f-b012bf6f84f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619687 [ 367 ] {} TCP-Session: 730199ef-83ce-44ba-b76f-b012bf6f84f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619750 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619780 [ 351 ] {} TCP-Session: 00f32a1d-2598-4480-a087-9c5b00f714e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619784 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619807 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619827 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619843 [ 365 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619862 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619862 [ 360 ] {} TCP-Session: b704b435-8c4a-4e7a-bec0-e96334e9b2be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619901 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619913 [ 362 ] {} TCP-Session: 40f7d883-9648-4e3e-a1a4-5f15c9139cfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619917 [ 366 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619949 [ 364 ] {} TCP-Session: 1ee02336-0666-43da-b676-e87c529a7cfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619979 [ 366 ] {} TCP-Session: 4d797f58-3679-4c44-8218-fb63b23b5042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619895 [ 365 ] {} TCP-Session: ed9103b4-9cf9-4a70-9afa-65e7704e2160 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619877 [ 363 ] {} TCP-Session: 59238f6a-9606-4f14-9039-62a489c4e236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.619883 [ 367 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.619826 [ 361 ] {} TCP-Session: 415683c3-eff4-4e3e-8d91-dbbeb4f32655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.620080 [ 367 ] {} TCP-Session: 730199ef-83ce-44ba-b76f-b012bf6f84f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.628131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.01.06 01:57:32.637541 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59746 2026.01.06 01:57:32.637623 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.637649 [ 351 ] {} TCP-Session: 32b3973c-08a0-4172-b430-425212ba78c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59746 2026.01.06 01:57:32.637667 [ 351 ] {} TCP-Session: 32b3973c-08a0-4172-b430-425212ba78c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.637679 [ 351 ] {} TCP-Session: 32b3973c-08a0-4172-b430-425212ba78c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.637853 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32786 2026.01.06 01:57:32.637853 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63759 2026.01.06 01:57:32.637878 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39932 2026.01.06 01:57:32.637915 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59985 2026.01.06 01:57:32.637934 [ 367 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35704 2026.01.06 01:57:32.637963 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.637981 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638005 [ 360 ] {} TCP-Session: 3059753d-2799-4bff-9875-ce42b890e108 Authenticating user 'default' from [fd00:1122:3344:101::e]:63759 2026.01.06 01:57:32.638019 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638030 [ 362 ] {} TCP-Session: 865ff319-11c0-41a4-aa9e-83e6d0c1b688 Authenticating user 'default' from [fd00:1122:3344:101::e]:39932 2026.01.06 01:57:32.638041 [ 360 ] {} TCP-Session: 3059753d-2799-4bff-9875-ce42b890e108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638055 [ 365 ] {} TCP-Session: 779aaa20-34e1-4fa6-ad10-2a881abd38f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59985 2026.01.06 01:57:32.638077 [ 360 ] {} TCP-Session: 3059753d-2799-4bff-9875-ce42b890e108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638064 [ 362 ] {} TCP-Session: 865ff319-11c0-41a4-aa9e-83e6d0c1b688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638105 [ 365 ] {} TCP-Session: 779aaa20-34e1-4fa6-ad10-2a881abd38f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638131 [ 362 ] {} TCP-Session: 865ff319-11c0-41a4-aa9e-83e6d0c1b688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638145 [ 365 ] {} TCP-Session: 779aaa20-34e1-4fa6-ad10-2a881abd38f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.637927 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.637897 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36205 2026.01.06 01:57:32.638199 [ 361 ] {} TCP-Session: 70cee35c-c777-420f-baa4-97672db7ee71 Authenticating user 'default' from [fd00:1122:3344:101::e]:32786 2026.01.06 01:57:32.637879 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39992 2026.01.06 01:57:32.638233 [ 361 ] {} TCP-Session: 70cee35c-c777-420f-baa4-97672db7ee71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638021 [ 367 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638256 [ 361 ] {} TCP-Session: 70cee35c-c777-420f-baa4-97672db7ee71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638259 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638280 [ 367 ] {} TCP-Session: ea5e9669-f172-4bab-a711-41d790ace745 Authenticating user 'default' from [fd00:1122:3344:101::e]:35704 2026.01.06 01:57:32.638287 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638304 [ 364 ] {} TCP-Session: 231afefd-b258-4454-b252-c28437294af4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36205 2026.01.06 01:57:32.638311 [ 367 ] {} TCP-Session: ea5e9669-f172-4bab-a711-41d790ace745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638325 [ 363 ] {} TCP-Session: 7cbc757e-b8ba-413d-bb28-55945677f878 Authenticating user 'default' from [fd00:1122:3344:101::e]:39992 2026.01.06 01:57:32.638337 [ 364 ] {} TCP-Session: 231afefd-b258-4454-b252-c28437294af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638344 [ 367 ] {} TCP-Session: ea5e9669-f172-4bab-a711-41d790ace745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638356 [ 363 ] {} TCP-Session: 7cbc757e-b8ba-413d-bb28-55945677f878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638367 [ 364 ] {} TCP-Session: 231afefd-b258-4454-b252-c28437294af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638387 [ 363 ] {} TCP-Session: 7cbc757e-b8ba-413d-bb28-55945677f878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.637927 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38817 2026.01.06 01:57:32.637980 [ 351 ] {} TCP-Session: 32b3973c-08a0-4172-b430-425212ba78c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:32.638482 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.638505 [ 366 ] {} TCP-Session: 20bf8b77-4c51-4502-8287-5dbb6da7f7f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:38817 2026.01.06 01:57:32.638522 [ 366 ] {} TCP-Session: 20bf8b77-4c51-4502-8287-5dbb6da7f7f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638534 [ 366 ] {} TCP-Session: 20bf8b77-4c51-4502-8287-5dbb6da7f7f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.638593 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} executeQuery: (from [fd00:1122:3344:101::e]:59746) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:57:32.638817 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:57:32.638889 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:57:32.639159 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:57:32.640121 [ 306 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} AggregatingTransform: Aggregating 2026.01.06 01:57:32.640154 [ 306 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} Aggregator: Aggregation method: without_key 2026.01.06 01:57:32.640187 [ 306 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914299 sec. (1093.734 rows/sec., 42.72 KiB/sec.) 2026.01.06 01:57:32.640204 [ 306 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} Aggregator: Merging aggregated data 2026.01.06 01:57:32.641607 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} executeQuery: Read 1 rows, 40.00 B in 0.003064 sec., 326.37075718015666 rows/sec., 12.75 KiB/sec. 2026.01.06 01:57:32.641768 [ 351 ] {a98dabce-ae22-4e2d-86ec-5a05fa9e9763} TCPHandler: Processed in 0.003904027 sec. 2026.01.06 01:57:32.641894 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.641928 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.641934 [ 351 ] {} TCP-Session: 32b3973c-08a0-4172-b430-425212ba78c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.641957 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.641978 [ 367 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.641997 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.642019 [ 367 ] {} TCP-Session: ea5e9669-f172-4bab-a711-41d790ace745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642021 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.642046 [ 365 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.642055 [ 362 ] {} TCP-Session: 865ff319-11c0-41a4-aa9e-83e6d0c1b688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642083 [ 366 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.642100 [ 365 ] {} TCP-Session: 779aaa20-34e1-4fa6-ad10-2a881abd38f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642072 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.642125 [ 366 ] {} TCP-Session: 20bf8b77-4c51-4502-8287-5dbb6da7f7f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642007 [ 361 ] {} TCP-Session: 70cee35c-c777-420f-baa4-97672db7ee71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642160 [ 364 ] {} TCP-Session: 231afefd-b258-4454-b252-c28437294af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.641972 [ 360 ] {} TCP-Session: 3059753d-2799-4bff-9875-ce42b890e108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.642073 [ 363 ] {} TCP-Session: 7cbc757e-b8ba-413d-bb28-55945677f878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.647268 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:32.647328 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:32.653993 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.06 01:57:32.654788 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:32.659934 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.01.06 01:57:32.701778 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42614 2026.01.06 01:57:32.701887 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.701918 [ 351 ] {} TCP-Session: cfad8261-59a6-4dfa-8d39-5a2a31d8cd59 Authenticating user 'default' from [fd00:1122:3344:101::e]:42614 2026.01.06 01:57:32.701941 [ 351 ] {} TCP-Session: cfad8261-59a6-4dfa-8d39-5a2a31d8cd59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.701961 [ 351 ] {} TCP-Session: cfad8261-59a6-4dfa-8d39-5a2a31d8cd59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702199 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50317 2026.01.06 01:57:32.702221 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49975 2026.01.06 01:57:32.702255 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61699 2026.01.06 01:57:32.702265 [ 366 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64261 2026.01.06 01:57:32.702283 [ 351 ] {} TCP-Session: cfad8261-59a6-4dfa-8d39-5a2a31d8cd59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:32.702317 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702328 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702356 [ 366 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702356 [ 360 ] {} TCP-Session: f8645303-239c-49dd-8b40-cd2aaa35be82 Authenticating user 'default' from [fd00:1122:3344:101::e]:50317 2026.01.06 01:57:32.702388 [ 362 ] {} TCP-Session: 2361d521-ae84-4388-b292-e2232c0c2ee1 Authenticating user 'default' from [fd00:1122:3344:101::e]:49975 2026.01.06 01:57:32.702390 [ 366 ] {} TCP-Session: 339530ed-d3ef-40a9-b454-c6333ebeb83b Authenticating user 'default' from [fd00:1122:3344:101::e]:64261 2026.01.06 01:57:32.702409 [ 360 ] {} TCP-Session: f8645303-239c-49dd-8b40-cd2aaa35be82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702414 [ 362 ] {} TCP-Session: 2361d521-ae84-4388-b292-e2232c0c2ee1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702425 [ 366 ] {} TCP-Session: 339530ed-d3ef-40a9-b454-c6333ebeb83b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702434 [ 360 ] {} TCP-Session: f8645303-239c-49dd-8b40-cd2aaa35be82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702454 [ 366 ] {} TCP-Session: 339530ed-d3ef-40a9-b454-c6333ebeb83b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702201 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48967 2026.01.06 01:57:32.702335 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702474 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} executeQuery: (from [fd00:1122:3344:101::e]:42614) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:57:32.702551 [ 364 ] {} TCP-Session: f77f5649-0f7c-40a8-8953-66cc0ae39b78 Authenticating user 'default' from [fd00:1122:3344:101::e]:61699 2026.01.06 01:57:32.702446 [ 362 ] {} TCP-Session: 2361d521-ae84-4388-b292-e2232c0c2ee1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702583 [ 364 ] {} TCP-Session: f77f5649-0f7c-40a8-8953-66cc0ae39b78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702604 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702612 [ 364 ] {} TCP-Session: f77f5649-0f7c-40a8-8953-66cc0ae39b78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702270 [ 365 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53398 2026.01.06 01:57:32.702649 [ 361 ] {} TCP-Session: fee6841d-9a77-4520-a090-59b32c6ec128 Authenticating user 'default' from [fd00:1122:3344:101::e]:48967 2026.01.06 01:57:32.702272 [ 367 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38751 2026.01.06 01:57:32.702705 [ 361 ] {} TCP-Session: fee6841d-9a77-4520-a090-59b32c6ec128 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702231 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53453 2026.01.06 01:57:32.702721 [ 361 ] {} TCP-Session: fee6841d-9a77-4520-a090-59b32c6ec128 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702751 [ 365 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702763 [ 367 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702786 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:57:32.702797 [ 367 ] {} TCP-Session: fe51bc53-8f59-46a1-a04f-158d6c25746c Authenticating user 'default' from [fd00:1122:3344:101::e]:38751 2026.01.06 01:57:32.702789 [ 365 ] {} TCP-Session: cd77eee5-95e5-4f1f-a2d5-4aaccb8531c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53398 2026.01.06 01:57:32.702816 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:57:32.702818 [ 367 ] {} TCP-Session: fe51bc53-8f59-46a1-a04f-158d6c25746c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702840 [ 365 ] {} TCP-Session: cd77eee5-95e5-4f1f-a2d5-4aaccb8531c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702862 [ 367 ] {} TCP-Session: fe51bc53-8f59-46a1-a04f-158d6c25746c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702876 [ 365 ] {} TCP-Session: cd77eee5-95e5-4f1f-a2d5-4aaccb8531c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702882 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:57:32.702810 [ 363 ] {} TCP-Session: 83f075fd-a2bb-4727-bb58-a9b518654a34 Authenticating user 'default' from [fd00:1122:3344:101::e]:53453 2026.01.06 01:57:32.702940 [ 363 ] {} TCP-Session: 83f075fd-a2bb-4727-bb58-a9b518654a34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.702952 [ 363 ] {} TCP-Session: 83f075fd-a2bb-4727-bb58-a9b518654a34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.703189 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:57:32.704196 [ 349 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} AggregatingTransform: Aggregating 2026.01.06 01:57:32.704243 [ 349 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} Aggregator: Aggregation method: without_key 2026.01.06 01:57:32.704278 [ 349 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000983719 sec. (1016.550 rows/sec., 39.71 KiB/sec.) 2026.01.06 01:57:32.704295 [ 349 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} Aggregator: Merging aggregated data 2026.01.06 01:57:32.705615 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} executeQuery: Read 1 rows, 40.00 B in 0.003199 sec., 312.5976867771179 rows/sec., 12.21 KiB/sec. 2026.01.06 01:57:32.705807 [ 351 ] {b75021c8-98c3-4a79-932a-bb5be6f6960b} TCPHandler: Processed in 0.003647075 sec. 2026.01.06 01:57:32.705957 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.705984 [ 351 ] {} TCP-Session: cfad8261-59a6-4dfa-8d39-5a2a31d8cd59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.705992 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706012 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706038 [ 367 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706048 [ 360 ] {} TCP-Session: f8645303-239c-49dd-8b40-cd2aaa35be82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706066 [ 361 ] {} TCP-Session: fee6841d-9a77-4520-a090-59b32c6ec128 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706080 [ 367 ] {} TCP-Session: fe51bc53-8f59-46a1-a04f-158d6c25746c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706088 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706064 [ 365 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706131 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706155 [ 366 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706178 [ 365 ] {} TCP-Session: cd77eee5-95e5-4f1f-a2d5-4aaccb8531c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706183 [ 364 ] {} TCP-Session: f77f5649-0f7c-40a8-8953-66cc0ae39b78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706128 [ 363 ] {} TCP-Session: 83f075fd-a2bb-4727-bb58-a9b518654a34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706117 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:57:32.706243 [ 366 ] {} TCP-Session: 339530ed-d3ef-40a9-b454-c6333ebeb83b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:32.706323 [ 362 ] {} TCP-Session: 2361d521-ae84-4388-b292-e2232c0c2ee1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:57:33.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 356.82 MiB, peak 366.63 MiB, free memory in arenas 0.00 B, will set to 355.54 MiB (RSS), difference: -1.29 MiB 2026.01.06 01:57:33.481558 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1640 2026.01.06 01:57:33.484193 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:33.484250 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:33.485520 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.06 01:57:33.485790 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:33.486117 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1640 2026.01.06 01:57:35.290869 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.291232 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.291336 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:57:35.292254 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.292303 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.292714 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:57:35.292942 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.293099 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} executeQuery: Read 410 rows, 26.63 KiB in 0.001944 sec., 210905.3497942387 rows/sec., 13.38 MiB/sec. 2026.01.06 01:57:35.293141 [ 254 ] {de7bc04a-b92e-4a13-b87e-09bdcef618c5} TCPHandler: Processed in 0.002401382 sec. 2026.01.06 01:57:35.293277 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.293372 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:35.293413 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:35.294382 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.294420 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.294790 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:57:35.295027 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.295156 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} executeQuery: Read 1174 rows, 95.65 KiB in 0.001802 sec., 651498.3351831299 rows/sec., 51.84 MiB/sec. 2026.01.06 01:57:35.295194 [ 254 ] {5a045146-f732-4387-9ea3-ef927a45749c} TCPHandler: Processed in 0.001968449 sec. 2026.01.06 01:57:35.295315 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.295409 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.295448 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:35.296025 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.296065 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.296383 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:35.296594 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.296727 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} executeQuery: Read 236 rows, 14.65 KiB in 0.001337 sec., 176514.58489154823 rows/sec., 10.70 MiB/sec. 2026.01.06 01:57:35.296766 [ 254 ] {b4e2c26b-fcae-4cd1-be37-bbdea41e1fee} TCPHandler: Processed in 0.001504214 sec. 2026.01.06 01:57:35.296875 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.296969 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.297008 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:57:35.297495 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.297532 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.297831 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:57:35.298035 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.298166 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} executeQuery: Read 212 rows, 14.00 KiB in 0.001215 sec., 174485.59670781894 rows/sec., 11.25 MiB/sec. 2026.01.06 01:57:35.298203 [ 254 ] {bf2bb2ab-a4d6-4be4-bc36-e832118f7104} TCPHandler: Processed in 0.001375413 sec. 2026.01.06 01:57:35.298309 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.298401 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.298439 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:57:35.298909 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.298945 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.299242 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:57:35.299455 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.299582 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} executeQuery: Read 211 rows, 12.27 KiB in 0.001198 sec., 176126.87813021702 rows/sec., 10.00 MiB/sec. 2026.01.06 01:57:35.299619 [ 254 ] {8ba1b0b1-9ff7-4c97-8aa3-bac535072ba1} TCPHandler: Processed in 0.001357383 sec. 2026.01.06 01:57:35.299724 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.299816 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:35.299853 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:35.300517 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.300552 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.300871 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:57:35.301076 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.301197 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} executeQuery: Read 710 rows, 50.95 KiB in 0.001399 sec., 507505.36097212293 rows/sec., 35.57 MiB/sec. 2026.01.06 01:57:35.301233 [ 254 ] {932e80f6-d96b-4c8e-8d7f-94bc4413cd6b} TCPHandler: Processed in 0.001556735 sec. 2026.01.06 01:57:35.301341 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.301433 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:57:35.301473 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:57:35.301791 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.301825 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.302124 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.06 01:57:35.302326 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.302450 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2026.01.06 01:57:35.302486 [ 254 ] {f6aebd50-e6c7-45a3-934b-f37ac4cfb017} TCPHandler: Processed in 0.001192571 sec. 2026.01.06 01:57:35.302602 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.302693 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.302734 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:35.303182 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.303217 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.303544 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:57:35.303750 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.303872 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} executeQuery: Read 314 rows, 21.12 KiB in 0.001197 sec., 262322.47284878866 rows/sec., 17.23 MiB/sec. 2026.01.06 01:57:35.303876 [ 34 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2026.01.06 01:57:35.303908 [ 254 ] {74f88d4a-4e1d-4f80-8e71-14d1546411e2} TCPHandler: Processed in 0.001353613 sec. 2026.01.06 01:57:35.303940 [ 34 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.303966 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.304029 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.304091 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_95_19 to all_100_100_0 into Compact with storage Full 2026.01.06 01:57:35.304126 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.304166 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:57:35.304205 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:35.304239 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 26159 rows starting from the beginning of the part 2026.01.06 01:57:35.304306 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 128 rows starting from the beginning of the part 2026.01.06 01:57:35.304360 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2026.01.06 01:57:35.304409 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 314 rows starting from the beginning of the part 2026.01.06 01:57:35.304453 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 161 rows starting from the beginning of the part 2026.01.06 01:57:35.304475 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.304500 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 314 rows starting from the beginning of the part 2026.01.06 01:57:35.304511 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.304824 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:57:35.305025 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.305152 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} executeQuery: Read 1 rows, 69.00 B in 0.001043 sec., 958.7727708533076 rows/sec., 64.60 KiB/sec. 2026.01.06 01:57:35.305187 [ 254 ] {ed8ff1fa-13bf-4140-b3c8-9e690f8b32f9} TCPHandler: Processed in 0.001205472 sec. 2026.01.06 01:57:35.305298 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.305388 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.305441 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} 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.01.06 01:57:35.306263 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.306298 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.306826 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.01.06 01:57:35.307046 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.307186 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} executeQuery: Read 31 rows, 56.88 KiB in 0.001814 sec., 17089.30540242558 rows/sec., 30.62 MiB/sec. 2026.01.06 01:57:35.307240 [ 254 ] {b75f2bd7-8859-4ba6-9855-ec211580c83e} TCPHandler: Processed in 0.001989019 sec. 2026.01.06 01:57:35.307351 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:35.307443 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:35.307483 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:35.307815 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:35.307850 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:35.308156 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:57:35.308361 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.308484 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} executeQuery: Read 104 rows, 6.53 KiB in 0.001059 sec., 98205.85457979226 rows/sec., 6.02 MiB/sec. 2026.01.06 01:57:35.308519 [ 254 ] {b6fd3f47-dc4e-41cf-9d76-c10e5fea08de} TCPHandler: Processed in 0.001215452 sec. 2026.01.06 01:57:35.309465 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 27236 rows, containing 5 columns (5 merged, 0 gathered) in 0.005419921 sec., 5025165.495954646 rows/sec., 342.70 MiB/sec. 2026.01.06 01:57:35.309832 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2026.01.06 01:57:35.310138 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:35.310217 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_100_20} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2026.01.06 01:57:35.310314 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.06 01:57:38.210137 [ 27 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:57:38.210212 [ 27 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:57:38.396155 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31705 2026.01.06 01:57:38.397033 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:38.397073 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:38.397576 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:57:38.397836 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:38.397970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31705 2026.01.06 01:57:38.397984 [ 27 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:57:38.398058 [ 27 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:38.398081 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. 2026.01.06 01:57:38.398199 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:57:38.398301 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:38.398336 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29273 rows starting from the beginning of the part 2026.01.06 01:57:38.398400 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 512 rows starting from the beginning of the part 2026.01.06 01:57:38.398449 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 448 rows starting from the beginning of the part 2026.01.06 01:57:38.398496 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 512 rows starting from the beginning of the part 2026.01.06 01:57:38.398542 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 448 rows starting from the beginning of the part 2026.01.06 01:57:38.398585 [ 189 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 512 rows starting from the beginning of the part 2026.01.06 01:57:38.400691 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31705 rows, containing 4 columns (4 merged, 0 gathered) in 0.002529414 sec., 12534523.806699893 rows/sec., 179.31 MiB/sec. 2026.01.06 01:57:38.401342 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:57:38.401756 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:38.401836 [ 199 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_66_13} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:57:38.401938 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.95 MiB. 2026.01.06 01:57:40.160064 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.01.06 01:57:40.178421 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.178487 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.185109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.06 01:57:40.185882 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.186182 [ 29 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.06 01:57:40.186254 [ 29 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.186274 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.186403 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.01.06 01:57:40.190322 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:40.190417 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.01.06 01:57:40.191793 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.01.06 01:57:40.196268 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.01.06 01:57:40.200694 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.01.06 01:57:40.205324 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.01.06 01:57:40.210115 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.01.06 01:57:40.214205 [ 199 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.01.06 01:57:40.271510 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.085164065 sec., 5835.794709893193 rows/sec., 30.18 MiB/sec. 2026.01.06 01:57:40.274139 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.06 01:57:40.275974 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.276075 [ 195 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_66_13} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.06 01:57:40.276614 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.276797 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:40.276871 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:40.277605 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.277646 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.277856 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.28 MiB. 2026.01.06 01:57:40.278073 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:57:40.278301 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.278422 [ 29 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.06 01:57:40.278448 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} executeQuery: Read 76 rows, 6.39 KiB in 0.001706 sec., 44548.65181711606 rows/sec., 3.66 MiB/sec. 2026.01.06 01:57:40.278464 [ 29 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.278489 [ 254 ] {c311ac5f-a5d7-4159-a365-5626faff2d20} TCPHandler: Processed in 0.002009389 sec. 2026.01.06 01:57:40.278495 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.278615 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.278614 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.06 01:57:40.278716 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:40.278760 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:40.278762 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:40.278810 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2468 rows starting from the beginning of the part 2026.01.06 01:57:40.278876 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 76 rows starting from the beginning of the part 2026.01.06 01:57:40.278922 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:57:40.278964 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 77 rows starting from the beginning of the part 2026.01.06 01:57:40.279005 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1174 rows starting from the beginning of the part 2026.01.06 01:57:40.279046 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 76 rows starting from the beginning of the part 2026.01.06 01:57:40.279166 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.279207 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.279546 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:40.279755 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.279889 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} executeQuery: Read 10 rows, 770.00 B in 0.001196 sec., 8361.204013377926 rows/sec., 628.72 KiB/sec. 2026.01.06 01:57:40.279925 [ 254 ] {dacf68c7-7422-4c32-ab42-99d4eff805c2} TCPHandler: Processed in 0.001360633 sec. 2026.01.06 01:57:40.280031 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.280123 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:40.280161 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:40.280573 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.280607 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.280922 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:57:40.281133 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.281205 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5045 rows, containing 5 columns (5 merged, 0 gathered) in 0.002652365 sec., 1902076.0717322088 rows/sec., 160.73 MiB/sec. 2026.01.06 01:57:40.281236 [ 29 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.06 01:57:40.281256 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} executeQuery: Read 74 rows, 5.92 KiB in 0.00115 sec., 64347.82608695652 rows/sec., 5.02 MiB/sec. 2026.01.06 01:57:40.281270 [ 29 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.281287 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.281292 [ 254 ] {52185a06-a8f3-49ea-a608-d26b7b9d51e0} TCPHandler: Processed in 0.001308163 sec. 2026.01.06 01:57:40.281358 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.06 01:57:40.281408 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.281459 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:40.281491 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1250 rows starting from the beginning of the part 2026.01.06 01:57:40.281505 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:40.281507 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.06 01:57:40.281538 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 74 rows starting from the beginning of the part 2026.01.06 01:57:40.281552 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:40.281581 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 710 rows starting from the beginning of the part 2026.01.06 01:57:40.281620 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 76 rows starting from the beginning of the part 2026.01.06 01:57:40.281657 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 710 rows starting from the beginning of the part 2026.01.06 01:57:40.281693 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 74 rows starting from the beginning of the part 2026.01.06 01:57:40.281883 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.281961 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_101_20} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.06 01:57:40.281971 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.282005 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.282056 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.06 01:57:40.282347 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:57:40.282585 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.282710 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.01.06 01:57:40.282746 [ 254 ] {c1997a80-e32c-4b70-a8ea-36838c3bfcb8} TCPHandler: Processed in 0.001384863 sec. 2026.01.06 01:57:40.282852 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.282917 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2894 rows, containing 5 columns (5 merged, 0 gathered) in 0.001586655 sec., 1823962.991324516 rows/sec., 137.56 MiB/sec. 2026.01.06 01:57:40.282943 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:40.283004 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} 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.01.06 01:57:40.283149 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.06 01:57:40.283403 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.283475 [ 198 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_101_20} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.06 01:57:40.283545 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.06 01:57:40.283854 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.283896 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.284450 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.01.06 01:57:40.284667 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.284804 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} executeQuery: Read 10 rows, 18.35 KiB in 0.001878 sec., 5324.813631522897 rows/sec., 9.54 MiB/sec. 2026.01.06 01:57:40.284858 [ 254 ] {b8a7228a-fae6-494f-bde2-528791a454db} TCPHandler: Processed in 0.002053189 sec. 2026.01.06 01:57:40.284982 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:40.285079 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:40.285123 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:40.285465 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.285500 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.285802 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:57:40.286027 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.286165 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.06 01:57:40.286165 [ 29 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.06 01:57:40.286201 [ 254 ] {766e54c1-3b8e-431f-981f-cd02035a7a7c} TCPHandler: Processed in 0.001277872 sec. 2026.01.06 01:57:40.286212 [ 29 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:40.286231 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:40.286301 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.06 01:57:40.286382 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:40.286414 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5134 rows starting from the beginning of the part 2026.01.06 01:57:40.286468 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:40.286509 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 104 rows starting from the beginning of the part 2026.01.06 01:57:40.286549 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:40.286587 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 104 rows starting from the beginning of the part 2026.01.06 01:57:40.286628 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2026.01.06 01:57:40.288576 [ 198 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5522 rows, containing 4 columns (4 merged, 0 gathered) in 0.002307072 sec., 2393510.042166001 rows/sec., 157.39 MiB/sec. 2026.01.06 01:57:40.288923 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.06 01:57:40.289165 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:40.289224 [ 197 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_101_20} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.06 01:57:40.289278 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.06 01:57:41.000218 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 357.21 MiB, peak 370.41 MiB, free memory in arenas 0.00 B, will set to 358.55 MiB (RSS), difference: 1.34 MiB 2026.01.06 01:57:43.486398 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1674 2026.01.06 01:57:43.488729 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:43.488770 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:43.490019 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.06 01:57:43.490304 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:43.490638 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1674 2026.01.06 01:57:45.308682 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.308936 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.309005 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:57:45.309652 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.309701 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.310113 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:57:45.310348 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.310499 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} executeQuery: Read 24 rows, 2.04 KiB in 0.001614 sec., 14869.888475836431 rows/sec., 1.23 MiB/sec. 2026.01.06 01:57:45.310541 [ 254 ] {97fb6935-d708-4428-9472-0fa48fc7f6c4} TCPHandler: Processed in 0.002046249 sec. 2026.01.06 01:57:45.310664 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.310758 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:57:45.310798 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:57:45.311182 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.311219 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.311518 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.06 01:57:45.311728 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.311859 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} executeQuery: Read 12 rows, 1002.00 B in 0.001119 sec., 10723.860589812333 rows/sec., 874.46 KiB/sec. 2026.01.06 01:57:45.311895 [ 254 ] {ef5c6c39-c9a2-470b-8cc6-97f41a3582ba} TCPHandler: Processed in 0.001279122 sec. 2026.01.06 01:57:45.312008 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.312137 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:45.312186 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:45.313331 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.313367 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.313762 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:57:45.313974 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.314102 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} executeQuery: Read 1384 rows, 118.22 KiB in 0.001989 sec., 695827.0487682252 rows/sec., 58.05 MiB/sec. 2026.01.06 01:57:45.314139 [ 254 ] {88584e03-4221-4b1c-9e0d-3ccf6f4b69e6} TCPHandler: Processed in 0.002189391 sec. 2026.01.06 01:57:45.314245 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.314338 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.314377 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:45.314776 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.314812 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.315108 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:45.315312 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.315415 [ 42 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.06 01:57:45.315439 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} executeQuery: Read 55 rows, 4.13 KiB in 0.001119 sec., 49151.02770330652 rows/sec., 3.60 MiB/sec. 2026.01.06 01:57:45.315484 [ 42 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.315494 [ 254 ] {8d7f7c0e-8ec4-43ca-8e7e-79a57e773c83} TCPHandler: Processed in 0.001295832 sec. 2026.01.06 01:57:45.315514 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.315634 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.315657 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.06 01:57:45.315757 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.315809 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:57:45.315812 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:45.315863 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 278 rows starting from the beginning of the part 2026.01.06 01:57:45.315938 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 236 rows starting from the beginning of the part 2026.01.06 01:57:45.315991 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part 2026.01.06 01:57:45.316039 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 236 rows starting from the beginning of the part 2026.01.06 01:57:45.316086 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:45.316132 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 55 rows starting from the beginning of the part 2026.01.06 01:57:45.316401 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.316452 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.316842 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:57:45.317084 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.317116 [ 198 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 827 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521654 sec., 543487.5471033494 rows/sec., 35.97 MiB/sec. 2026.01.06 01:57:45.317212 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} executeQuery: Read 252 rows, 17.85 KiB in 0.001479 sec., 170385.39553752536 rows/sec., 11.78 MiB/sec. 2026.01.06 01:57:45.317257 [ 254 ] {e2973678-3eb7-48c1-b925-c9b7a3741241} TCPHandler: Processed in 0.001682336 sec. 2026.01.06 01:57:45.317303 [ 198 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.06 01:57:45.317370 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.317470 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.317511 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:57:45.317602 [ 198 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.317680 [ 198 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_96_19} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.06 01:57:45.317873 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.06 01:57:45.317898 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.317941 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.318246 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:57:45.318452 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.318576 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.01.06 01:57:45.318613 [ 254 ] {13dafad6-1b58-44d9-ba83-3eb612a5f9f7} TCPHandler: Processed in 0.001290282 sec. 2026.01.06 01:57:45.318752 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.318873 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:45.319022 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:45.319795 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.319832 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.320187 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:57:45.320398 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.320529 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} executeQuery: Read 599 rows, 46.12 KiB in 0.001679 sec., 356759.97617629543 rows/sec., 26.83 MiB/sec. 2026.01.06 01:57:45.320567 [ 254 ] {f063b283-0e2a-4df5-ab8c-3b51a58c9919} TCPHandler: Processed in 0.001883428 sec. 2026.01.06 01:57:45.320684 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.320779 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.320823 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:45.321465 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.321505 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.321892 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:57:45.322108 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.322241 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} executeQuery: Read 886 rows, 61.58 KiB in 0.001481 sec., 598244.4294395678 rows/sec., 40.60 MiB/sec. 2026.01.06 01:57:45.322278 [ 254 ] {818bc624-a427-4f2a-a00c-f277a874331c} TCPHandler: Processed in 0.001645065 sec. 2026.01.06 01:57:45.322392 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.322502 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.322564 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} 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.01.06 01:57:45.323424 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.323459 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.323987 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.01.06 01:57:45.324203 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.324330 [ 62 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.01.06 01:57:45.324343 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} executeQuery: Read 31 rows, 56.88 KiB in 0.001864 sec., 16630.901287553646 rows/sec., 29.80 MiB/sec. 2026.01.06 01:57:45.324377 [ 62 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.324406 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.324410 [ 254 ] {25e70954-f43b-4999-9127-58448897c4ea} TCPHandler: Processed in 0.002081259 sec. 2026.01.06 01:57:45.324536 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:45.324574 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.01.06 01:57:45.324639 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:45.324689 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:45.324915 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:45.324982 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1792 rows starting from the beginning of the part 2026.01.06 01:57:45.325061 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.325104 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.325123 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:45.325257 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:45.325380 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:45.325450 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:57:45.325499 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 10 rows starting from the beginning of the part 2026.01.06 01:57:45.325626 [ 196 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 31 rows starting from the beginning of the part 2026.01.06 01:57:45.325688 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.325829 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} executeQuery: Read 60 rows, 4.14 KiB in 0.00121 sec., 49586.776859504134 rows/sec., 3.34 MiB/sec. 2026.01.06 01:57:45.325867 [ 254 ] {47fb31d5-b1a8-44f2-9ba8-44d13d2f0388} TCPHandler: Processed in 0.001384593 sec. 2026.01.06 01:57:45.336714 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1905 rows, containing 19 columns (19 merged, 0 gathered) in 0.012215724 sec., 155946.54889059378 rows/sec., 279.45 MiB/sec. 2026.01.06 01:57:45.338123 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.01.06 01:57:45.338465 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.338544 [ 192 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_96_19} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.01.06 01:57:45.338652 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.35 MiB. 2026.01.06 01:57:45.898202 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32153 2026.01.06 01:57:45.898751 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:45.898800 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:45.899273 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:57:45.899502 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:45.899635 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32153 2026.01.06 01:57:46.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 359.42 MiB, peak 376.72 MiB, free memory in arenas 0.00 B, will set to 366.48 MiB (RSS), difference: 7.05 MiB 2026.01.06 01:57:47.690549 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.01.06 01:57:47.706568 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:47.706631 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:47.712595 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.06 01:57:47.713316 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:47.716573 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.01.06 01:57:50.276809 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.277005 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:50.277073 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:50.277759 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.277806 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.278220 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:57:50.278450 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.278605 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} executeQuery: Read 76 rows, 6.39 KiB in 0.001651 sec., 46032.707450030284 rows/sec., 3.78 MiB/sec. 2026.01.06 01:57:50.278662 [ 254 ] {294add30-6f7f-4585-b095-3f3759f982bb} TCPHandler: Processed in 0.001986379 sec. 2026.01.06 01:57:50.278792 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.278892 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:50.278938 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:50.279362 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.279400 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.279717 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:50.279947 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.280083 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} executeQuery: Read 10 rows, 770.00 B in 0.001213 sec., 8244.023083264632 rows/sec., 619.91 KiB/sec. 2026.01.06 01:57:50.280129 [ 254 ] {9527a132-e7d7-4b65-b8ab-84af3a96fe05} TCPHandler: Processed in 0.001389922 sec. 2026.01.06 01:57:50.280246 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.280341 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:50.280383 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:50.280807 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.280843 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.281167 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:57:50.281375 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.281505 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} executeQuery: Read 74 rows, 5.92 KiB in 0.001183 sec., 62552.83178360101 rows/sec., 4.88 MiB/sec. 2026.01.06 01:57:50.281543 [ 254 ] {1b3d6baf-befe-4ca4-813c-5d4212779a08} TCPHandler: Processed in 0.001348483 sec. 2026.01.06 01:57:50.281659 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.281754 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:50.281799 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:50.282258 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.282293 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.282623 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:57:50.282833 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.282965 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.06 01:57:50.283004 [ 254 ] {a246f665-7c4b-41a9-a9cd-66839d50d71f} TCPHandler: Processed in 0.001394483 sec. 2026.01.06 01:57:50.283118 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.283214 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:50.283270 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} 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.01.06 01:57:50.284076 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.284113 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.284638 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.01.06 01:57:50.284861 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.285003 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} executeQuery: Read 10 rows, 18.35 KiB in 0.001809 sec., 5527.91597567717 rows/sec., 9.91 MiB/sec. 2026.01.06 01:57:50.285069 [ 254 ] {68603687-1741-4653-9ae2-7c4302c06957} TCPHandler: Processed in 0.002001049 sec. 2026.01.06 01:57:50.285187 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:50.285287 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:50.285329 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:50.285677 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:50.285713 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:50.286033 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:57:50.286240 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:50.286365 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.06 01:57:50.286401 [ 254 ] {894746fe-1344-4190-9722-8d5f51515ae0} TCPHandler: Processed in 0.001263912 sec. 2026.01.06 01:57:53.210458 [ 138 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:57:53.210503 [ 138 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:57:53.399837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32665 2026.01.06 01:57:53.400384 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:53.400427 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:53.400942 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:57:53.401173 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:53.401309 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32665 2026.01.06 01:57:53.490900 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1706 2026.01.06 01:57:53.493190 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:53.493240 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:53.494432 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.06 01:57:53.494691 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:53.494864 [ 138 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.06 01:57:53.494931 [ 138 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:53.494958 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. 2026.01.06 01:57:53.494967 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1706 2026.01.06 01:57:53.495060 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.01.06 01:57:53.495503 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:57:53.495630 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1532 rows starting from the beginning of the part 2026.01.06 01:57:53.495950 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 46 rows starting from the beginning of the part 2026.01.06 01:57:53.496283 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 20 rows starting from the beginning of the part 2026.01.06 01:57:53.496622 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 42 rows starting from the beginning of the part 2026.01.06 01:57:53.496948 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 34 rows starting from the beginning of the part 2026.01.06 01:57:53.497253 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part 2026.01.06 01:57:53.503831 [ 187 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1706 rows, containing 72 columns (72 merged, 0 gathered) in 0.008813043 sec., 193576.7248610951 rows/sec., 152.17 MiB/sec. 2026.01.06 01:57:53.505569 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.06 01:57:53.506163 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:53.506254 [ 194 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_51_10} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.06 01:57:53.506573 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.06 01:57:55.216775 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.01.06 01:57:55.233005 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.233069 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.239189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.06 01:57:55.239955 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.243160 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.01.06 01:57:55.278532 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.278709 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:57:55.278777 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:57:55.279523 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.279572 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.280004 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:57:55.280264 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.280418 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} executeQuery: Read 118 rows, 10.23 KiB in 0.001759 sec., 67083.57021034679 rows/sec., 5.68 MiB/sec. 2026.01.06 01:57:55.280462 [ 254 ] {c4ead03b-19d8-4d6c-9799-8ec7e3f89d6e} TCPHandler: Processed in 0.002061769 sec. 2026.01.06 01:57:55.280593 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.280690 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:57:55.280732 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:57:55.281156 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.281193 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.281500 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:55.281710 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.281854 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} executeQuery: Read 31 rows, 2.33 KiB in 0.001185 sec., 26160.337552742614 rows/sec., 1.92 MiB/sec. 2026.01.06 01:57:55.281894 [ 254 ] {35336692-8319-4f42-b5f6-023cdb1c17c3} TCPHandler: Processed in 0.001352383 sec. 2026.01.06 01:57:55.282023 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.282119 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:57:55.282160 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:57:55.282590 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.282627 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.282969 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:57:55.283183 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.283311 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} executeQuery: Read 95 rows, 7.60 KiB in 0.00121 sec., 78512.39669421488 rows/sec., 6.13 MiB/sec. 2026.01.06 01:57:55.283349 [ 254 ] {4e3c579d-9779-4e07-8a39-afe40d953f17} TCPHandler: Processed in 0.001381813 sec. 2026.01.06 01:57:55.283465 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.283562 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:55.283606 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:57:55.284026 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.284062 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.284404 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:57:55.284621 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.284747 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2026.01.06 01:57:55.284784 [ 254 ] {2ad2806f-6083-4f7e-bca3-2face866c1b8} TCPHandler: Processed in 0.001367823 sec. 2026.01.06 01:57:55.284901 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.284994 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:57:55.285048 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} 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.01.06 01:57:55.285919 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.285956 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.286531 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.01.06 01:57:55.286759 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.286906 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} executeQuery: Read 31 rows, 56.88 KiB in 0.001931 sec., 16053.858104609011 rows/sec., 28.77 MiB/sec. 2026.01.06 01:57:55.286963 [ 254 ] {1ac0a6a2-b82d-496d-9592-5118dd43a06c} TCPHandler: Processed in 0.00211038 sec. 2026.01.06 01:57:55.287079 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:57:55.287172 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:57:55.287215 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:57:55.287553 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:57:55.287588 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. 2026.01.06 01:57:55.287894 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:57:55.288121 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:57:55.288255 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.01.06 01:57:55.288293 [ 254 ] {a8b780e6-65a2-4d76-9e0e-d1c50281599c} TCPHandler: Processed in 0.001264091 sec. 2026.01.06 01:58:00.276530 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.276748 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:58:00.276821 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:58:00.277545 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.277593 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.277971 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.06 01:58:00.278196 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.278343 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} executeQuery: Read 4 rows, 334.00 B in 0.001653 sec., 2419.8427102238356 rows/sec., 197.32 KiB/sec. 2026.01.06 01:58:00.278385 [ 254 ] {2fc18365-7cf9-4f9d-b5e6-fc0b5760fcfe} TCPHandler: Processed in 0.001993319 sec. 2026.01.06 01:58:00.278521 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.278614 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:00.278653 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:00.279080 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.279115 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.279419 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:00.279620 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.279763 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} executeQuery: Read 78 rows, 6.53 KiB in 0.001168 sec., 66780.82191780822 rows/sec., 5.46 MiB/sec. 2026.01.06 01:58:00.279800 [ 254 ] {28b126ff-4fc2-495b-84bb-950ebbcaa438} TCPHandler: Processed in 0.001326383 sec. 2026.01.06 01:58:00.279907 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.279998 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:00.280037 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:00.280457 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.280492 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.280777 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:58:00.281000 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.281125 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} executeQuery: Read 14 rows, 1.03 KiB in 0.001145 sec., 12227.07423580786 rows/sec., 900.66 KiB/sec. 2026.01.06 01:58:00.281161 [ 254 ] {85f67356-f593-4c19-a01c-4819c6735d92} TCPHandler: Processed in 0.001301723 sec. 2026.01.06 01:58:00.281264 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.281356 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:00.281394 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:00.281794 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.281829 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.282126 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:00.282333 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.282469 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} executeQuery: Read 78 rows, 6.24 KiB in 0.001131 sec., 68965.5172413793 rows/sec., 5.39 MiB/sec. 2026.01.06 01:58:00.282506 [ 254 ] {b028e189-db7e-47af-b118-7d930fbca9f5} TCPHandler: Processed in 0.001289322 sec. 2026.01.06 01:58:00.282613 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.282704 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:00.282746 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:00.283148 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.283183 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.283505 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:00.283709 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.283852 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} executeQuery: Read 162 rows, 11.55 KiB in 0.001165 sec., 139055.7939914163 rows/sec., 9.68 MiB/sec. 2026.01.06 01:58:00.283875 [ 147 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2026.01.06 01:58:00.283888 [ 254 ] {08fe6201-5d73-40ff-bb8c-99c70fb737f4} TCPHandler: Processed in 0.001322642 sec. 2026.01.06 01:58:00.283944 [ 147 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.283969 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.284027 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.284074 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2026.01.06 01:58:00.284123 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:00.284181 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} 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.01.06 01:58:00.284203 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:00.284244 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 27236 rows starting from the beginning of the part 2026.01.06 01:58:00.284314 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:00.284359 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 886 rows starting from the beginning of the part 2026.01.06 01:58:00.284401 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:00.284444 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:00.284484 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 162 rows starting from the beginning of the part 2026.01.06 01:58:00.284954 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.284994 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.285544 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.01.06 01:58:00.285779 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.285919 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} executeQuery: Read 10 rows, 18.35 KiB in 0.001814 sec., 5512.679162072767 rows/sec., 9.88 MiB/sec. 2026.01.06 01:58:00.285973 [ 254 ] {8128fce9-07c7-4d6b-8885-2e11ddbfab31} TCPHandler: Processed in 0.001993418 sec. 2026.01.06 01:58:00.286081 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:00.286174 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:00.286216 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:00.286553 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.286588 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.286891 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:00.287097 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.287239 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.01.06 01:58:00.287275 [ 254 ] {02da706c-29e0-4ff9-a6c1-52da76d3028f} TCPHandler: Processed in 0.001241712 sec. 2026.01.06 01:58:00.290700 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 28764 rows, containing 5 columns (5 merged, 0 gathered) in 0.006668902 sec., 4313153.799531017 rows/sec., 294.24 MiB/sec. 2026.01.06 01:58:00.291318 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2026.01.06 01:58:00.291592 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.291656 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_105_21} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2026.01.06 01:58:00.291734 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.06 01:58:00.901561 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33113 2026.01.06 01:58:00.902354 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:00.902397 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:00.902908 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:58:00.903138 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:00.903269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33113 2026.01.06 01:58:02.743287 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.01.06 01:58:02.760089 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:02.760140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:02.766202 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.06 01:58:02.766902 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:02.770075 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.01.06 01:58:03.495222 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1732 2026.01.06 01:58:03.497823 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:03.497868 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:03.499040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.06 01:58:03.499301 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:03.499565 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1732 2026.01.06 01:58:04.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 364.13 MiB, peak 376.72 MiB, free memory in arenas 0.00 B, will set to 368.14 MiB (RSS), difference: 4.00 MiB 2026.01.06 01:58:05.277736 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.277954 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:05.278028 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:05.278871 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.278923 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.279327 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:05.279554 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.279706 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} executeQuery: Read 118 rows, 10.23 KiB in 0.001808 sec., 65265.48672566372 rows/sec., 5.53 MiB/sec. 2026.01.06 01:58:05.279728 [ 143 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.06 01:58:05.279749 [ 254 ] {122ba8f2-51de-4064-a1ac-19c44f0e840b} TCPHandler: Processed in 0.00215959 sec. 2026.01.06 01:58:05.279810 [ 143 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.279841 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.279958 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.279969 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.06 01:58:05.280065 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:05.280111 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:05.280127 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:05.280169 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2468 rows starting from the beginning of the part 2026.01.06 01:58:05.280245 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:58:05.280295 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:05.280343 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 118 rows starting from the beginning of the part 2026.01.06 01:58:05.280386 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 78 rows starting from the beginning of the part 2026.01.06 01:58:05.280428 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 118 rows starting from the beginning of the part 2026.01.06 01:58:05.280608 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.280651 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.280981 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:58:05.281218 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.281355 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} executeQuery: Read 31 rows, 2.33 KiB in 0.00131 sec., 23664.12213740458 rows/sec., 1.74 MiB/sec. 2026.01.06 01:58:05.281393 [ 254 ] {9f49a48f-74d4-4d5d-814f-b8d89eff3efd} TCPHandler: Processed in 0.001489244 sec. 2026.01.06 01:58:05.281506 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.281600 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:05.281640 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:05.282144 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.282180 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.282219 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 4242 rows, containing 5 columns (5 merged, 0 gathered) in 0.002304352 sec., 1840864.5901320633 rows/sec., 158.70 MiB/sec. 2026.01.06 01:58:05.282471 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.06 01:58:05.282533 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:05.282773 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.282854 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_106_21} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.06 01:58:05.282875 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.282921 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:58:05.283030 [ 143 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.06 01:58:05.283021 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} executeQuery: Read 95 rows, 7.60 KiB in 0.00144 sec., 65972.22222222222 rows/sec., 5.15 MiB/sec. 2026.01.06 01:58:05.283068 [ 143 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.283105 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.283110 [ 254 ] {99f7d251-94f0-440b-ab56-6ec978f1d40e} TCPHandler: Processed in 0.001651515 sec. 2026.01.06 01:58:05.283213 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.06 01:58:05.283263 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.283320 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:05.283354 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1250 rows starting from the beginning of the part 2026.01.06 01:58:05.283357 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:05.283404 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:05.283412 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 599 rows starting from the beginning of the part 2026.01.06 01:58:05.283457 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 74 rows starting from the beginning of the part 2026.01.06 01:58:05.283499 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 95 rows starting from the beginning of the part 2026.01.06 01:58:05.283539 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 78 rows starting from the beginning of the part 2026.01.06 01:58:05.283579 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 95 rows starting from the beginning of the part 2026.01.06 01:58:05.283852 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.283890 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.284238 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:05.284459 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.284588 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.01.06 01:58:05.284625 [ 254 ] {f0ce5e4b-967a-4400-9fc4-f8123b5ecb39} TCPHandler: Processed in 0.001412703 sec. 2026.01.06 01:58:05.284661 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494134 sec., 1466401.273245907 rows/sec., 113.99 MiB/sec. 2026.01.06 01:58:05.284749 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.284816 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.06 01:58:05.284842 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:05.284896 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} 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.01.06 01:58:05.285032 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.285091 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_106_21} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.06 01:58:05.285151 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.06 01:58:05.285766 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.285801 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.286338 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.01.06 01:58:05.286550 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.286697 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} executeQuery: Read 31 rows, 56.88 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 29.88 MiB/sec. 2026.01.06 01:58:05.286754 [ 254 ] {902e884b-f4f3-4e78-b76e-6c97ea2d4068} TCPHandler: Processed in 0.002059949 sec. 2026.01.06 01:58:05.286874 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:05.286967 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:05.287008 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:05.287343 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.287379 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.287673 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:05.287873 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.287996 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.01.06 01:58:05.288014 [ 140 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.06 01:58:05.288031 [ 254 ] {234013fc-6adc-4ab2-bce9-d2c3c1d6ccb3} TCPHandler: Processed in 0.001206291 sec. 2026.01.06 01:58:05.288077 [ 140 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:05.288102 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:05.288209 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.06 01:58:05.288365 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:05.288400 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5522 rows starting from the beginning of the part 2026.01.06 01:58:05.288460 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:05.288501 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:05.288540 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:05.288576 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:05.288613 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:05.290362 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5822 rows, containing 4 columns (4 merged, 0 gathered) in 0.002203191 sec., 2642530.7656031637 rows/sec., 173.99 MiB/sec. 2026.01.06 01:58:05.290709 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.06 01:58:05.290951 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:05.291025 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_106_21} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.06 01:58:05.291100 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.01.06 01:58:08.210754 [ 139 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:58:08.210809 [ 139 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:58:08.219677 [ 224 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:08.219759 [ 224 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:08.238001 [ 224 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:08.403502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33625 2026.01.06 01:58:08.404379 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:08.404469 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:08.405139 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:58:08.405356 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:08.405489 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33625 2026.01.06 01:58:08.962625 [ 223 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:08.962704 [ 223 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:08.971863 [ 223 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:10.270192 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 2026.01.06 01:58:10.276713 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.276917 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:10.276993 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:10.277710 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.277748 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.278167 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:10.278399 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.278554 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} executeQuery: Read 76 rows, 6.39 KiB in 0.001694 sec., 44864.2266824085 rows/sec., 3.68 MiB/sec. 2026.01.06 01:58:10.278596 [ 254 ] {9c9d50b8-45dc-48fe-b1ac-ac74c8666c52} TCPHandler: Processed in 0.002028649 sec. 2026.01.06 01:58:10.278732 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.278827 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:10.278869 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:10.279298 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.279335 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.279646 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:58:10.279869 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.279998 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} executeQuery: Read 10 rows, 770.00 B in 0.00119 sec., 8403.361344537814 rows/sec., 631.89 KiB/sec. 2026.01.06 01:58:10.280001 [ 125 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.06 01:58:10.280036 [ 254 ] {7cd59388-6703-48d4-8d6b-87a023dcd6e3} TCPHandler: Processed in 0.001364282 sec. 2026.01.06 01:58:10.280046 [ 125 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.280065 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.280153 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.280155 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.06 01:58:10.280252 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:10.280268 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:10.280301 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:10.280310 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 278 rows starting from the beginning of the part 2026.01.06 01:58:10.280377 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:10.280428 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:10.280478 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 14 rows starting from the beginning of the part 2026.01.06 01:58:10.280519 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:10.280560 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:10.280721 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.280757 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.281080 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:10.281301 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 374 rows, containing 5 columns (5 merged, 0 gathered) in 0.001187851 sec., 314854.30411726725 rows/sec., 21.72 MiB/sec. 2026.01.06 01:58:10.281343 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.281406 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.06 01:58:10.281473 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} executeQuery: Read 74 rows, 5.92 KiB in 0.001239 sec., 59725.585149313956 rows/sec., 4.66 MiB/sec. 2026.01.06 01:58:10.281511 [ 254 ] {e70da3f0-3094-4f5a-94b6-e28f0a04f5c0} TCPHandler: Processed in 0.001408943 sec. 2026.01.06 01:58:10.281628 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.281633 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.281694 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_101_20} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.06 01:58:10.281739 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:10.281749 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.01.06 01:58:10.281782 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:10.282200 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.282233 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.282577 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:10.282790 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.282917 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.01.06 01:58:10.282954 [ 254 ] {7bf3e4d0-c80e-445a-a6da-93ce13a89f11} TCPHandler: Processed in 0.001377433 sec. 2026.01.06 01:58:10.283071 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.283165 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:10.283220 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} 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.01.06 01:58:10.284010 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.284043 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.284591 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.01.06 01:58:10.284818 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.284954 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} executeQuery: Read 10 rows, 18.35 KiB in 0.001807 sec., 5534.034311012728 rows/sec., 9.92 MiB/sec. 2026.01.06 01:58:10.284955 [ 125 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.01.06 01:58:10.285003 [ 125 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.285012 [ 254 ] {0b9b643a-4f00-4902-8f94-3656632561dd} TCPHandler: Processed in 0.001997389 sec. 2026.01.06 01:58:10.285026 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.285120 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.01.06 01:58:10.285124 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:10.285260 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:10.285302 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:10.285367 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:10.285419 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1905 rows starting from the beginning of the part 2026.01.06 01:58:10.285533 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:10.285633 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:10.285651 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.285686 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.285728 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:10.285821 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:10.285912 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:10.286011 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:10.286248 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.286378 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} executeQuery: Read 60 rows, 4.14 KiB in 0.001137 sec., 52770.44854881267 rows/sec., 3.56 MiB/sec. 2026.01.06 01:58:10.286413 [ 254 ] {6ed6ff14-51b7-4067-8e22-a68e1b5cc98c} TCPHandler: Processed in 0.001338843 sec. 2026.01.06 01:58:10.287117 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:10.287180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:10.293637 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.06 01:58:10.294443 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.295976 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1997 rows, containing 19 columns (19 merged, 0 gathered) in 0.010892402 sec., 183338.80809760783 rows/sec., 328.53 MiB/sec. 2026.01.06 01:58:10.297655 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.01.06 01:58:10.297982 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:10.298046 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 528 2026.01.06 01:58:10.298047 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_101_20} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.01.06 01:58:10.298157 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.43 MiB. 2026.01.06 01:58:11.000250 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.45 MiB, peak 390.83 MiB, free memory in arenas 0.00 B, will set to 374.41 MiB (RSS), difference: 4.97 MiB 2026.01.06 01:58:11.488245 [ 101 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.01.06 01:58:11.488315 [ 101 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:11.488339 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:11.488525 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.01.06 01:58:11.488782 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:11.488838 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2026.01.06 01:58:11.488950 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.01.06 01:58:11.489027 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.01.06 01:58:11.489097 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 12 rows starting from the beginning of the part 2026.01.06 01:58:11.489160 [ 195 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part 2026.01.06 01:58:11.490248 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818887 sec., 23091.044138530873 rows/sec., 1.93 MiB/sec. 2026.01.06 01:58:11.490413 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.01.06 01:58:11.490705 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:11.490783 [ 197 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_25_6} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.01.06 01:58:11.490873 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.06 01:58:13.499823 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1756 2026.01.06 01:58:13.502266 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:13.502316 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:13.503475 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.06 01:58:13.503745 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:13.504005 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1756 2026.01.06 01:58:15.093466 [ 221 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.093573 [ 221 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.102199 [ 221 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.233778 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.233847 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.241980 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.306274 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.306455 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.306529 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:58:15.307243 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.307286 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.307668 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:58:15.307889 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.308037 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} executeQuery: Read 24 rows, 2.04 KiB in 0.001638 sec., 14652.014652014654 rows/sec., 1.22 MiB/sec. 2026.01.06 01:58:15.308085 [ 254 ] {d455d6f5-dd05-4060-af11-a631996b665d} TCPHandler: Processed in 0.001945068 sec. 2026.01.06 01:58:15.308216 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.308322 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:15.308365 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:15.309488 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.309528 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.309930 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:15.310138 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.310267 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} executeQuery: Read 1378 rows, 117.79 KiB in 0.001967 sec., 700559.2272496187 rows/sec., 58.48 MiB/sec. 2026.01.06 01:58:15.310305 [ 254 ] {b545969e-b053-4c2e-8b67-e8aa56475665} TCPHandler: Processed in 0.00214163 sec. 2026.01.06 01:58:15.310423 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.310519 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.310559 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:15.310968 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.311004 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.311294 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:58:15.311508 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.311633 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} executeQuery: Read 43 rows, 3.29 KiB in 0.001135 sec., 37885.46255506608 rows/sec., 2.83 MiB/sec. 2026.01.06 01:58:15.311670 [ 254 ] {fb6b213e-6e60-4a47-a6c3-af9a94500cb6} TCPHandler: Processed in 0.001296252 sec. 2026.01.06 01:58:15.311774 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.311865 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.311904 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:58:15.312361 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.312396 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.312694 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:58:15.312896 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.313018 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} executeQuery: Read 252 rows, 17.85 KiB in 0.00117 sec., 215384.61538461538 rows/sec., 14.90 MiB/sec. 2026.01.06 01:58:15.313055 [ 254 ] {72ebd96c-6359-481b-9791-a97e9281fa84} TCPHandler: Processed in 0.001328293 sec. 2026.01.06 01:58:15.313160 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.313251 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.313289 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:58:15.313667 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.313701 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.313979 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:58:15.314184 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.314306 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} executeQuery: Read 12 rows, 960.00 B in 0.001073 sec., 11183.597390493942 rows/sec., 873.72 KiB/sec. 2026.01.06 01:58:15.314343 [ 254 ] {750bed26-1c3c-40e0-81b4-653301f876c8} TCPHandler: Processed in 0.001230002 sec. 2026.01.06 01:58:15.314450 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.314542 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:15.314579 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:15.315207 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.315243 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.315557 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:15.315777 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.315905 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} executeQuery: Read 587 rows, 45.14 KiB in 0.001381 sec., 425054.30847212166 rows/sec., 31.92 MiB/sec. 2026.01.06 01:58:15.315942 [ 254 ] {3f2e0a35-d7e9-4f71-8a93-531a7d663baa} TCPHandler: Processed in 0.001544035 sec. 2026.01.06 01:58:15.316048 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.316139 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.316180 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:15.316763 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.316801 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.317158 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:15.317363 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.317486 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} executeQuery: Read 880 rows, 61.16 KiB in 0.001364 sec., 645161.2903225806 rows/sec., 43.79 MiB/sec. 2026.01.06 01:58:15.317521 [ 254 ] {a5300a7f-4bee-498a-90eb-9533bf049f0d} TCPHandler: Processed in 0.001521405 sec. 2026.01.06 01:58:15.317625 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.317717 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.317771 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} 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.01.06 01:58:15.318588 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.318624 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.319152 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.01.06 01:58:15.319367 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.319507 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} executeQuery: Read 31 rows, 56.88 KiB in 0.001808 sec., 17146.017699115044 rows/sec., 30.72 MiB/sec. 2026.01.06 01:58:15.319560 [ 254 ] {d6aca9fc-e3de-4076-aec3-1877a4816dad} TCPHandler: Processed in 0.001982578 sec. 2026.01.06 01:58:15.319599 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.319632 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.319667 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:15.319759 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:15.319799 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:15.320117 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.320151 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.320454 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:15.320659 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.320784 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.01.06 01:58:15.320818 [ 254 ] {0ac7f920-36ba-4073-b4f7-86ff7402105d} TCPHandler: Processed in 0.001198781 sec. 2026.01.06 01:58:15.320905 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.320964 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.327047 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.327159 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.685521 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.685577 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.695168 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.717792 [ 224 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.717824 [ 224 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.720225 [ 224 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:15.905714 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34073 2026.01.06 01:58:15.906223 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.906268 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.906757 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:58:15.906992 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.907140 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34073 2026.01.06 01:58:15.907145 [ 135 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:58:15.907218 [ 135 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:15.907241 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:15.907356 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:58:15.907492 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:15.907532 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31705 rows starting from the beginning of the part 2026.01.06 01:58:15.907602 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 448 rows starting from the beginning of the part 2026.01.06 01:58:15.907649 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 512 rows starting from the beginning of the part 2026.01.06 01:58:15.907688 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 448 rows starting from the beginning of the part 2026.01.06 01:58:15.907725 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 512 rows starting from the beginning of the part 2026.01.06 01:58:15.907760 [ 196 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 448 rows starting from the beginning of the part 2026.01.06 01:58:15.909982 [ 198 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34073 rows, containing 4 columns (4 merged, 0 gathered) in 0.002674675 sec., 12739117.83674652 rows/sec., 182.23 MiB/sec. 2026.01.06 01:58:15.910358 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:58:15.910652 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:15.910720 [ 200 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_71_14} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:58:15.910806 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2026.01.06 01:58:17.798175 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 535 2026.01.06 01:58:17.815950 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:17.816013 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:17.822114 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.06 01:58:17.822812 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:17.823105 [ 132 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.06 01:58:17.823170 [ 132 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:17.823191 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:17.823299 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.01.06 01:58:17.826550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.01.06 01:58:17.827078 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:17.828608 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.01.06 01:58:17.833372 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:17.837967 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.01.06 01:58:17.842376 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:17.847181 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:17.852367 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 7 rows starting from the beginning of the part 2026.01.06 01:58:17.920628 [ 198 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.097372139 sec., 5494.384795223611 rows/sec., 28.41 MiB/sec. 2026.01.06 01:58:17.923640 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.06 01:58:17.925638 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:17.925753 [ 196 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_71_14} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.06 01:58:17.927841 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.01.06 01:58:18.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 375.54 MiB, peak 392.95 MiB, free memory in arenas 0.00 B, will set to 374.49 MiB (RSS), difference: -1.06 MiB 2026.01.06 01:58:20.277117 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.277337 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:20.277409 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:20.278139 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.278186 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.278589 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:20.278807 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.278956 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} executeQuery: Read 76 rows, 6.39 KiB in 0.001674 sec., 45400.23894862605 rows/sec., 3.73 MiB/sec. 2026.01.06 01:58:20.278998 [ 254 ] {6ca5e2c2-f43c-44bc-a05e-a268c312e615} TCPHandler: Processed in 0.002022469 sec. 2026.01.06 01:58:20.279169 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.279275 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:20.279314 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:20.279824 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.279865 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.280149 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:58:20.280351 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.280476 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} executeQuery: Read 10 rows, 770.00 B in 0.001219 sec., 8203.445447087777 rows/sec., 616.86 KiB/sec. 2026.01.06 01:58:20.280513 [ 254 ] {20958304-4698-4d9a-a881-4ff6b6cd4ff6} TCPHandler: Processed in 0.001391844 sec. 2026.01.06 01:58:20.280624 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.280724 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:20.280762 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:20.281228 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.281263 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.281560 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:20.281760 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.281884 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} executeQuery: Read 74 rows, 5.92 KiB in 0.001177 sec., 62871.70773152081 rows/sec., 4.91 MiB/sec. 2026.01.06 01:58:20.281920 [ 254 ] {5cfa119c-9c8a-4c97-a52b-4cf0f0709738} TCPHandler: Processed in 0.001343193 sec. 2026.01.06 01:58:20.282040 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.282137 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:20.282179 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:20.282639 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.282676 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.283015 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:20.283225 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.283350 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2026.01.06 01:58:20.283388 [ 254 ] {31cbe100-db83-4b51-b06a-b95065998975} TCPHandler: Processed in 0.001396263 sec. 2026.01.06 01:58:20.283503 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.283596 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:20.283650 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} 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.01.06 01:58:20.284455 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.284497 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.285015 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.01.06 01:58:20.285237 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.285373 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} executeQuery: Read 10 rows, 18.35 KiB in 0.001795 sec., 5571.030640668524 rows/sec., 9.98 MiB/sec. 2026.01.06 01:58:20.285427 [ 254 ] {d69e35e0-62d5-44d5-87d2-387655bc0ad7} TCPHandler: Processed in 0.001971358 sec. 2026.01.06 01:58:20.285538 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:20.285632 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:20.285673 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:20.285998 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:20.286033 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:20.286327 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:20.286536 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:20.286661 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2026.01.06 01:58:20.286696 [ 254 ] {a487ced7-7be8-47a8-9610-fcaaeef10b1f} TCPHandler: Processed in 0.001205711 sec. 2026.01.06 01:58:23.210868 [ 128 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:58:23.210940 [ 128 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:58:23.407337 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34585 2026.01.06 01:58:23.407941 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:23.407985 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:23.408479 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:58:23.408711 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:23.408841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34585 2026.01.06 01:58:23.504221 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1786 2026.01.06 01:58:23.506464 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:23.506514 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:23.507679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.06 01:58:23.507938 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:23.508155 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:23.508197 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:23.508220 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1786 2026.01.06 01:58:23.518482 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.01.06 01:58:25.278772 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.278991 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:25.279066 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:25.279874 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.279931 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.280350 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:25.280596 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.280753 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} executeQuery: Read 118 rows, 10.23 KiB in 0.001819 sec., 64870.808136338645 rows/sec., 5.49 MiB/sec. 2026.01.06 01:58:25.280797 [ 254 ] {b5b252a9-7b07-4fec-9e7d-b43fed8c3f71} TCPHandler: Processed in 0.002165461 sec. 2026.01.06 01:58:25.280930 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.281027 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:25.281070 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:25.281488 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.281526 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.281831 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:58:25.282045 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.282178 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} executeQuery: Read 31 rows, 2.33 KiB in 0.001171 sec., 26473.099914602906 rows/sec., 1.94 MiB/sec. 2026.01.06 01:58:25.282230 [ 254 ] {47975556-0f4a-4d80-afce-fb76df559c32} TCPHandler: Processed in 0.001348802 sec. 2026.01.06 01:58:25.282358 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.282459 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:25.282502 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:25.282998 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.283035 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.283366 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:25.283616 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.283755 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} executeQuery: Read 95 rows, 7.60 KiB in 0.001314 sec., 72298.32572298325 rows/sec., 5.65 MiB/sec. 2026.01.06 01:58:25.283798 [ 254 ] {3b48fa81-506f-4de1-aac7-28b9956156a6} TCPHandler: Processed in 0.001491394 sec. 2026.01.06 01:58:25.283919 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.284018 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:25.284066 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:25.284506 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.284544 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.284894 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:25.285112 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.285243 [ 123 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2026.01.06 01:58:25.285249 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} executeQuery: Read 160 rows, 11.41 KiB in 0.00125 sec., 128000 rows/sec., 8.91 MiB/sec. 2026.01.06 01:58:25.285314 [ 123 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.285334 [ 254 ] {f95a45f1-b80e-4499-b563-a4d200009c2d} TCPHandler: Processed in 0.001464684 sec. 2026.01.06 01:58:25.285340 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.285461 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.285476 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2026.01.06 01:58:25.285563 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:25.285625 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} 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.01.06 01:58:25.285628 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:25.285677 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 5 marks from part all_1_105_21, total 28764 rows starting from the beginning of the part 2026.01.06 01:58:25.285742 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:25.285790 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:25.285836 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 880 rows starting from the beginning of the part 2026.01.06 01:58:25.285878 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:25.285924 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:25.286487 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.286530 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.287116 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.01.06 01:58:25.287345 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.287494 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} executeQuery: Read 31 rows, 56.88 KiB in 0.001951 sec., 15889.287544848796 rows/sec., 28.47 MiB/sec. 2026.01.06 01:58:25.287566 [ 254 ] {be889b1f-4e94-40e5-b2e1-e98aadb30187} TCPHandler: Processed in 0.0021548 sec. 2026.01.06 01:58:25.287679 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:25.287774 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:25.287817 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:25.288153 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.288189 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.288507 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:25.288715 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.288849 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.06 01:58:25.288886 [ 254 ] {b8ec4fb9-694f-4513-b46b-b5cfede739b6} TCPHandler: Processed in 0.001255871 sec. 2026.01.06 01:58:25.291956 [ 193 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 30284 rows, containing 5 columns (5 merged, 0 gathered) in 0.006541331 sec., 4629638.830384825 rows/sec., 315.92 MiB/sec. 2026.01.06 01:58:25.292347 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2026.01.06 01:58:25.292623 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.292699 [ 190 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_110_22} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2026.01.06 01:58:25.292775 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.06 01:58:25.326670 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.01.06 01:58:25.342872 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:25.342915 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:25.348925 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.06 01:58:25.349630 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:25.352668 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.01.06 01:58:27.692136 [ 119 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2026.01.06 01:58:27.692203 [ 119 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:27.692224 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:27.692337 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2026.01.06 01:58:27.692470 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:27.692508 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 223 rows starting from the beginning of the part 2026.01.06 01:58:27.692586 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2026.01.06 01:58:27.692637 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2026.01.06 01:58:27.692684 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.01.06 01:58:27.692730 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2026.01.06 01:58:27.693566 [ 190 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 669 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272951 sec., 525550.4728775892 rows/sec., 32.40 MiB/sec. 2026.01.06 01:58:27.693720 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2026.01.06 01:58:27.693964 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:27.694032 [ 191 ] {cc0690dd-6d66-481d-8344-5d5675c9c5ce::all_1_26_6} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2026.01.06 01:58:27.694096 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.06 01:58:29.153284 [ 120 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2026.01.06 01:58:29.153372 [ 120 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:29.153411 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. 2026.01.06 01:58:29.153616 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2026.01.06 01:58:29.153814 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:29.153872 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 434 rows starting from the beginning of the part 2026.01.06 01:58:29.153980 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2026.01.06 01:58:29.154058 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2026.01.06 01:58:29.154114 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.01.06 01:58:29.154152 [ 188 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.01.06 01:58:29.155021 [ 191 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 1302 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513744 sec., 860119.0161612531 rows/sec., 58.77 MiB/sec. 2026.01.06 01:58:29.155233 [ 190 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2026.01.06 01:58:29.155539 [ 190 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:29.155620 [ 190 ] {9de36d1b-aa04-41f0-8f83-6f89378c59fc::all_1_26_6} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2026.01.06 01:58:29.155714 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.06 01:58:30.277164 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.277419 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:58:30.277504 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:58:30.278257 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.278295 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.278686 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.06 01:58:30.278907 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.279067 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} executeQuery: Read 2 rows, 167.00 B in 0.001712 sec., 1168.2242990654206 rows/sec., 95.26 KiB/sec. 2026.01.06 01:58:30.279110 [ 254 ] {6ff020a1-f5f8-4f9f-baf5-329f36c42cf9} TCPHandler: Processed in 0.00212257 sec. 2026.01.06 01:58:30.279238 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.279335 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:30.279375 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:30.279807 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.279842 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.280167 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:58:30.280383 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.280503 [ 117 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.06 01:58:30.280510 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} executeQuery: Read 77 rows, 6.46 KiB in 0.001194 sec., 64489.112227805694 rows/sec., 5.28 MiB/sec. 2026.01.06 01:58:30.280537 [ 117 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.280556 [ 254 ] {8099c72e-7abd-4625-8a42-7bee9dbcab89} TCPHandler: Processed in 0.001368982 sec. 2026.01.06 01:58:30.280556 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.280673 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.280697 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.06 01:58:30.280766 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:30.280811 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:30.280854 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:30.280896 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2468 rows starting from the beginning of the part 2026.01.06 01:58:30.280972 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:30.281024 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:58:30.281074 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:30.281115 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 118 rows starting from the beginning of the part 2026.01.06 01:58:30.281157 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 77 rows starting from the beginning of the part 2026.01.06 01:58:30.281240 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.281284 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.281630 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:30.281854 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.281997 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} executeQuery: Read 12 rows, 913.00 B in 0.001249 sec., 9607.686148919136 rows/sec., 713.85 KiB/sec. 2026.01.06 01:58:30.282038 [ 254 ] {8adc4dda-f21a-4279-87a2-08b6eca91178} TCPHandler: Processed in 0.001414503 sec. 2026.01.06 01:58:30.282148 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.282247 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:30.282288 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:30.282709 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.282745 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.283032 [ 191 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 4193 rows, containing 5 columns (5 merged, 0 gathered) in 0.002401672 sec., 1745867.0459579825 rows/sec., 150.42 MiB/sec. 2026.01.06 01:58:30.283052 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:58:30.283284 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.283297 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.06 01:58:30.283398 [ 117 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.06 01:58:30.283422 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} executeQuery: Read 76 rows, 6.08 KiB in 0.001194 sec., 63651.59128978225 rows/sec., 4.97 MiB/sec. 2026.01.06 01:58:30.283431 [ 117 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.283460 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.283467 [ 254 ] {535b3070-305e-4533-9855-189f610b4a6d} TCPHandler: Processed in 0.001367872 sec. 2026.01.06 01:58:30.283569 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.283561 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.06 01:58:30.283586 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.283651 [ 187 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_111_22} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.06 01:58:30.283709 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:30.283722 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:30.283735 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.01.06 01:58:30.283762 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:30.283769 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1250 rows starting from the beginning of the part 2026.01.06 01:58:30.283845 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 74 rows starting from the beginning of the part 2026.01.06 01:58:30.283888 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 587 rows starting from the beginning of the part 2026.01.06 01:58:30.283930 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 74 rows starting from the beginning of the part 2026.01.06 01:58:30.283968 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 95 rows starting from the beginning of the part 2026.01.06 01:58:30.284007 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:30.284188 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.284229 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.284588 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:58:30.284844 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.284981 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} executeQuery: Read 161 rows, 11.48 KiB in 0.00129 sec., 124806.2015503876 rows/sec., 8.69 MiB/sec. 2026.01.06 01:58:30.285018 [ 254 ] {11664c54-b9a2-46bd-9145-bc720bbd0cc4} TCPHandler: Processed in 0.001486154 sec. 2026.01.06 01:58:30.285124 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.285219 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:30.285250 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2156 rows, containing 5 columns (5 merged, 0 gathered) in 0.001740666 sec., 1238606.372503398 rows/sec., 96.19 MiB/sec. 2026.01.06 01:58:30.285274 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} 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.01.06 01:58:30.285428 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.06 01:58:30.285696 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.285778 [ 186 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_111_22} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.06 01:58:30.285860 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.01.06 01:58:30.286088 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.286129 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.287351 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.01.06 01:58:30.287579 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.287723 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} executeQuery: Read 10 rows, 18.35 KiB in 0.002521 sec., 3966.6798889329634 rows/sec., 7.11 MiB/sec. 2026.01.06 01:58:30.287794 [ 254 ] {8ecd1b6d-ade9-4e79-b1e4-29c590e402f7} TCPHandler: Processed in 0.002718946 sec. 2026.01.06 01:58:30.287912 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:30.288017 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:30.288070 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:30.288428 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.288463 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.288764 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:58:30.288970 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.289084 [ 117 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.06 01:58:30.289099 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.01.06 01:58:30.289112 [ 117 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.289130 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.289135 [ 254 ] {7a434200-2941-475a-9bfe-ce52bbc10a9b} TCPHandler: Processed in 0.001272372 sec. 2026.01.06 01:58:30.289207 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.06 01:58:30.289307 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:30.289333 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5822 rows starting from the beginning of the part 2026.01.06 01:58:30.289379 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:30.289415 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:30.289449 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:30.289483 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:30.289516 [ 187 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:30.291086 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6122 rows, containing 4 columns (4 merged, 0 gathered) in 0.001910588 sec., 3204249.1630848725 rows/sec., 211.22 MiB/sec. 2026.01.06 01:58:30.291453 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.06 01:58:30.291729 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.291803 [ 186 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_111_22} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.06 01:58:30.291880 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.01.06 01:58:30.909037 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35033 2026.01.06 01:58:30.909628 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:30.909676 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:30.910225 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:58:30.910457 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:30.910588 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35033 2026.01.06 01:58:32.646080 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61929 2026.01.06 01:58:32.646189 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646225 [ 351 ] {} TCP-Session: a0dbae93-4992-4219-b5c5-ff503dee2157 Authenticating user 'default' from [fd00:1122:3344:101::e]:61929 2026.01.06 01:58:32.646259 [ 351 ] {} TCP-Session: a0dbae93-4992-4219-b5c5-ff503dee2157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646271 [ 351 ] {} TCP-Session: a0dbae93-4992-4219-b5c5-ff503dee2157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646523 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46226 2026.01.06 01:58:32.646546 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58151 2026.01.06 01:58:32.646532 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62341 2026.01.06 01:58:32.646534 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62155 2026.01.06 01:58:32.646630 [ 351 ] {} TCP-Session: a0dbae93-4992-4219-b5c5-ff503dee2157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:32.646646 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646683 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646683 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646706 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646713 [ 360 ] {} TCP-Session: 033ca576-f3e3-4130-bec2-46c4e7278b48 Authenticating user 'default' from [fd00:1122:3344:101::e]:46226 2026.01.06 01:58:32.646726 [ 363 ] {} TCP-Session: 210985ea-31e7-4692-9a3a-602e844a281a Authenticating user 'default' from [fd00:1122:3344:101::e]:58151 2026.01.06 01:58:32.646745 [ 362 ] {} TCP-Session: 07aa71c6-f053-4715-a96a-e58349c8f874 Authenticating user 'default' from [fd00:1122:3344:101::e]:62155 2026.01.06 01:58:32.646760 [ 360 ] {} TCP-Session: 033ca576-f3e3-4130-bec2-46c4e7278b48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646774 [ 363 ] {} TCP-Session: 210985ea-31e7-4692-9a3a-602e844a281a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646796 [ 360 ] {} TCP-Session: 033ca576-f3e3-4130-bec2-46c4e7278b48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646817 [ 363 ] {} TCP-Session: 210985ea-31e7-4692-9a3a-602e844a281a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646785 [ 362 ] {} TCP-Session: 07aa71c6-f053-4715-a96a-e58349c8f874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646853 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40205 2026.01.06 01:58:32.646866 [ 362 ] {} TCP-Session: 07aa71c6-f053-4715-a96a-e58349c8f874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646875 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} executeQuery: (from [fd00:1122:3344:101::e]:61929) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:58:32.646723 [ 361 ] {} TCP-Session: e1e5e752-3f9a-4c1f-bf04-81273f453906 Authenticating user 'default' from [fd00:1122:3344:101::e]:62341 2026.01.06 01:58:32.646938 [ 361 ] {} TCP-Session: e1e5e752-3f9a-4c1f-bf04-81273f453906 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646944 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.646952 [ 361 ] {} TCP-Session: e1e5e752-3f9a-4c1f-bf04-81273f453906 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.646958 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55693 2026.01.06 01:58:32.646968 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53194 2026.01.06 01:58:32.646972 [ 368 ] {} TCP-Session: d7f1626c-09ce-428b-ac39-46730bd28295 Authenticating user 'default' from [fd00:1122:3344:101::e]:40205 2026.01.06 01:58:32.646967 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53838 2026.01.06 01:58:32.647055 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.647060 [ 368 ] {} TCP-Session: d7f1626c-09ce-428b-ac39-46730bd28295 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647105 [ 370 ] {} TCP-Session: feddeebd-c49c-498c-a320-5b25b0d22433 Authenticating user 'default' from [fd00:1122:3344:101::e]:55693 2026.01.06 01:58:32.647112 [ 368 ] {} TCP-Session: d7f1626c-09ce-428b-ac39-46730bd28295 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647132 [ 370 ] {} TCP-Session: feddeebd-c49c-498c-a320-5b25b0d22433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647151 [ 370 ] {} TCP-Session: feddeebd-c49c-498c-a320-5b25b0d22433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647160 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:58:32.647218 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:58:32.647302 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.647335 [ 364 ] {} TCP-Session: 7daf06de-ee7d-4733-ac77-511659c20c83 Authenticating user 'default' from [fd00:1122:3344:101::e]:53838 2026.01.06 01:58:32.647354 [ 364 ] {} TCP-Session: 7daf06de-ee7d-4733-ac77-511659c20c83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647366 [ 364 ] {} TCP-Session: 7daf06de-ee7d-4733-ac77-511659c20c83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647464 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.647520 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:58:32.647525 [ 369 ] {} TCP-Session: 0bbee833-3344-463d-a068-85508bbfe536 Authenticating user 'default' from [fd00:1122:3344:101::e]:53194 2026.01.06 01:58:32.647569 [ 369 ] {} TCP-Session: 0bbee833-3344-463d-a068-85508bbfe536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.647582 [ 369 ] {} TCP-Session: 0bbee833-3344-463d-a068-85508bbfe536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.648458 [ 343 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} AggregatingTransform: Aggregating 2026.01.06 01:58:32.648502 [ 343 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} Aggregator: Aggregation method: without_key 2026.01.06 01:58:32.648540 [ 343 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000911078 sec. (1097.601 rows/sec., 42.88 KiB/sec.) 2026.01.06 01:58:32.648559 [ 343 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} Aggregator: Merging aggregated data 2026.01.06 01:58:32.650017 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} executeQuery: Read 1 rows, 40.00 B in 0.003195 sec., 312.98904538341156 rows/sec., 12.23 KiB/sec. 2026.01.06 01:58:32.650161 [ 351 ] {e9dc8772-f9f4-4563-bb02-42ce74b7d4a1} TCPHandler: Processed in 0.003655645 sec. 2026.01.06 01:58:32.650291 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650321 [ 351 ] {} TCP-Session: a0dbae93-4992-4219-b5c5-ff503dee2157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650325 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650346 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650358 [ 362 ] {} TCP-Session: 07aa71c6-f053-4715-a96a-e58349c8f874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650364 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650395 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650418 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650434 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650455 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650476 [ 370 ] {} TCP-Session: feddeebd-c49c-498c-a320-5b25b0d22433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650480 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.650497 [ 360 ] {} TCP-Session: 033ca576-f3e3-4130-bec2-46c4e7278b48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650502 [ 364 ] {} TCP-Session: 7daf06de-ee7d-4733-ac77-511659c20c83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650572 [ 369 ] {} TCP-Session: 0bbee833-3344-463d-a068-85508bbfe536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650435 [ 361 ] {} TCP-Session: e1e5e752-3f9a-4c1f-bf04-81273f453906 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650403 [ 368 ] {} TCP-Session: d7f1626c-09ce-428b-ac39-46730bd28295 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.650452 [ 363 ] {} TCP-Session: 210985ea-31e7-4692-9a3a-602e844a281a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686396 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50037 2026.01.06 01:58:32.686499 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.686527 [ 351 ] {} TCP-Session: 8098f6d2-975e-47e8-8182-2ee5255b8a6f Authenticating user 'default' from [fd00:1122:3344:101::e]:50037 2026.01.06 01:58:32.686555 [ 351 ] {} TCP-Session: 8098f6d2-975e-47e8-8182-2ee5255b8a6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686567 [ 351 ] {} TCP-Session: 8098f6d2-975e-47e8-8182-2ee5255b8a6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686765 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50647 2026.01.06 01:58:32.686770 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44003 2026.01.06 01:58:32.686806 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34641 2026.01.06 01:58:32.686823 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53386 2026.01.06 01:58:32.686821 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33091 2026.01.06 01:58:32.686854 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51789 2026.01.06 01:58:32.686891 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.686879 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.686939 [ 368 ] {} TCP-Session: 50e4e22f-25ee-45d7-9e85-2b520bbcb592 Authenticating user 'default' from [fd00:1122:3344:101::e]:53386 2026.01.06 01:58:32.686947 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.686954 [ 363 ] {} TCP-Session: 1026b5cc-a2c0-48af-a3d0-85930fb77cfe Authenticating user 'default' from [fd00:1122:3344:101::e]:34641 2026.01.06 01:58:32.686964 [ 368 ] {} TCP-Session: 50e4e22f-25ee-45d7-9e85-2b520bbcb592 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686984 [ 364 ] {} TCP-Session: 62df9aec-07ad-4d7c-9bc8-c817307fcf58 Authenticating user 'default' from [fd00:1122:3344:101::e]:33091 2026.01.06 01:58:32.686983 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.687020 [ 364 ] {} TCP-Session: 62df9aec-07ad-4d7c-9bc8-c817307fcf58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686989 [ 363 ] {} TCP-Session: 1026b5cc-a2c0-48af-a3d0-85930fb77cfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687060 [ 364 ] {} TCP-Session: 62df9aec-07ad-4d7c-9bc8-c817307fcf58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687068 [ 369 ] {} TCP-Session: ccfc73b9-1960-4d90-9139-84489d8eb643 Authenticating user 'default' from [fd00:1122:3344:101::e]:51789 2026.01.06 01:58:32.687083 [ 363 ] {} TCP-Session: 1026b5cc-a2c0-48af-a3d0-85930fb77cfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686995 [ 368 ] {} TCP-Session: 50e4e22f-25ee-45d7-9e85-2b520bbcb592 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687118 [ 369 ] {} TCP-Session: ccfc73b9-1960-4d90-9139-84489d8eb643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686874 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.687154 [ 369 ] {} TCP-Session: ccfc73b9-1960-4d90-9139-84489d8eb643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686855 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.687185 [ 362 ] {} TCP-Session: ff3b5f25-b027-407e-8fdb-8b1e537b82ec Authenticating user 'default' from [fd00:1122:3344:101::e]:44003 2026.01.06 01:58:32.687217 [ 361 ] {} TCP-Session: 3ee92749-8a25-46b3-a04c-5fe9f5379dcd Authenticating user 'default' from [fd00:1122:3344:101::e]:50647 2026.01.06 01:58:32.687232 [ 362 ] {} TCP-Session: ff3b5f25-b027-407e-8fdb-8b1e537b82ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687248 [ 361 ] {} TCP-Session: 3ee92749-8a25-46b3-a04c-5fe9f5379dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687258 [ 362 ] {} TCP-Session: ff3b5f25-b027-407e-8fdb-8b1e537b82ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687271 [ 361 ] {} TCP-Session: 3ee92749-8a25-46b3-a04c-5fe9f5379dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.686853 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49017 2026.01.06 01:58:32.686766 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62086 2026.01.06 01:58:32.686868 [ 351 ] {} TCP-Session: 8098f6d2-975e-47e8-8182-2ee5255b8a6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:32.687363 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.687387 [ 370 ] {} TCP-Session: a90aa178-a7e7-4768-a5ee-4957d38db37f Authenticating user 'default' from [fd00:1122:3344:101::e]:49017 2026.01.06 01:58:32.687400 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.687403 [ 370 ] {} TCP-Session: a90aa178-a7e7-4768-a5ee-4957d38db37f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687430 [ 360 ] {} TCP-Session: 6f068194-7ea6-4b30-852b-c6f46835d476 Authenticating user 'default' from [fd00:1122:3344:101::e]:62086 2026.01.06 01:58:32.687434 [ 370 ] {} TCP-Session: a90aa178-a7e7-4768-a5ee-4957d38db37f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687459 [ 360 ] {} TCP-Session: 6f068194-7ea6-4b30-852b-c6f46835d476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687485 [ 360 ] {} TCP-Session: 6f068194-7ea6-4b30-852b-c6f46835d476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.687521 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} executeQuery: (from [fd00:1122:3344:101::e]:50037) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:58:32.687771 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:58:32.687825 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:58:32.688111 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:58:32.689083 [ 326 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} AggregatingTransform: Aggregating 2026.01.06 01:58:32.689116 [ 326 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} Aggregator: Aggregation method: without_key 2026.01.06 01:58:32.689144 [ 326 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000933009 sec. (1071.801 rows/sec., 41.87 KiB/sec.) 2026.01.06 01:58:32.689162 [ 326 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} Aggregator: Merging aggregated data 2026.01.06 01:58:32.690653 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} executeQuery: Read 1 rows, 40.00 B in 0.003186 sec., 313.8731952291274 rows/sec., 12.26 KiB/sec. 2026.01.06 01:58:32.690787 [ 351 ] {e5d0046d-1679-4d54-abfb-e335d23c4601} TCPHandler: Processed in 0.004026868 sec. 2026.01.06 01:58:32.690912 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.690938 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.690948 [ 351 ] {} TCP-Session: 8098f6d2-975e-47e8-8182-2ee5255b8a6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.690961 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.690980 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.690987 [ 360 ] {} TCP-Session: 6f068194-7ea6-4b30-852b-c6f46835d476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.690996 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.691030 [ 370 ] {} TCP-Session: a90aa178-a7e7-4768-a5ee-4957d38db37f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691034 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.691060 [ 362 ] {} TCP-Session: ff3b5f25-b027-407e-8fdb-8b1e537b82ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691076 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.691088 [ 364 ] {} TCP-Session: 62df9aec-07ad-4d7c-9bc8-c817307fcf58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691015 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.691129 [ 369 ] {} TCP-Session: ccfc73b9-1960-4d90-9139-84489d8eb643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691016 [ 361 ] {} TCP-Session: 3ee92749-8a25-46b3-a04c-5fe9f5379dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691161 [ 363 ] {} TCP-Session: 1026b5cc-a2c0-48af-a3d0-85930fb77cfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.691050 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.691214 [ 368 ] {} TCP-Session: 50e4e22f-25ee-45d7-9e85-2b520bbcb592 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.776541 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41143 2026.01.06 01:58:32.776655 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.776697 [ 351 ] {} TCP-Session: 5a26d3bf-6254-4d20-ae8f-2730b319cd9d Authenticating user 'default' from [fd00:1122:3344:101::e]:41143 2026.01.06 01:58:32.776719 [ 351 ] {} TCP-Session: 5a26d3bf-6254-4d20-ae8f-2730b319cd9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.776731 [ 351 ] {} TCP-Session: 5a26d3bf-6254-4d20-ae8f-2730b319cd9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.776947 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50192 2026.01.06 01:58:32.776963 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46043 2026.01.06 01:58:32.776973 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53284 2026.01.06 01:58:32.776996 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33395 2026.01.06 01:58:32.777031 [ 351 ] {} TCP-Session: 5a26d3bf-6254-4d20-ae8f-2730b319cd9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:32.777047 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777046 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777078 [ 362 ] {} TCP-Session: 818ac1d3-7476-48b4-a743-d25f159064ec Authenticating user 'default' from [fd00:1122:3344:101::e]:46043 2026.01.06 01:58:32.777094 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777094 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777111 [ 362 ] {} TCP-Session: 818ac1d3-7476-48b4-a743-d25f159064ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777128 [ 363 ] {} TCP-Session: 5e499704-e5cd-415a-b874-6e3bc1ae8346 Authenticating user 'default' from [fd00:1122:3344:101::e]:53284 2026.01.06 01:58:32.777135 [ 368 ] {} TCP-Session: 9cd16f6e-f298-46a3-bcc8-0127d78edaf3 Authenticating user 'default' from [fd00:1122:3344:101::e]:33395 2026.01.06 01:58:32.777147 [ 362 ] {} TCP-Session: 818ac1d3-7476-48b4-a743-d25f159064ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777172 [ 368 ] {} TCP-Session: 9cd16f6e-f298-46a3-bcc8-0127d78edaf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777170 [ 363 ] {} TCP-Session: 5e499704-e5cd-415a-b874-6e3bc1ae8346 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777212 [ 368 ] {} TCP-Session: 9cd16f6e-f298-46a3-bcc8-0127d78edaf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777206 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} executeQuery: (from [fd00:1122:3344:101::e]:41143) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:58:32.777229 [ 363 ] {} TCP-Session: 5e499704-e5cd-415a-b874-6e3bc1ae8346 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777103 [ 360 ] {} TCP-Session: d3889d18-5f67-4145-9d04-7f103c546bf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:50192 2026.01.06 01:58:32.777018 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55866 2026.01.06 01:58:32.777299 [ 360 ] {} TCP-Session: d3889d18-5f67-4145-9d04-7f103c546bf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.776986 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59654 2026.01.06 01:58:32.777339 [ 360 ] {} TCP-Session: d3889d18-5f67-4145-9d04-7f103c546bf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.776958 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46822 2026.01.06 01:58:32.777383 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777018 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46763 2026.01.06 01:58:32.777429 [ 370 ] {} TCP-Session: fc67f072-8fff-4f80-99b8-dd7b63f4bacf Authenticating user 'default' from [fd00:1122:3344:101::e]:55866 2026.01.06 01:58:32.777443 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777476 [ 370 ] {} TCP-Session: fc67f072-8fff-4f80-99b8-dd7b63f4bacf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777490 [ 361 ] {} TCP-Session: 763531cb-bd9d-4c22-9e11-1f9519c30f09 Authenticating user 'default' from [fd00:1122:3344:101::e]:46822 2026.01.06 01:58:32.777413 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777510 [ 370 ] {} TCP-Session: fc67f072-8fff-4f80-99b8-dd7b63f4bacf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777528 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:58:32.777547 [ 364 ] {} TCP-Session: 06c1af70-8d60-44f8-8cd8-f3f7784326af Authenticating user 'default' from [fd00:1122:3344:101::e]:59654 2026.01.06 01:58:32.777520 [ 361 ] {} TCP-Session: 763531cb-bd9d-4c22-9e11-1f9519c30f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777593 [ 364 ] {} TCP-Session: 06c1af70-8d60-44f8-8cd8-f3f7784326af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777612 [ 361 ] {} TCP-Session: 763531cb-bd9d-4c22-9e11-1f9519c30f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777616 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:58:32.777625 [ 364 ] {} TCP-Session: 06c1af70-8d60-44f8-8cd8-f3f7784326af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777518 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:58:32.777695 [ 369 ] {} TCP-Session: 637f123e-b209-4d23-9def-9c644ead0f09 Authenticating user 'default' from [fd00:1122:3344:101::e]:46763 2026.01.06 01:58:32.777715 [ 369 ] {} TCP-Session: 637f123e-b209-4d23-9def-9c644ead0f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.777728 [ 369 ] {} TCP-Session: 637f123e-b209-4d23-9def-9c644ead0f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.778028 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:58:32.779192 [ 316 ] {757b158f-c0ed-42d7-bd08-596216bbb400} AggregatingTransform: Aggregating 2026.01.06 01:58:32.779257 [ 316 ] {757b158f-c0ed-42d7-bd08-596216bbb400} Aggregator: Aggregation method: without_key 2026.01.06 01:58:32.779300 [ 316 ] {757b158f-c0ed-42d7-bd08-596216bbb400} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001136061 sec. (880.234 rows/sec., 34.38 KiB/sec.) 2026.01.06 01:58:32.779324 [ 316 ] {757b158f-c0ed-42d7-bd08-596216bbb400} Aggregator: Merging aggregated data 2026.01.06 01:58:32.780955 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} executeQuery: Read 1 rows, 40.00 B in 0.003803 sec., 262.95030239284773 rows/sec., 10.27 KiB/sec. 2026.01.06 01:58:32.781117 [ 351 ] {757b158f-c0ed-42d7-bd08-596216bbb400} TCPHandler: Processed in 0.004199579 sec. 2026.01.06 01:58:32.781266 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781291 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781310 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781330 [ 370 ] {} TCP-Session: fc67f072-8fff-4f80-99b8-dd7b63f4bacf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781329 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781362 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781377 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781394 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781410 [ 361 ] {} TCP-Session: 763531cb-bd9d-4c22-9e11-1f9519c30f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781434 [ 362 ] {} TCP-Session: 818ac1d3-7476-48b4-a743-d25f159064ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781452 [ 364 ] {} TCP-Session: 06c1af70-8d60-44f8-8cd8-f3f7784326af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781409 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781403 [ 363 ] {} TCP-Session: 5e499704-e5cd-415a-b874-6e3bc1ae8346 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781362 [ 360 ] {} TCP-Session: d3889d18-5f67-4145-9d04-7f103c546bf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781513 [ 368 ] {} TCP-Session: 9cd16f6e-f298-46a3-bcc8-0127d78edaf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781345 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:58:32.781311 [ 351 ] {} TCP-Session: 5a26d3bf-6254-4d20-ae8f-2730b319cd9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.781596 [ 369 ] {} TCP-Session: 637f123e-b209-4d23-9def-9c644ead0f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:58:32.852793 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.01.06 01:58:32.872832 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:32.872900 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:32.879096 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.06 01:58:32.879831 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:32.883283 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.01.06 01:58:33.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 376.45 MiB, peak 392.95 MiB, free memory in arenas 0.00 B, will set to 375.22 MiB (RSS), difference: -1.22 MiB 2026.01.06 01:58:33.508477 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1818 2026.01.06 01:58:33.510864 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:33.510916 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:33.512163 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.06 01:58:33.512425 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:33.512703 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1818 2026.01.06 01:58:35.277914 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.278129 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:35.278206 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:35.278913 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.278961 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.279373 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:58:35.279597 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.279755 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} executeQuery: Read 118 rows, 10.23 KiB in 0.001682 sec., 70154.57788347205 rows/sec., 5.94 MiB/sec. 2026.01.06 01:58:35.279798 [ 254 ] {22b67f5b-dad6-4644-8580-7774d12d88df} TCPHandler: Processed in 0.002028959 sec. 2026.01.06 01:58:35.279927 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.280024 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:35.280067 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:35.280477 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.280514 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.280835 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:35.281053 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.281184 [ 114 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.06 01:58:35.281189 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} executeQuery: Read 31 rows, 2.33 KiB in 0.001185 sec., 26160.337552742614 rows/sec., 1.92 MiB/sec. 2026.01.06 01:58:35.281258 [ 114 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.281275 [ 254 ] {3b48a21a-6774-4a44-b7b1-95197db8b4b4} TCPHandler: Processed in 0.001398803 sec. 2026.01.06 01:58:35.281290 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.281389 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.06 01:58:35.281410 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.281481 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:35.281505 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:35.281511 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 278 rows starting from the beginning of the part 2026.01.06 01:58:35.281547 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:35.281575 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 43 rows starting from the beginning of the part 2026.01.06 01:58:35.281621 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:35.281662 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:35.281703 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 12 rows starting from the beginning of the part 2026.01.06 01:58:35.281742 [ 189 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:35.281989 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.282025 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.282350 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:58:35.282561 [ 199 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 405 rows, containing 5 columns (5 merged, 0 gathered) in 0.001206581 sec., 335659.189063975 rows/sec., 23.42 MiB/sec. 2026.01.06 01:58:35.282579 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.282741 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} executeQuery: Read 95 rows, 7.60 KiB in 0.001255 sec., 75697.21115537848 rows/sec., 5.91 MiB/sec. 2026.01.06 01:58:35.282782 [ 254 ] {10eea175-c28f-472a-b000-180e09357a6c} TCPHandler: Processed in 0.001421063 sec. 2026.01.06 01:58:35.282807 [ 195 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.06 01:58:35.282907 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.283009 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:35.283055 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:35.283193 [ 195 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.283290 [ 195 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_106_21} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.06 01:58:35.283398 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:58:35.283498 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.283538 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.283888 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:58:35.284093 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.284220 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2026.01.06 01:58:35.284257 [ 254 ] {d982a331-4598-4510-bee1-3bf95b8b5b13} TCPHandler: Processed in 0.001399033 sec. 2026.01.06 01:58:35.284374 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.284468 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:35.284522 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} 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.01.06 01:58:35.285345 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.285379 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.285921 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.01.06 01:58:35.286136 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.286249 [ 113 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.01.06 01:58:35.286270 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} executeQuery: Read 31 rows, 56.88 KiB in 0.001819 sec., 17042.330951072017 rows/sec., 30.54 MiB/sec. 2026.01.06 01:58:35.286282 [ 113 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.286302 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.286325 [ 254 ] {0a059dd8-1ca4-4ae9-89db-b9bb219cf727} TCPHandler: Processed in 0.001999688 sec. 2026.01.06 01:58:35.286367 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.01.06 01:58:35.286437 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:35.286532 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:35.286550 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:35.286574 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:35.286604 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1997 rows starting from the beginning of the part 2026.01.06 01:58:35.286726 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:35.286834 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:35.286904 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:35.286939 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:35.286939 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:35.287053 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 10 rows starting from the beginning of the part 2026.01.06 01:58:35.287158 [ 189 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 31 rows starting from the beginning of the part 2026.01.06 01:58:35.287267 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:58:35.287501 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.287630 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.01.06 01:58:35.287666 [ 254 ] {5621c915-f259-4774-b68d-915d9b572d5d} TCPHandler: Processed in 0.001278842 sec. 2026.01.06 01:58:35.293893 [ 199 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2110 rows, containing 19 columns (19 merged, 0 gathered) in 0.007552521 sec., 279376.9126891537 rows/sec., 500.63 MiB/sec. 2026.01.06 01:58:35.295899 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.01.06 01:58:35.296245 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:35.296318 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_106_21} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.01.06 01:58:35.296413 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.94 MiB. 2026.01.06 01:58:38.211009 [ 111 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:58:38.211066 [ 111 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:58:38.410785 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35545 2026.01.06 01:58:38.411402 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:38.411456 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. 2026.01.06 01:58:38.411972 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:58:38.412225 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:38.412384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35545 2026.01.06 01:58:40.277759 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.278062 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:40.278168 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:40.278910 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.278954 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.279343 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:58:40.279568 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.279727 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} executeQuery: Read 76 rows, 6.39 KiB in 0.001743 sec., 43602.983362019506 rows/sec., 3.58 MiB/sec. 2026.01.06 01:58:40.279787 [ 254 ] {b2da407f-460a-4b2b-9802-b87422aa4409} TCPHandler: Processed in 0.002223501 sec. 2026.01.06 01:58:40.279913 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.280014 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:40.280055 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:40.280455 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.280489 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.280802 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:40.281015 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.281144 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} executeQuery: Read 10 rows, 770.00 B in 0.001153 sec., 8673.026886383348 rows/sec., 652.17 KiB/sec. 2026.01.06 01:58:40.281181 [ 254 ] {306df9b1-7d0a-4db5-8862-2508e6b6ea26} TCPHandler: Processed in 0.001318802 sec. 2026.01.06 01:58:40.281292 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.281386 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:40.281424 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:40.281820 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.281853 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.282157 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:58:40.282378 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.282501 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} executeQuery: Read 74 rows, 5.92 KiB in 0.001134 sec., 65255.73192239859 rows/sec., 5.09 MiB/sec. 2026.01.06 01:58:40.282538 [ 254 ] {74c9b88b-5d8f-4af7-90b4-07c91183755f} TCPHandler: Processed in 0.001300982 sec. 2026.01.06 01:58:40.282641 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.282646 [ 224 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.282729 [ 224 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.282742 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:40.282792 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:40.283214 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.283254 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.283626 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:58:40.283850 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.283996 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} executeQuery: Read 160 rows, 11.41 KiB in 0.001272 sec., 125786.16352201259 rows/sec., 8.76 MiB/sec. 2026.01.06 01:58:40.284035 [ 254 ] {ef3a97c0-8362-49b4-85c6-07712729125d} TCPHandler: Processed in 0.001441214 sec. 2026.01.06 01:58:40.284072 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.284106 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.284155 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.284259 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:40.284313 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} 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.01.06 01:58:40.285120 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.285163 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.285703 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.01.06 01:58:40.285934 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.286086 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} executeQuery: Read 10 rows, 18.35 KiB in 0.001845 sec., 5420.054200542005 rows/sec., 9.71 MiB/sec. 2026.01.06 01:58:40.286154 [ 254 ] {e7499959-a526-475e-9251-af8ed6301d48} TCPHandler: Processed in 0.002047889 sec. 2026.01.06 01:58:40.286271 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:40.286365 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:40.286407 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:40.286701 [ 224 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.286736 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.286776 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.287091 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:58:40.287313 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.287446 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.01.06 01:58:40.287456 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.287482 [ 254 ] {6c4f11e6-4dee-41db-8b75-c2e2929cc3b4} TCPHandler: Processed in 0.001266742 sec. 2026.01.06 01:58:40.383400 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.01.06 01:58:40.401873 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:40.401935 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:40.408128 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.06 01:58:40.408846 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:40.412058 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.01.06 01:58:40.746555 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.746604 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.749404 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.997266 [ 223 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:40.997320 [ 223 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.000336 [ 223 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.139881 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.139952 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.143396 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.227926 [ 223 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.228007 [ 223 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:41.230781 [ 223 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:42.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 372.55 MiB, peak 393.65 MiB, free memory in arenas 0.00 B, will set to 376.55 MiB (RSS), difference: 4.01 MiB 2026.01.06 01:58:43.512968 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1842 2026.01.06 01:58:43.515211 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:43.515267 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:43.516469 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.06 01:58:43.516752 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:43.516929 [ 107 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.06 01:58:43.517021 [ 107 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:43.517055 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:43.517099 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1842 2026.01.06 01:58:43.517196 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.01.06 01:58:43.517823 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:43.517974 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1706 rows starting from the beginning of the part 2026.01.06 01:58:43.518365 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 26 rows starting from the beginning of the part 2026.01.06 01:58:43.518691 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 24 rows starting from the beginning of the part 2026.01.06 01:58:43.519008 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part 2026.01.06 01:58:43.519335 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part 2026.01.06 01:58:43.519657 [ 189 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2026.01.06 01:58:43.526064 [ 200 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1842 rows, containing 72 columns (72 merged, 0 gathered) in 0.008895563 sec., 207069.5244359463 rows/sec., 161.67 MiB/sec. 2026.01.06 01:58:43.527974 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.06 01:58:43.528523 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:43.528615 [ 196 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_56_11} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.06 01:58:43.528946 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.01.06 01:58:45.306580 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.306787 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.306858 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:58:45.307517 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.307571 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.307979 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:58:45.308212 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.308380 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} executeQuery: Read 24 rows, 2.04 KiB in 0.001643 sec., 14607.425441265977 rows/sec., 1.21 MiB/sec. 2026.01.06 01:58:45.308433 [ 254 ] {04d6ad0a-c0dd-4846-b05f-3149642d869d} TCPHandler: Processed in 0.001988748 sec. 2026.01.06 01:58:45.308565 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.308668 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:58:45.308712 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:58:45.309122 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.309159 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.309467 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:58:45.309693 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.309833 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} executeQuery: Read 12 rows, 1002.00 B in 0.001189 sec., 10092.514718250632 rows/sec., 822.97 KiB/sec. 2026.01.06 01:58:45.309872 [ 254 ] {d4efa023-56f3-479a-a35a-b1741296cf8b} TCPHandler: Processed in 0.001359523 sec. 2026.01.06 01:58:45.309984 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.310080 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:45.310120 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:45.311258 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.311295 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.311694 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:58:45.311927 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.312058 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} executeQuery: Read 1384 rows, 118.22 KiB in 0.001996 sec., 693386.7735470942 rows/sec., 57.84 MiB/sec. 2026.01.06 01:58:45.312097 [ 254 ] {d0a3a7ea-41a2-4792-a7a7-8062b2f1c416} TCPHandler: Processed in 0.0021627 sec. 2026.01.06 01:58:45.312208 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.312305 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.312345 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:45.312766 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.312803 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.313099 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:45.313306 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.313436 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} executeQuery: Read 55 rows, 4.13 KiB in 0.001151 sec., 47784.5351867941 rows/sec., 3.50 MiB/sec. 2026.01.06 01:58:45.313476 [ 254 ] {d5b90e32-644c-4499-a3b0-f6b1b5740007} TCPHandler: Processed in 0.001316992 sec. 2026.01.06 01:58:45.313579 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.313674 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.313713 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:58:45.314187 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.314224 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.314536 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:58:45.314743 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.314870 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} executeQuery: Read 252 rows, 17.85 KiB in 0.001214 sec., 207578.25370675453 rows/sec., 14.36 MiB/sec. 2026.01.06 01:58:45.314908 [ 254 ] {d40221f2-fdb1-4f75-b788-2acf9770cbc0} TCPHandler: Processed in 0.001378243 sec. 2026.01.06 01:58:45.315017 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.315111 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.315150 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:58:45.315535 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.315571 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.315862 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.06 01:58:45.316079 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.316206 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} executeQuery: Read 12 rows, 960.00 B in 0.001113 sec., 10781.671159029649 rows/sec., 842.32 KiB/sec. 2026.01.06 01:58:45.316244 [ 254 ] {1d85df7c-7a4e-4b9b-978c-10fa0bd2a54b} TCPHandler: Processed in 0.001277272 sec. 2026.01.06 01:58:45.316353 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.316448 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:45.316488 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:45.317108 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.317144 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.317474 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:58:45.317685 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.317820 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} executeQuery: Read 599 rows, 46.12 KiB in 0.001388 sec., 431556.1959654179 rows/sec., 32.45 MiB/sec. 2026.01.06 01:58:45.317857 [ 254 ] {0c9359bb-b444-4245-9b2c-67f43c289e6f} TCPHandler: Processed in 0.001553585 sec. 2026.01.06 01:58:45.317967 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.318061 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.318104 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:45.318689 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.318726 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.319121 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:58:45.319333 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.319469 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} executeQuery: Read 886 rows, 61.58 KiB in 0.001426 sec., 621318.3730715287 rows/sec., 42.17 MiB/sec. 2026.01.06 01:58:45.319506 [ 254 ] {bef22b2e-d2e7-4157-9973-18ab7f576100} TCPHandler: Processed in 0.001587725 sec. 2026.01.06 01:58:45.319615 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.319710 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.319765 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} 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.01.06 01:58:45.320607 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.320644 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.321193 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.01.06 01:58:45.321415 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.321550 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} executeQuery: Read 31 rows, 56.88 KiB in 0.001859 sec., 16675.632060247444 rows/sec., 29.88 MiB/sec. 2026.01.06 01:58:45.321606 [ 254 ] {420fe936-6712-4821-8bc0-e3754a02ffba} TCPHandler: Processed in 0.002039589 sec. 2026.01.06 01:58:45.321723 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:45.321817 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:45.321858 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:45.322189 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.322225 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.322545 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:58:45.322760 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.322888 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.01.06 01:58:45.322924 [ 254 ] {69b188ff-10bb-4737-9e8b-2984f5421ec3} TCPHandler: Processed in 0.001251591 sec. 2026.01.06 01:58:45.912594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35993 2026.01.06 01:58:45.913371 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:45.913443 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:45.913971 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:58:45.914198 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:45.914339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35993 2026.01.06 01:58:45.914443 [ 225 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:45.914481 [ 225 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:45.918227 [ 225 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:47.912182 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.01.06 01:58:47.930257 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:47.930322 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:47.936659 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.06 01:58:47.937425 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:47.937820 [ 225 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:47.937875 [ 225 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:47.941130 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.01.06 01:58:47.944980 [ 225 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:58:48.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.07 MiB, peak 393.65 MiB, free memory in arenas 0.00 B, will set to 376.55 MiB (RSS), difference: 3.48 MiB 2026.01.06 01:58:50.276865 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.277091 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:50.277169 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:50.277941 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.277996 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.278400 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:58:50.278625 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.278789 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} executeQuery: Read 76 rows, 6.39 KiB in 0.001754 sec., 43329.532497149376 rows/sec., 3.56 MiB/sec. 2026.01.06 01:58:50.278840 [ 254 ] {8eddb7e7-1cf2-4694-a068-954a72dd1f51} TCPHandler: Processed in 0.002120999 sec. 2026.01.06 01:58:50.278978 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.279079 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:50.279121 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:50.279641 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.279679 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.279974 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:50.280176 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.280304 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} executeQuery: Read 10 rows, 770.00 B in 0.001249 sec., 8006.40512409928 rows/sec., 602.04 KiB/sec. 2026.01.06 01:58:50.280341 [ 254 ] {b0408571-3631-43d2-b81c-c63f302bee81} TCPHandler: Processed in 0.001417853 sec. 2026.01.06 01:58:50.280456 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.280550 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:50.280590 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:50.281062 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.281098 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.281404 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:58:50.281603 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.281728 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} executeQuery: Read 74 rows, 5.92 KiB in 0.001197 sec., 61821.21971595656 rows/sec., 4.83 MiB/sec. 2026.01.06 01:58:50.281766 [ 254 ] {a4f973a3-9633-46c6-986b-98f7fa1419ab} TCPHandler: Processed in 0.001361653 sec. 2026.01.06 01:58:50.281877 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.281970 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:50.282013 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:50.282424 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.282460 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.282777 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:58:50.282980 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.283106 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2026.01.06 01:58:50.283122 [ 60 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2026.01.06 01:58:50.283143 [ 254 ] {9cb77203-1942-4f70-b71e-4b3917b8cc15} TCPHandler: Processed in 0.001313293 sec. 2026.01.06 01:58:50.283190 [ 60 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.283215 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.283274 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.283320 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2026.01.06 01:58:50.283371 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:50.283431 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} 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.01.06 01:58:50.283475 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:50.283520 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 5 marks from part all_1_110_22, total 30284 rows starting from the beginning of the part 2026.01.06 01:58:50.283592 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 161 rows starting from the beginning of the part 2026.01.06 01:58:50.283645 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:50.283687 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:50.283727 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 886 rows starting from the beginning of the part 2026.01.06 01:58:50.283775 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 160 rows starting from the beginning of the part 2026.01.06 01:58:50.284249 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.284290 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.284807 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.01.06 01:58:50.285042 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.285186 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} executeQuery: Read 10 rows, 18.35 KiB in 0.001833 sec., 5455.537370430988 rows/sec., 9.78 MiB/sec. 2026.01.06 01:58:50.285253 [ 254 ] {e95190fe-7edb-4844-8c29-17e767692d74} TCPHandler: Processed in 0.002025749 sec. 2026.01.06 01:58:50.285360 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:50.285452 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:50.285493 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:50.285821 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:50.285857 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:50.286181 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:58:50.286395 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.286524 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.01.06 01:58:50.286560 [ 254 ] {9d8e1c95-28d7-4ca0-bac7-fc06671c2657} TCPHandler: Processed in 0.001248012 sec. 2026.01.06 01:58:50.289842 [ 198 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 31811 rows, containing 5 columns (5 merged, 0 gathered) in 0.006567951 sec., 4843367.436815531 rows/sec., 330.59 MiB/sec. 2026.01.06 01:58:50.290492 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2026.01.06 01:58:50.290837 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:50.290919 [ 194 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_115_23} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2026.01.06 01:58:50.291019 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.01.06 01:58:53.211112 [ 61 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:58:53.211159 [ 61 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:58:53.414534 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36505 2026.01.06 01:58:53.415178 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:53.415219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:53.415766 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:58:53.415989 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:53.416113 [ 61 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:58:53.416119 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36505 2026.01.06 01:58:53.416151 [ 61 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:53.416170 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:53.416287 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:58:53.416433 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:53.416470 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34073 rows starting from the beginning of the part 2026.01.06 01:58:53.416533 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 512 rows starting from the beginning of the part 2026.01.06 01:58:53.416577 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 448 rows starting from the beginning of the part 2026.01.06 01:58:53.416616 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 512 rows starting from the beginning of the part 2026.01.06 01:58:53.416655 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 448 rows starting from the beginning of the part 2026.01.06 01:58:53.416691 [ 192 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 512 rows starting from the beginning of the part 2026.01.06 01:58:53.419208 [ 193 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36505 rows, containing 4 columns (4 merged, 0 gathered) in 0.002977597 sec., 12259886.07591961 rows/sec., 175.38 MiB/sec. 2026.01.06 01:58:53.419581 [ 193 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:58:53.419896 [ 193 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:53.419956 [ 193 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_76_15} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:58:53.420038 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.02 MiB. 2026.01.06 01:58:53.517359 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1874 2026.01.06 01:58:53.519649 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:53.519691 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:53.520803 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.06 01:58:53.521057 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:53.521311 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1874 2026.01.06 01:58:54.530343 [ 223 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:54.530442 [ 223 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:54.533609 [ 223 ] {} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:54.878373 [ 220 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:54.878427 [ 220 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:54.881051 [ 220 ] {} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:55.277705 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.277897 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:58:55.277969 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:58:55.278708 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.278762 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.279185 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:58:55.279418 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.279581 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} executeQuery: Read 118 rows, 10.23 KiB in 0.001735 sec., 68011.52737752162 rows/sec., 5.76 MiB/sec. 2026.01.06 01:58:55.279587 [ 99 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.06 01:58:55.279635 [ 254 ] {624f5058-ec3a-4da0-8037-dbfad3afde73} TCPHandler: Processed in 0.002065029 sec. 2026.01.06 01:58:55.279658 [ 99 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.279691 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.279780 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.279798 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.06 01:58:55.279890 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:58:55.279919 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:55.279938 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:58:55.279956 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2468 rows starting from the beginning of the part 2026.01.06 01:58:55.280024 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 118 rows starting from the beginning of the part 2026.01.06 01:58:55.280069 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:55.280112 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1384 rows starting from the beginning of the part 2026.01.06 01:58:55.280148 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 76 rows starting from the beginning of the part 2026.01.06 01:58:55.280187 [ 192 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 118 rows starting from the beginning of the part 2026.01.06 01:58:55.280374 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.280420 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.280750 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:55.280980 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.281121 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} executeQuery: Read 31 rows, 2.33 KiB in 0.001256 sec., 24681.528662420384 rows/sec., 1.81 MiB/sec. 2026.01.06 01:58:55.281161 [ 254 ] {34f930dc-9e4b-4ab7-a734-7e69141d8874} TCPHandler: Processed in 0.001433654 sec. 2026.01.06 01:58:55.281283 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.281380 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:58:55.281419 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:58:55.281851 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.281889 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.282052 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 4240 rows, containing 5 columns (5 merged, 0 gathered) in 0.002300651 sec., 1842956.6240164198 rows/sec., 158.89 MiB/sec. 2026.01.06 01:58:55.282204 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:58:55.282346 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.06 01:58:55.282469 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.282642 [ 99 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.06 01:58:55.282646 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.282667 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} executeQuery: Read 95 rows, 7.60 KiB in 0.001303 sec., 72908.67229470453 rows/sec., 5.69 MiB/sec. 2026.01.06 01:58:55.282685 [ 99 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.282727 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.282736 [ 254 ] {bd804ce8-131a-45b7-bb85-5b60ba301111} TCPHandler: Processed in 0.001504023 sec. 2026.01.06 01:58:55.282747 [ 188 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_116_23} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.06 01:58:55.282795 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.06 01:58:55.282832 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.01.06 01:58:55.282872 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.282883 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:55.282921 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1250 rows starting from the beginning of the part 2026.01.06 01:58:55.282964 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 95 rows starting from the beginning of the part 2026.01.06 01:58:55.282974 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:55.282997 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 74 rows starting from the beginning of the part 2026.01.06 01:58:55.283022 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:58:55.283035 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 599 rows starting from the beginning of the part 2026.01.06 01:58:55.283076 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 74 rows starting from the beginning of the part 2026.01.06 01:58:55.283108 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 95 rows starting from the beginning of the part 2026.01.06 01:58:55.283452 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.283493 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.283841 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:58:55.284049 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.284054 [ 188 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2187 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288592 sec., 1697201.286365273 rows/sec., 131.92 MiB/sec. 2026.01.06 01:58:55.284180 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.01.06 01:58:55.284223 [ 254 ] {1e11df0b-abd7-417a-af66-974b996da9d9} TCPHandler: Processed in 0.001399523 sec. 2026.01.06 01:58:55.284226 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.06 01:58:55.284333 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.284430 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:58:55.284477 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.284487 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} 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.01.06 01:58:55.284546 [ 192 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_116_23} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.06 01:58:55.284610 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:58:55.285364 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.285404 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.285946 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.01.06 01:58:55.286168 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.286301 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} executeQuery: Read 31 rows, 56.88 KiB in 0.001889 sec., 16410.79936474325 rows/sec., 29.41 MiB/sec. 2026.01.06 01:58:55.286354 [ 254 ] {ed8c8b6a-81fe-4ed4-aa43-b3881b9caada} TCPHandler: Processed in 0.002068009 sec. 2026.01.06 01:58:55.286465 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:58:55.286558 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:58:55.286599 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:58:55.286932 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.286968 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.287270 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:58:55.287467 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.287584 [ 99 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.06 01:58:55.287592 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2026.01.06 01:58:55.287623 [ 99 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.287645 [ 254 ] {3732d14f-ca94-4e37-8ac0-0493b8dc3502} TCPHandler: Processed in 0.001227251 sec. 2026.01.06 01:58:55.287646 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.287770 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.06 01:58:55.287913 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:55.287952 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6122 rows starting from the beginning of the part 2026.01.06 01:58:55.288027 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:55.288078 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:55.288124 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:55.288168 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:55.288213 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2026.01.06 01:58:55.290021 [ 188 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6422 rows, containing 4 columns (4 merged, 0 gathered) in 0.002304522 sec., 2786695.0282965405 rows/sec., 183.88 MiB/sec. 2026.01.06 01:58:55.290395 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.06 01:58:55.290633 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.290698 [ 192 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_116_23} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.06 01:58:55.290775 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.01.06 01:58:55.366476 [ 219 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:55.366516 [ 219 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:55.368422 [ 219 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:58:55.441217 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.01.06 01:58:55.457857 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.457909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.463904 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.06 01:58:55.464610 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.464911 [ 31 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.06 01:58:55.464959 [ 31 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:55.464981 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:55.465079 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.01.06 01:58:55.467935 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.01.06 01:58:55.468845 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:55.470377 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.01.06 01:58:55.474739 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:55.479073 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2026.01.06 01:58:55.483547 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:55.488173 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.01.06 01:58:55.492492 [ 191 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.01.06 01:58:55.546560 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.081525201 sec., 7028.501530465407 rows/sec., 36.34 MiB/sec. 2026.01.06 01:58:55.549666 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.06 01:58:55.551820 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:55.551918 [ 192 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_76_15} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.06 01:58:55.554809 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.01.06 01:58:56.000261 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 378.29 MiB, peak 395.71 MiB, free memory in arenas 0.00 B, will set to 376.71 MiB (RSS), difference: -1.58 MiB 2026.01.06 01:58:57.864765 [ 63 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.06 01:58:57.864832 [ 63 ] {} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:58:57.864855 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:58:57.864974 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2026.01.06 01:58:57.865120 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:58:57.865153 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 467 rows starting from the beginning of the part 2026.01.06 01:58:57.865217 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2026.01.06 01:58:57.865261 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 252 rows starting from the beginning of the part 2026.01.06 01:58:57.865299 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 252 rows starting from the beginning of the part 2026.01.06 01:58:57.865339 [ 186 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 252 rows starting from the beginning of the part 2026.01.06 01:58:57.866236 [ 192 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 1435 rows, containing 5 columns (5 merged, 0 gathered) in 0.001313702 sec., 1092332.9644013636 rows/sec., 78.20 MiB/sec. 2026.01.06 01:58:57.866471 [ 201 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.06 01:58:57.866808 [ 201 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:58:57.866889 [ 201 ] {8f8d202f-0e8a-4889-a46e-e2bdee6dbb39::all_1_27_6} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.06 01:58:57.867005 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.06 01:59:00.277199 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.277421 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:59:00.277498 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:59:00.278223 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.278276 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.278657 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:59:00.278880 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.279041 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} executeQuery: Read 4 rows, 334.00 B in 0.001677 sec., 2385.211687537269 rows/sec., 194.50 KiB/sec. 2026.01.06 01:59:00.279094 [ 254 ] {391ea7bf-5d8c-4d7e-842b-3d9afcb20a3f} TCPHandler: Processed in 0.002035899 sec. 2026.01.06 01:59:00.279221 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.279325 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:00.279368 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:00.279810 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.279847 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.280160 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:00.280366 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.280491 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} executeQuery: Read 78 rows, 6.53 KiB in 0.001188 sec., 65656.56565656565 rows/sec., 5.37 MiB/sec. 2026.01.06 01:59:00.280530 [ 254 ] {6225e791-9c90-49fc-8c77-4537348b9d2f} TCPHandler: Processed in 0.001359443 sec. 2026.01.06 01:59:00.280568 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.280624 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.280647 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.280746 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:00.280786 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:00.281173 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.281210 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.281505 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:59:00.281775 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.281901 [ 96 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.06 01:59:00.281908 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} executeQuery: Read 14 rows, 1.03 KiB in 0.001181 sec., 11854.360711261643 rows/sec., 873.20 KiB/sec. 2026.01.06 01:59:00.281957 [ 96 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.281970 [ 254 ] {a7885cb1-05fe-4953-8a24-da6f3e48deaa} TCPHandler: Processed in 0.001370613 sec. 2026.01.06 01:59:00.281989 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.282084 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.282092 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.06 01:59:00.282183 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:00.282215 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:00.282226 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:00.282254 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 278 rows starting from the beginning of the part 2026.01.06 01:59:00.282321 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:00.282364 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 55 rows starting from the beginning of the part 2026.01.06 01:59:00.282405 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:00.282441 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:00.282479 [ 192 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 14 rows starting from the beginning of the part 2026.01.06 01:59:00.282635 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.282677 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.283001 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:00.283230 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.283282 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 398 rows, containing 5 columns (5 merged, 0 gathered) in 0.001233071 sec., 322771.3570427007 rows/sec., 22.42 MiB/sec. 2026.01.06 01:59:00.283354 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} executeQuery: Read 78 rows, 6.24 KiB in 0.001189 sec., 65601.3456686291 rows/sec., 5.13 MiB/sec. 2026.01.06 01:59:00.283392 [ 254 ] {4effadc8-ab85-4c95-8aa4-d8e5083b287e} TCPHandler: Processed in 0.001355313 sec. 2026.01.06 01:59:00.283452 [ 223 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.283490 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.06 01:59:00.283503 [ 223 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.283495 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.283624 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:00.283670 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:00.283867 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.283949 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_111_22} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.06 01:59:00.284048 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:59:00.284100 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.284146 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.284289 [ 220 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.284545 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:00.284839 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.284975 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} executeQuery: Read 162 rows, 11.55 KiB in 0.001369 sec., 118334.5507669832 rows/sec., 8.24 MiB/sec. 2026.01.06 01:59:00.285014 [ 254 ] {09400ed4-e6f6-4dbd-aab6-56acc3b1132e} TCPHandler: Processed in 0.001566725 sec. 2026.01.06 01:59:00.285115 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.285210 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:00.285267 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} 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.01.06 01:59:00.286034 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.286072 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.286509 [ 223 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.286586 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.01.06 01:59:00.286817 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.286940 [ 96 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.01.06 01:59:00.286961 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} executeQuery: Read 10 rows, 18.35 KiB in 0.00177 sec., 5649.717514124293 rows/sec., 10.12 MiB/sec. 2026.01.06 01:59:00.286980 [ 96 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.287006 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.287022 [ 254 ] {0e9febb8-516a-4397-bb24-99aef7e07182} TCPHandler: Processed in 0.001956118 sec. 2026.01.06 01:59:00.287097 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.01.06 01:59:00.287137 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:00.287234 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:00.287276 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:00.287323 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:00.287381 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2110 rows starting from the beginning of the part 2026.01.06 01:59:00.287507 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:00.287602 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.287618 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:00.287646 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.287737 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:00.287842 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:00.287941 [ 195 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:00.287976 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:00.288206 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.288343 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.01.06 01:59:00.288382 [ 254 ] {32d0f18c-5d87-49c3-a0f6-10de1f0279e7} TCPHandler: Processed in 0.001295162 sec. 2026.01.06 01:59:00.288449 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.288502 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.291429 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:00.297046 [ 197 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2202 rows, containing 19 columns (19 merged, 0 gathered) in 0.009989693 sec., 220427.1943091745 rows/sec., 395.00 MiB/sec. 2026.01.06 01:59:00.298675 [ 199 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.01.06 01:59:00.299023 [ 199 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.299096 [ 199 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_111_22} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.01.06 01:59:00.299211 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.29 MiB. 2026.01.06 01:59:00.916261 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36953 2026.01.06 01:59:00.916781 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:00.916826 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:00.917303 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:59:00.917525 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:00.917649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36953 2026.01.06 01:59:01.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.29 MiB, peak 395.71 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: 3.73 MiB 2026.01.06 01:59:01.300268 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:01.300344 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:01.303459 [ 225 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:02.968016 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.01.06 01:59:02.984185 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:02.984244 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:02.990391 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.06 01:59:02.991112 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:02.994046 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.01.06 01:59:03.521554 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1900 2026.01.06 01:59:03.523854 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:03.523904 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:03.525053 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.06 01:59:03.525312 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:03.525572 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1900 2026.01.06 01:59:05.009798 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.009863 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.012150 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.162772 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.162817 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.166063 [ 225 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:05.278694 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.278876 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:05.278947 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:05.279699 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.279748 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.280163 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:05.280402 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.280597 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} executeQuery: Read 118 rows, 10.23 KiB in 0.001772 sec., 66591.42212189616 rows/sec., 5.64 MiB/sec. 2026.01.06 01:59:05.280646 [ 254 ] {35f563b3-51a1-432c-9d5a-58ea77f0ec3c} TCPHandler: Processed in 0.002087479 sec. 2026.01.06 01:59:05.280779 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.280878 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:05.280921 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:05.281363 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.281401 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.281705 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:59:05.281921 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.282063 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} executeQuery: Read 31 rows, 2.33 KiB in 0.001204 sec., 25747.50830564784 rows/sec., 1.89 MiB/sec. 2026.01.06 01:59:05.282107 [ 254 ] {1c2ab5b1-f7ee-4e0b-9940-864e147c6497} TCPHandler: Processed in 0.001380393 sec. 2026.01.06 01:59:05.282221 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.282320 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:05.282360 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:05.282792 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.282831 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.283137 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:05.283357 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.283485 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} executeQuery: Read 95 rows, 7.60 KiB in 0.001184 sec., 80236.4864864865 rows/sec., 6.27 MiB/sec. 2026.01.06 01:59:05.283522 [ 254 ] {03c859da-6545-4d1c-abbd-1a123721b18b} TCPHandler: Processed in 0.001351272 sec. 2026.01.06 01:59:05.283633 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.283733 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:05.283777 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:05.284191 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.284227 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.284552 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:05.284761 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.284888 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2026.01.06 01:59:05.284926 [ 254 ] {9d8ce46a-4d8a-4191-a1bd-ba12231549d2} TCPHandler: Processed in 0.001342102 sec. 2026.01.06 01:59:05.285048 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.285142 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:05.285197 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} 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.01.06 01:59:05.286038 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.286075 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.286622 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.01.06 01:59:05.286848 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.286986 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} executeQuery: Read 31 rows, 56.88 KiB in 0.001862 sec., 16648.76476906552 rows/sec., 29.83 MiB/sec. 2026.01.06 01:59:05.287042 [ 254 ] {714bc0a3-33e1-4755-a1bb-d27ceee57483} TCPHandler: Processed in 0.002043749 sec. 2026.01.06 01:59:05.287160 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:05.287260 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:05.287304 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:05.287665 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:05.287702 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:05.288004 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:05.288227 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:05.288354 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.01.06 01:59:05.288390 [ 254 ] {d9cff3be-52a8-4ddb-93d2-f2da58623dca} TCPHandler: Processed in 0.001279682 sec. 2026.01.06 01:59:08.211210 [ 86 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:59:08.211258 [ 86 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:59:08.417874 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37465 2026.01.06 01:59:08.418469 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:08.418520 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. 2026.01.06 01:59:08.419033 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:59:08.419277 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:08.419431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37465 2026.01.06 01:59:10.277075 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.277274 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:10.277344 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:10.278033 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.278085 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.278503 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:10.278743 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.278908 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} executeQuery: Read 76 rows, 6.39 KiB in 0.001686 sec., 45077.10557532622 rows/sec., 3.70 MiB/sec. 2026.01.06 01:59:10.278963 [ 254 ] {8a5b8813-a9a5-4828-8465-cfc4f0b595cd} TCPHandler: Processed in 0.002026119 sec. 2026.01.06 01:59:10.279095 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.279207 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:10.279254 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:10.279681 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.279719 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.280029 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:59:10.280255 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.280387 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} executeQuery: Read 10 rows, 770.00 B in 0.00121 sec., 8264.462809917355 rows/sec., 621.45 KiB/sec. 2026.01.06 01:59:10.280427 [ 254 ] {178f1016-447a-419c-bb15-98c1ef94607e} TCPHandler: Processed in 0.001387223 sec. 2026.01.06 01:59:10.280540 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.280636 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:10.280679 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:10.281119 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.281157 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.281474 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:10.281691 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.281821 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} executeQuery: Read 74 rows, 5.92 KiB in 0.001205 sec., 61410.78838174274 rows/sec., 4.79 MiB/sec. 2026.01.06 01:59:10.281859 [ 254 ] {40b2e6bb-5a89-4c30-a08e-7b7e5418e7bb} TCPHandler: Processed in 0.001370093 sec. 2026.01.06 01:59:10.281978 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.282072 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:10.282118 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:10.282527 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.282563 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.282920 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:10.283141 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.283268 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.06 01:59:10.283305 [ 254 ] {4073e35d-b5b3-4b50-8150-1dbcd246bd87} TCPHandler: Processed in 0.001378072 sec. 2026.01.06 01:59:10.283418 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.283512 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:10.283568 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} 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.01.06 01:59:10.284348 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.284385 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.284922 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.01.06 01:59:10.285150 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.285292 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} executeQuery: Read 10 rows, 18.35 KiB in 0.001798 sec., 5561.735261401557 rows/sec., 9.97 MiB/sec. 2026.01.06 01:59:10.285360 [ 254 ] {07aca6cf-4a48-415b-b728-b2e066d4a304} TCPHandler: Processed in 0.001991249 sec. 2026.01.06 01:59:10.285477 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:10.285572 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:10.285613 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:10.285961 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.285998 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.286301 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:10.286508 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.286635 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.06 01:59:10.286671 [ 254 ] {6e6704b6-8b34-43ef-9433-347f116b4e11} TCPHandler: Processed in 0.001243222 sec. 2026.01.06 01:59:10.494203 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.01.06 01:59:10.511779 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:10.511842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:10.518140 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.06 01:59:10.518879 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:10.522398 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.01.06 01:59:13.525839 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1924 2026.01.06 01:59:13.528041 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:13.528099 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:13.529298 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.06 01:59:13.529564 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:13.529821 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:59:13.529880 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:59:13.529929 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1924 2026.01.06 01:59:13.532158 [ 221 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.01.06 01:59:15.309692 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.309995 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.310113 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:59:15.310949 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.310991 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.311387 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:59:15.311617 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.311769 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} executeQuery: Read 24 rows, 2.04 KiB in 0.001852 sec., 12958.963282937366 rows/sec., 1.08 MiB/sec. 2026.01.06 01:59:15.311812 [ 254 ] {f152f0a3-fb01-43ae-ad24-7eecdaf4c328} TCPHandler: Processed in 0.002301091 sec. 2026.01.06 01:59:15.311945 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.312046 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:15.312086 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:15.313229 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.313266 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.313644 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:15.313855 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.313982 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} executeQuery: Read 1378 rows, 117.79 KiB in 0.001955 sec., 704859.3350383631 rows/sec., 58.84 MiB/sec. 2026.01.06 01:59:15.314019 [ 254 ] {0dc0eb18-f1e5-41ff-be91-cba69889ea8d} TCPHandler: Processed in 0.00212406 sec. 2026.01.06 01:59:15.314143 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.314237 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.314276 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:15.314704 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.314740 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.315039 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:59:15.315240 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.315365 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} executeQuery: Read 43 rows, 3.29 KiB in 0.001147 sec., 37489.102005231034 rows/sec., 2.80 MiB/sec. 2026.01.06 01:59:15.315402 [ 254 ] {de573e87-6bfa-4c20-9331-25b3e99c25d1} TCPHandler: Processed in 0.001312323 sec. 2026.01.06 01:59:15.315512 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.315604 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.315642 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:59:15.316127 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.316163 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.316460 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:59:15.316660 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.316781 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} executeQuery: Read 252 rows, 17.85 KiB in 0.001195 sec., 210878.6610878661 rows/sec., 14.59 MiB/sec. 2026.01.06 01:59:15.316817 [ 254 ] {1600797c-37c8-4794-8f1d-be746797db99} TCPHandler: Processed in 0.001352213 sec. 2026.01.06 01:59:15.316923 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.317014 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.317052 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:59:15.317426 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.317487 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.317765 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.06 01:59:15.317964 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.318086 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} executeQuery: Read 12 rows, 960.00 B in 0.00109 sec., 11009.174311926605 rows/sec., 860.09 KiB/sec. 2026.01.06 01:59:15.318123 [ 254 ] {03de8c32-aa85-44a7-971b-9e87c4fb0074} TCPHandler: Processed in 0.001247072 sec. 2026.01.06 01:59:15.318241 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.318369 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:15.318419 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:15.319188 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.319234 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.319592 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:15.319801 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.319931 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} executeQuery: Read 587 rows, 45.14 KiB in 0.001586 sec., 370113.49306431273 rows/sec., 27.80 MiB/sec. 2026.01.06 01:59:15.319969 [ 254 ] {e5a276ca-8963-4526-8510-c7dbe2296050} TCPHandler: Processed in 0.001789087 sec. 2026.01.06 01:59:15.320074 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.320169 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.320212 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:15.320808 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.320844 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.321214 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:15.321432 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.321562 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} executeQuery: Read 880 rows, 61.16 KiB in 0.001412 sec., 623229.4617563739 rows/sec., 42.30 MiB/sec. 2026.01.06 01:59:15.321565 [ 84 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 6 parts from all_1_115_23 to all_120_120_0 2026.01.06 01:59:15.321600 [ 254 ] {f9ebe2e3-6372-4fcb-9cfb-a6bbc44de15c} TCPHandler: Processed in 0.001575845 sec. 2026.01.06 01:59:15.321668 [ 84 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.321714 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.321753 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.321823 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_115_23 to all_120_120_0 into Compact with storage Full 2026.01.06 01:59:15.321871 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.321920 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:15.321934 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} 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.01.06 01:59:15.321951 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 5 marks from part all_1_115_23, total 31811 rows starting from the beginning of the part 2026.01.06 01:59:15.322012 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:15.322058 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 162 rows starting from the beginning of the part 2026.01.06 01:59:15.322102 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:15.322144 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:15.322188 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 880 rows starting from the beginning of the part 2026.01.06 01:59:15.322858 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.322893 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.323429 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.01.06 01:59:15.323649 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.323781 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} executeQuery: Read 31 rows, 56.88 KiB in 0.001933 sec., 16037.24780134506 rows/sec., 28.74 MiB/sec. 2026.01.06 01:59:15.323836 [ 254 ] {3905682f-07bc-4d3c-9d4b-d196a0aa63e8} TCPHandler: Processed in 0.00213968 sec. 2026.01.06 01:59:15.323961 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:15.324054 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:15.324094 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:15.324451 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.324485 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.324781 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:15.324981 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.325105 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.01.06 01:59:15.325141 [ 254 ] {1f17f30c-15c1-463a-9288-1cb5cbe32dff} TCPHandler: Processed in 0.001236812 sec. 2026.01.06 01:59:15.328235 [ 196 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergeTask::MergeProjectionsStage: Merge sorted 33333 rows, containing 5 columns (5 merged, 0 gathered) in 0.006452491 sec., 5165911.893561726 rows/sec., 352.69 MiB/sec. 2026.01.06 01:59:15.328425 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} MergedBlockOutputStream: filled checksums all_1_120_24 (state Temporary) 2026.01.06 01:59:15.328671 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_120_24 to all_1_120_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.328734 [ 201 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_120_24} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 6 parts: [all_1_115_23, all_120_120_0] -> all_1_120_24 2026.01.06 01:59:15.328797 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.06 01:59:15.919648 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37913 2026.01.06 01:59:15.920226 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:15.920274 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:15.920776 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:59:15.921014 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:15.921142 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37913 2026.01.06 01:59:18.022527 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.01.06 01:59:18.040000 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:18.040069 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:18.046181 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.06 01:59:18.046878 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:18.049836 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.01.06 01:59:20.277474 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.277667 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:20.277732 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:20.278404 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.278448 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.278846 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:20.279081 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.279233 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} executeQuery: Read 76 rows, 6.39 KiB in 0.001616 sec., 47029.70297029703 rows/sec., 3.86 MiB/sec. 2026.01.06 01:59:20.279276 [ 254 ] {0355a96d-5c98-41fe-8001-7f25cad356ba} TCPHandler: Processed in 0.001934298 sec. 2026.01.06 01:59:20.279274 [ 75 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.06 01:59:20.279363 [ 75 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.279386 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.279400 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.279480 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.06 01:59:20.279504 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:20.279544 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:20.279568 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:20.279597 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2468 rows starting from the beginning of the part 2026.01.06 01:59:20.279654 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 78 rows starting from the beginning of the part 2026.01.06 01:59:20.279698 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 118 rows starting from the beginning of the part 2026.01.06 01:59:20.279740 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 76 rows starting from the beginning of the part 2026.01.06 01:59:20.279782 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 1378 rows starting from the beginning of the part 2026.01.06 01:59:20.279822 [ 197 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 76 rows starting from the beginning of the part 2026.01.06 01:59:20.279971 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.280006 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.280305 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:59:20.280515 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.280643 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} executeQuery: Read 10 rows, 770.00 B in 0.001159 sec., 8628.127696289905 rows/sec., 648.79 KiB/sec. 2026.01.06 01:59:20.280680 [ 254 ] {cbe4f54d-a03e-472b-ac44-9d6793693cb1} TCPHandler: Processed in 0.001327682 sec. 2026.01.06 01:59:20.280807 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.280899 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:20.280936 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:20.281350 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.281385 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.281439 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 4194 rows, containing 5 columns (5 merged, 0 gathered) in 0.002000218 sec., 2096771.4519117419 rows/sec., 180.64 MiB/sec. 2026.01.06 01:59:20.281685 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:20.281770 [ 196 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.06 01:59:20.281931 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.282078 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} executeQuery: Read 74 rows, 5.92 KiB in 0.001197 sec., 61821.21971595656 rows/sec., 4.83 MiB/sec. 2026.01.06 01:59:20.282092 [ 75 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.06 01:59:20.282116 [ 254 ] {eae55d8a-40d5-4b23-849f-ad73a7f82324} TCPHandler: Processed in 0.001357713 sec. 2026.01.06 01:59:20.282135 [ 75 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.282161 [ 196 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.282179 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.282260 [ 196 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_121_24} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.06 01:59:20.282272 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.06 01:59:20.282312 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.282359 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:20.282385 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1250 rows starting from the beginning of the part 2026.01.06 01:59:20.282386 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.01.06 01:59:20.282426 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:20.282437 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 78 rows starting from the beginning of the part 2026.01.06 01:59:20.282492 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:20.282522 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 95 rows starting from the beginning of the part 2026.01.06 01:59:20.282568 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 74 rows starting from the beginning of the part 2026.01.06 01:59:20.282607 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 587 rows starting from the beginning of the part 2026.01.06 01:59:20.282646 [ 189 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 74 rows starting from the beginning of the part 2026.01.06 01:59:20.282893 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.282927 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.283250 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:20.283467 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.283593 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.01.06 01:59:20.283629 [ 254 ] {907b59d3-672c-4e0a-a7cf-1d75ed7787c3} TCPHandler: Processed in 0.001436383 sec. 2026.01.06 01:59:20.283728 [ 196 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001488914 sec., 1449378.540332081 rows/sec., 112.57 MiB/sec. 2026.01.06 01:59:20.283736 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.283845 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:20.283890 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.06 01:59:20.283899 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} 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.01.06 01:59:20.284132 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.284191 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_121_24} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.06 01:59:20.284259 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.01.06 01:59:20.284640 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.284675 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.285155 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.01.06 01:59:20.285373 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.285504 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} executeQuery: Read 10 rows, 18.35 KiB in 0.001678 sec., 5959.475566150179 rows/sec., 10.68 MiB/sec. 2026.01.06 01:59:20.285557 [ 254 ] {e3cc3e4e-e35d-4e30-bc04-1b6daf1d31b8} TCPHandler: Processed in 0.001868097 sec. 2026.01.06 01:59:20.285664 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:20.285756 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:20.285797 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:20.286121 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.286156 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.286461 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:20.286668 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.286791 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.01.06 01:59:20.286798 [ 75 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.06 01:59:20.286828 [ 254 ] {7009ce68-8f4e-4c60-8244-37f6d49e4416} TCPHandler: Processed in 0.001211121 sec. 2026.01.06 01:59:20.286839 [ 75 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:20.286882 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:20.286970 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.06 01:59:20.287080 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:20.287113 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6422 rows starting from the beginning of the part 2026.01.06 01:59:20.287175 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:20.287217 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:20.287256 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:20.287293 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:20.287334 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:20.289172 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 6722 rows, containing 4 columns (4 merged, 0 gathered) in 0.002232111 sec., 3011498.980113444 rows/sec., 198.91 MiB/sec. 2026.01.06 01:59:20.289586 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.06 01:59:20.289844 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:20.289913 [ 196 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_121_24} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.06 01:59:20.289982 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.01.06 01:59:23.211299 [ 73 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:59:23.211349 [ 73 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:59:23.241440 [ 221 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.241471 [ 221 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.244297 [ 221 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.421306 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38425 2026.01.06 01:59:23.421871 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:23.421910 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:23.422437 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:59:23.422674 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:23.422795 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38425 2026.01.06 01:59:23.435429 [ 221 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.435462 [ 221 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.437447 [ 221 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.01.06 01:59:23.530171 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1954 2026.01.06 01:59:23.532693 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:23.532730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:23.533890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.06 01:59:23.534291 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:23.534588 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1954 2026.01.06 01:59:24.000251 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.04 MiB, peak 395.71 MiB, free memory in arenas 0.00 B, will set to 381.02 MiB (RSS), difference: 3.98 MiB 2026.01.06 01:59:24.002839 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002304422 sec. 2026.01.06 01:59:25.156667 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.156778 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.161345 [ 222 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.194855 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.194900 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.197945 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.278549 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.278737 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:25.278804 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:25.279490 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.279540 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.279953 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:25.280180 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.280333 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} executeQuery: Read 118 rows, 10.23 KiB in 0.001646 sec., 71688.94289185906 rows/sec., 6.07 MiB/sec. 2026.01.06 01:59:25.280375 [ 254 ] {85a35423-b06d-4023-828f-820b34ffe1ae} TCPHandler: Processed in 0.001977838 sec. 2026.01.06 01:59:25.280423 [ 222 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.280468 [ 222 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.280512 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.280614 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:25.280655 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:25.281064 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.281101 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.281400 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:59:25.281667 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.281802 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} executeQuery: Read 31 rows, 2.33 KiB in 0.001206 sec., 25704.80928689884 rows/sec., 1.89 MiB/sec. 2026.01.06 01:59:25.281799 [ 71 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.06 01:59:25.281841 [ 254 ] {a97aa4b8-aef8-47da-bda2-b56bdbfe316d} TCPHandler: Processed in 0.001378983 sec. 2026.01.06 01:59:25.281881 [ 71 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.281911 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.281967 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.282015 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.06 01:59:25.282067 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:25.282107 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:25.282127 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:25.282163 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 278 rows starting from the beginning of the part 2026.01.06 01:59:25.282233 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:25.282287 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:25.282335 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 43 rows starting from the beginning of the part 2026.01.06 01:59:25.282381 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:25.282428 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:25.282559 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.282595 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.282935 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:25.283154 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.283207 [ 194 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 403 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238041 sec., 325514.2600285451 rows/sec., 22.71 MiB/sec. 2026.01.06 01:59:25.283287 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} executeQuery: Read 95 rows, 7.60 KiB in 0.001238 sec., 76736.67205169628 rows/sec., 5.99 MiB/sec. 2026.01.06 01:59:25.283330 [ 254 ] {94ca4dab-84a6-47c0-b207-fe6508a09b24} TCPHandler: Processed in 0.001412723 sec. 2026.01.06 01:59:25.283334 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.06 01:59:25.283401 [ 220 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.283447 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.283460 [ 220 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.283549 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:25.283587 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.283598 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:25.283656 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_116_23} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.06 01:59:25.283719 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.06 01:59:25.283958 [ 222 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.284004 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.284045 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.284416 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:25.284682 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.284818 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.01.06 01:59:25.284855 [ 254 ] {6195855d-5156-4981-b868-b406c7af5816} TCPHandler: Processed in 0.001456144 sec. 2026.01.06 01:59:25.284966 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.285060 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:25.285114 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} 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.01.06 01:59:25.285953 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.285990 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.286542 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.01.06 01:59:25.286588 [ 220 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:25.286781 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.286933 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} executeQuery: Read 31 rows, 56.88 KiB in 0.001893 sec., 16376.122556788168 rows/sec., 29.35 MiB/sec. 2026.01.06 01:59:25.286951 [ 70 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.01.06 01:59:25.286990 [ 254 ] {54bdb01e-3a31-4628-834f-0c4032403b73} TCPHandler: Processed in 0.00207315 sec. 2026.01.06 01:59:25.287008 [ 70 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.287039 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.287107 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:25.287129 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.01.06 01:59:25.287206 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:25.287246 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:25.287347 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:25.287403 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2202 rows starting from the beginning of the part 2026.01.06 01:59:25.287533 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:25.287582 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.287619 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.287638 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:25.287735 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:25.287828 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:25.287917 [ 193 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:25.287936 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:25.288163 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.288293 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.06 01:59:25.288328 [ 254 ] {27b4a942-e636-4b38-a0ec-6e208b8f8e53} TCPHandler: Processed in 0.001268991 sec. 2026.01.06 01:59:25.295782 [ 194 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2315 rows, containing 19 columns (19 merged, 0 gathered) in 0.008692111 sec., 266333.460306708 rows/sec., 477.26 MiB/sec. 2026.01.06 01:59:25.297511 [ 201 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.01.06 01:59:25.297828 [ 201 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.297895 [ 201 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_116_23} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.01.06 01:59:25.298008 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.50 MiB. 2026.01.06 01:59:25.549934 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.01.06 01:59:25.567630 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:25.567669 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. 2026.01.06 01:59:25.573876 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.06 01:59:25.574609 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:25.577661 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.01.06 01:59:26.000283 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 382.06 MiB, peak 400.01 MiB, free memory in arenas 0.00 B, will set to 383.52 MiB (RSS), difference: 1.46 MiB 2026.01.06 01:59:30.278059 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.278363 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:59:30.278470 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:59:30.279247 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.279288 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.279669 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:59:30.279920 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.280074 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} executeQuery: Read 2 rows, 167.00 B in 0.001787 sec., 1119.194180190263 rows/sec., 91.26 KiB/sec. 2026.01.06 01:59:30.280117 [ 254 ] {6cf49a72-3879-41bc-a4bc-9a0f369c98fe} TCPHandler: Processed in 0.002248372 sec. 2026.01.06 01:59:30.280253 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.280347 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:30.280386 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:30.280864 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.280899 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.281211 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 01:59:30.281427 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.281556 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} executeQuery: Read 77 rows, 6.46 KiB in 0.001227 sec., 62754.68622656887 rows/sec., 5.14 MiB/sec. 2026.01.06 01:59:30.281594 [ 254 ] {e4b71842-8db0-4549-b166-3df617234e72} TCPHandler: Processed in 0.001399553 sec. 2026.01.06 01:59:30.281720 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.281820 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:30.281859 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:30.282283 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.282320 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.282617 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:30.282830 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.282957 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} executeQuery: Read 12 rows, 913.00 B in 0.001155 sec., 10389.61038961039 rows/sec., 771.95 KiB/sec. 2026.01.06 01:59:30.282994 [ 254 ] {41c0f022-e971-41f5-8044-453fc3ba1d1e} TCPHandler: Processed in 0.001324423 sec. 2026.01.06 01:59:30.283056 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:30.283085 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:30.283112 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.283206 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:30.283245 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:30.283655 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.283690 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.284002 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 01:59:30.284250 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.284375 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} executeQuery: Read 76 rows, 6.08 KiB in 0.001186 sec., 64080.94435075885 rows/sec., 5.01 MiB/sec. 2026.01.06 01:59:30.284412 [ 254 ] {80dfec93-fbac-4a0b-b685-e7ac1034d818} TCPHandler: Processed in 0.001347893 sec. 2026.01.06 01:59:30.284523 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.284617 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:30.284660 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:30.285069 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.285104 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.285462 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 01:59:30.285675 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.285804 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} executeQuery: Read 161 rows, 11.48 KiB in 0.001205 sec., 133609.95850622407 rows/sec., 9.30 MiB/sec. 2026.01.06 01:59:30.285842 [ 254 ] {9b633a22-0ddb-4893-b2e8-f8afb3857f5b} TCPHandler: Processed in 0.001367043 sec. 2026.01.06 01:59:30.285951 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.286045 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:30.286099 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} 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.01.06 01:59:30.286877 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.286912 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.286916 [ 221 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:30.287438 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.01.06 01:59:30.287666 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.287805 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} executeQuery: Read 10 rows, 18.35 KiB in 0.001776 sec., 5630.630630630631 rows/sec., 10.09 MiB/sec. 2026.01.06 01:59:30.287860 [ 254 ] {bf7d0376-6837-4099-b831-0eb5b244cf73} TCPHandler: Processed in 0.001957088 sec. 2026.01.06 01:59:30.287983 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:30.288109 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:30.288163 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:30.288566 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.288610 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.288941 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 01:59:30.289146 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.289286 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001194 sec., 50251.25628140703 rows/sec., 3.39 MiB/sec. 2026.01.06 01:59:30.289323 [ 254 ] {65d74611-68bb-47fe-bc8c-11c4e22fda4c} TCPHandler: Processed in 0.001402364 sec. 2026.01.06 01:59:30.923036 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38873 2026.01.06 01:59:30.923823 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.923903 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.924523 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:59:30.924785 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.924911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38873 2026.01.06 01:59:30.924931 [ 66 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:59:30.925004 [ 66 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:30.925027 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:30.925157 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:59:30.925294 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:30.925336 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36505 rows starting from the beginning of the part 2026.01.06 01:59:30.925406 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 448 rows starting from the beginning of the part 2026.01.06 01:59:30.925455 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 512 rows starting from the beginning of the part 2026.01.06 01:59:30.925502 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 448 rows starting from the beginning of the part 2026.01.06 01:59:30.925545 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 512 rows starting from the beginning of the part 2026.01.06 01:59:30.925590 [ 190 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 448 rows starting from the beginning of the part 2026.01.06 01:59:30.927994 [ 188 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38873 rows, containing 4 columns (4 merged, 0 gathered) in 0.002887347 sec., 13463224.198546277 rows/sec., 192.59 MiB/sec. 2026.01.06 01:59:30.928441 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:59:30.928781 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:30.928857 [ 191 ] {4278cead-b7fc-4288-8e6d-e917a056d6fe::all_1_81_16} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:59:30.928984 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.01.06 01:59:31.065954 [ 221 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:31.065999 [ 221 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:31.068904 [ 221 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 01:59:32.726668 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39007 2026.01.06 01:59:32.726787 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.726817 [ 351 ] {} TCP-Session: b888ba77-e67c-48ac-b1b2-39781037dab2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39007 2026.01.06 01:59:32.726838 [ 351 ] {} TCP-Session: b888ba77-e67c-48ac-b1b2-39781037dab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.726850 [ 351 ] {} TCP-Session: b888ba77-e67c-48ac-b1b2-39781037dab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727037 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39843 2026.01.06 01:59:32.727067 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50904 2026.01.06 01:59:32.727110 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41800 2026.01.06 01:59:32.727055 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54227 2026.01.06 01:59:32.727145 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64524 2026.01.06 01:59:32.727158 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42958 2026.01.06 01:59:32.727192 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727198 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727193 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727239 [ 368 ] {} TCP-Session: 7548f271-508e-45c3-a67c-0054ba6e9f33 Authenticating user 'default' from [fd00:1122:3344:101::e]:41800 2026.01.06 01:59:32.727249 [ 361 ] {} TCP-Session: 7cdd9016-8dfa-4e3e-b0a1-46896605fce2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54227 2026.01.06 01:59:32.727263 [ 363 ] {} TCP-Session: 22a3c394-7e3f-4149-b5d2-c0a731353ce3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50904 2026.01.06 01:59:32.727277 [ 368 ] {} TCP-Session: 7548f271-508e-45c3-a67c-0054ba6e9f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727284 [ 361 ] {} TCP-Session: 7cdd9016-8dfa-4e3e-b0a1-46896605fce2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727297 [ 368 ] {} TCP-Session: 7548f271-508e-45c3-a67c-0054ba6e9f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727291 [ 363 ] {} TCP-Session: 22a3c394-7e3f-4149-b5d2-c0a731353ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727308 [ 361 ] {} TCP-Session: 7cdd9016-8dfa-4e3e-b0a1-46896605fce2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727324 [ 363 ] {} TCP-Session: 22a3c394-7e3f-4149-b5d2-c0a731353ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727278 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727259 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727389 [ 370 ] {} TCP-Session: 683e5782-64c6-425b-8215-2a1b49bd5701 Authenticating user 'default' from [fd00:1122:3344:101::e]:42958 2026.01.06 01:59:32.727408 [ 369 ] {} TCP-Session: 482fa40c-5cb6-4a0f-a755-d181a72f5738 Authenticating user 'default' from [fd00:1122:3344:101::e]:64524 2026.01.06 01:59:32.727425 [ 370 ] {} TCP-Session: 683e5782-64c6-425b-8215-2a1b49bd5701 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727441 [ 369 ] {} TCP-Session: 482fa40c-5cb6-4a0f-a755-d181a72f5738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727455 [ 370 ] {} TCP-Session: 683e5782-64c6-425b-8215-2a1b49bd5701 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727468 [ 369 ] {} TCP-Session: 482fa40c-5cb6-4a0f-a755-d181a72f5738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727237 [ 351 ] {} TCP-Session: b888ba77-e67c-48ac-b1b2-39781037dab2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:32.727165 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727056 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63055 2026.01.06 01:59:32.727559 [ 360 ] {} TCP-Session: 9fd6d07b-0e81-4693-a2f9-621e97f3caa4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39843 2026.01.06 01:59:32.727080 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48691 2026.01.06 01:59:32.727611 [ 360 ] {} TCP-Session: 9fd6d07b-0e81-4693-a2f9-621e97f3caa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727630 [ 360 ] {} TCP-Session: 9fd6d07b-0e81-4693-a2f9-621e97f3caa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727695 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} executeQuery: (from [fd00:1122:3344:101::e]:39007) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:59:32.727791 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.727821 [ 362 ] {} TCP-Session: 6d6b9196-e78d-49f9-bee0-0929e0f8f02c Authenticating user 'default' from [fd00:1122:3344:101::e]:63055 2026.01.06 01:59:32.727843 [ 362 ] {} TCP-Session: 6d6b9196-e78d-49f9-bee0-0929e0f8f02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.727860 [ 362 ] {} TCP-Session: 6d6b9196-e78d-49f9-bee0-0929e0f8f02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.728009 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:59:32.728009 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.728060 [ 364 ] {} TCP-Session: e27313a0-2d0d-42bd-b597-b57947933029 Authenticating user 'default' from [fd00:1122:3344:101::e]:48691 2026.01.06 01:59:32.728064 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:59:32.728080 [ 364 ] {} TCP-Session: e27313a0-2d0d-42bd-b597-b57947933029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.728104 [ 364 ] {} TCP-Session: e27313a0-2d0d-42bd-b597-b57947933029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.728350 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:59:32.729423 [ 348 ] {123195f0-bb45-424a-bde9-488b16771644} AggregatingTransform: Aggregating 2026.01.06 01:59:32.729467 [ 348 ] {123195f0-bb45-424a-bde9-488b16771644} Aggregator: Aggregation method: without_key 2026.01.06 01:59:32.729497 [ 348 ] {123195f0-bb45-424a-bde9-488b16771644} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00101088 sec. (989.237 rows/sec., 38.64 KiB/sec.) 2026.01.06 01:59:32.729512 [ 348 ] {123195f0-bb45-424a-bde9-488b16771644} Aggregator: Merging aggregated data 2026.01.06 01:59:32.730769 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} executeQuery: Read 1 rows, 40.00 B in 0.003142 sec., 318.2686187141948 rows/sec., 12.43 KiB/sec. 2026.01.06 01:59:32.730920 [ 351 ] {123195f0-bb45-424a-bde9-488b16771644} TCPHandler: Processed in 0.003796576 sec. 2026.01.06 01:59:32.731066 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731091 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731095 [ 351 ] {} TCP-Session: b888ba77-e67c-48ac-b1b2-39781037dab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731119 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731138 [ 364 ] {} TCP-Session: e27313a0-2d0d-42bd-b597-b57947933029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731148 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731162 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731210 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731226 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731241 [ 360 ] {} TCP-Session: 9fd6d07b-0e81-4693-a2f9-621e97f3caa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731245 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731263 [ 363 ] {} TCP-Session: 22a3c394-7e3f-4149-b5d2-c0a731353ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731210 [ 370 ] {} TCP-Session: 683e5782-64c6-425b-8215-2a1b49bd5701 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731313 [ 369 ] {} TCP-Session: 482fa40c-5cb6-4a0f-a755-d181a72f5738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731184 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.731174 [ 361 ] {} TCP-Session: 7cdd9016-8dfa-4e3e-b0a1-46896605fce2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731259 [ 368 ] {} TCP-Session: 7548f271-508e-45c3-a67c-0054ba6e9f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.731400 [ 362 ] {} TCP-Session: 6d6b9196-e78d-49f9-bee0-0929e0f8f02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837350 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60140 2026.01.06 01:59:32.837457 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.837489 [ 351 ] {} TCP-Session: 91e85c0b-f96e-4966-aabc-fbbba59f0225 Authenticating user 'default' from [fd00:1122:3344:101::e]:60140 2026.01.06 01:59:32.837512 [ 351 ] {} TCP-Session: 91e85c0b-f96e-4966-aabc-fbbba59f0225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837527 [ 351 ] {} TCP-Session: 91e85c0b-f96e-4966-aabc-fbbba59f0225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837754 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58110 2026.01.06 01:59:32.837794 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47023 2026.01.06 01:59:32.837815 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38323 2026.01.06 01:59:32.837847 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58300 2026.01.06 01:59:32.837857 [ 351 ] {} TCP-Session: 91e85c0b-f96e-4966-aabc-fbbba59f0225 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:32.837898 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.837916 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.837941 [ 362 ] {} TCP-Session: cf8508cb-7775-4913-8fff-879d3fda660a Authenticating user 'default' from [fd00:1122:3344:101::e]:47023 2026.01.06 01:59:32.837902 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.837969 [ 364 ] {} TCP-Session: 5ea3cb63-2337-43a2-bcb2-2833444ede1c Authenticating user 'default' from [fd00:1122:3344:101::e]:38323 2026.01.06 01:59:32.837976 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.838010 [ 360 ] {} TCP-Session: f3524045-d01f-4302-a6cc-145f118663ee Authenticating user 'default' from [fd00:1122:3344:101::e]:58110 2026.01.06 01:59:32.838019 [ 364 ] {} TCP-Session: 5ea3cb63-2337-43a2-bcb2-2833444ede1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838035 [ 369 ] {} TCP-Session: 955d750f-f4c1-47b3-98d0-9aa3299d0c98 Authenticating user 'default' from [fd00:1122:3344:101::e]:58300 2026.01.06 01:59:32.838052 [ 364 ] {} TCP-Session: 5ea3cb63-2337-43a2-bcb2-2833444ede1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838063 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} executeQuery: (from [fd00:1122:3344:101::e]:60140) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:59:32.838077 [ 369 ] {} TCP-Session: 955d750f-f4c1-47b3-98d0-9aa3299d0c98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838045 [ 360 ] {} TCP-Session: f3524045-d01f-4302-a6cc-145f118663ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838115 [ 369 ] {} TCP-Session: 955d750f-f4c1-47b3-98d0-9aa3299d0c98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838153 [ 360 ] {} TCP-Session: f3524045-d01f-4302-a6cc-145f118663ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837975 [ 362 ] {} TCP-Session: cf8508cb-7775-4913-8fff-879d3fda660a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837844 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36134 2026.01.06 01:59:32.838206 [ 362 ] {} TCP-Session: cf8508cb-7775-4913-8fff-879d3fda660a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.837820 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58947 2026.01.06 01:59:32.837802 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45730 2026.01.06 01:59:32.838269 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.837786 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32885 2026.01.06 01:59:32.838321 [ 370 ] {} TCP-Session: 476d598f-d315-41f5-b122-b48a14afc860 Authenticating user 'default' from [fd00:1122:3344:101::e]:36134 2026.01.06 01:59:32.838341 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.838340 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.838365 [ 370 ] {} TCP-Session: 476d598f-d315-41f5-b122-b48a14afc860 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838380 [ 363 ] {} TCP-Session: 8fbc3406-571a-446b-a917-79b2504b9877 Authenticating user 'default' from [fd00:1122:3344:101::e]:45730 2026.01.06 01:59:32.838386 [ 368 ] {} TCP-Session: a35e7ba9-a8c3-44e6-a18b-a858b881b6c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:58947 2026.01.06 01:59:32.838399 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.838418 [ 363 ] {} TCP-Session: 8fbc3406-571a-446b-a917-79b2504b9877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838420 [ 368 ] {} TCP-Session: a35e7ba9-a8c3-44e6-a18b-a858b881b6c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838436 [ 363 ] {} TCP-Session: 8fbc3406-571a-446b-a917-79b2504b9877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838438 [ 361 ] {} TCP-Session: a6e513dd-8b9c-4e54-b631-e7a67cea40ca Authenticating user 'default' from [fd00:1122:3344:101::e]:32885 2026.01.06 01:59:32.838446 [ 368 ] {} TCP-Session: a35e7ba9-a8c3-44e6-a18b-a858b881b6c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838464 [ 361 ] {} TCP-Session: a6e513dd-8b9c-4e54-b631-e7a67cea40ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838396 [ 370 ] {} TCP-Session: 476d598f-d315-41f5-b122-b48a14afc860 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838483 [ 361 ] {} TCP-Session: a6e513dd-8b9c-4e54-b631-e7a67cea40ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.838334 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:59:32.838575 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:59:32.838852 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:59:32.839815 [ 349 ] {5396233d-4b00-447d-a98a-8421ca113c06} AggregatingTransform: Aggregating 2026.01.06 01:59:32.839848 [ 349 ] {5396233d-4b00-447d-a98a-8421ca113c06} Aggregator: Aggregation method: without_key 2026.01.06 01:59:32.839880 [ 349 ] {5396233d-4b00-447d-a98a-8421ca113c06} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000930189 sec. (1075.050 rows/sec., 41.99 KiB/sec.) 2026.01.06 01:59:32.839897 [ 349 ] {5396233d-4b00-447d-a98a-8421ca113c06} Aggregator: Merging aggregated data 2026.01.06 01:59:32.841150 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} executeQuery: Read 1 rows, 40.00 B in 0.003139 sec., 318.57279388340237 rows/sec., 12.44 KiB/sec. 2026.01.06 01:59:32.841291 [ 351 ] {5396233d-4b00-447d-a98a-8421ca113c06} TCPHandler: Processed in 0.003543153 sec. 2026.01.06 01:59:32.841415 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841443 [ 351 ] {} TCP-Session: 91e85c0b-f96e-4966-aabc-fbbba59f0225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841442 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841460 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841485 [ 370 ] {} TCP-Session: 476d598f-d315-41f5-b122-b48a14afc860 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841490 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841510 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841549 [ 360 ] {} TCP-Session: f3524045-d01f-4302-a6cc-145f118663ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841549 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841569 [ 362 ] {} TCP-Session: cf8508cb-7775-4913-8fff-879d3fda660a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841585 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841613 [ 364 ] {} TCP-Session: 5ea3cb63-2337-43a2-bcb2-2833444ede1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841564 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841648 [ 369 ] {} TCP-Session: 955d750f-f4c1-47b3-98d0-9aa3299d0c98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841510 [ 361 ] {} TCP-Session: a6e513dd-8b9c-4e54-b631-e7a67cea40ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841686 [ 368 ] {} TCP-Session: a35e7ba9-a8c3-44e6-a18b-a858b881b6c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.841525 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.841742 [ 363 ] {} TCP-Session: 8fbc3406-571a-446b-a917-79b2504b9877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880363 [ 361 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52998 2026.01.06 01:59:32.880432 [ 361 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880455 [ 361 ] {} TCP-Session: e7b923ca-aedc-4ffa-832b-39e3e928605e Authenticating user 'default' from [fd00:1122:3344:101::e]:52998 2026.01.06 01:59:32.880472 [ 361 ] {} TCP-Session: e7b923ca-aedc-4ffa-832b-39e3e928605e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880484 [ 361 ] {} TCP-Session: e7b923ca-aedc-4ffa-832b-39e3e928605e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880640 [ 362 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39820 2026.01.06 01:59:32.880679 [ 363 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40888 2026.01.06 01:59:32.880693 [ 368 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45531 2026.01.06 01:59:32.880713 [ 362 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880732 [ 369 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38147 2026.01.06 01:59:32.880741 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34615 2026.01.06 01:59:32.880767 [ 360 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39414 2026.01.06 01:59:32.880767 [ 368 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880836 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880834 [ 369 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880856 [ 368 ] {} TCP-Session: 3eae25ec-472f-4253-97ae-f53ae0314003 Authenticating user 'default' from [fd00:1122:3344:101::e]:45531 2026.01.06 01:59:32.880868 [ 351 ] {} TCP-Session: bd80acf8-29e0-49eb-966e-8e05f74e4601 Authenticating user 'default' from [fd00:1122:3344:101::e]:34615 2026.01.06 01:59:32.880887 [ 369 ] {} TCP-Session: 85ca0d67-4ad9-4cdc-a819-c88806a5de0b Authenticating user 'default' from [fd00:1122:3344:101::e]:38147 2026.01.06 01:59:32.880890 [ 360 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.880932 [ 369 ] {} TCP-Session: 85ca0d67-4ad9-4cdc-a819-c88806a5de0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880896 [ 368 ] {} TCP-Session: 3eae25ec-472f-4253-97ae-f53ae0314003 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880958 [ 369 ] {} TCP-Session: 85ca0d67-4ad9-4cdc-a819-c88806a5de0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880979 [ 368 ] {} TCP-Session: 3eae25ec-472f-4253-97ae-f53ae0314003 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880957 [ 360 ] {} TCP-Session: 313f783a-9143-4af4-95ff-6e7c7e890fde Authenticating user 'default' from [fd00:1122:3344:101::e]:39414 2026.01.06 01:59:32.880885 [ 361 ] {} TCP-Session: e7b923ca-aedc-4ffa-832b-39e3e928605e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:32.881032 [ 360 ] {} TCP-Session: 313f783a-9143-4af4-95ff-6e7c7e890fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880751 [ 363 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.881060 [ 360 ] {} TCP-Session: 313f783a-9143-4af4-95ff-6e7c7e890fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881093 [ 363 ] {} TCP-Session: 40bc416d-2127-4c19-9887-817aa6fdea9d Authenticating user 'default' from [fd00:1122:3344:101::e]:40888 2026.01.06 01:59:32.880754 [ 362 ] {} TCP-Session: ec709a49-0049-4208-b9cd-a3f691814353 Authenticating user 'default' from [fd00:1122:3344:101::e]:39820 2026.01.06 01:59:32.881125 [ 363 ] {} TCP-Session: 40bc416d-2127-4c19-9887-817aa6fdea9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881142 [ 362 ] {} TCP-Session: ec709a49-0049-4208-b9cd-a3f691814353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881156 [ 363 ] {} TCP-Session: 40bc416d-2127-4c19-9887-817aa6fdea9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881169 [ 362 ] {} TCP-Session: ec709a49-0049-4208-b9cd-a3f691814353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880735 [ 370 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38512 2026.01.06 01:59:32.881200 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} executeQuery: (from [fd00:1122:3344:101::e]:52998) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.06 01:59:32.880911 [ 351 ] {} TCP-Session: bd80acf8-29e0-49eb-966e-8e05f74e4601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.880701 [ 364 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39144 2026.01.06 01:59:32.881268 [ 351 ] {} TCP-Session: bd80acf8-29e0-49eb-966e-8e05f74e4601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881267 [ 370 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.881331 [ 370 ] {} TCP-Session: 89b757c7-3529-44e2-89c4-e9ef80101530 Authenticating user 'default' from [fd00:1122:3344:101::e]:38512 2026.01.06 01:59:32.881343 [ 364 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.06 01:59:32.881349 [ 370 ] {} TCP-Session: 89b757c7-3529-44e2-89c4-e9ef80101530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881376 [ 364 ] {} TCP-Session: ac66ae09-81c0-4186-993b-199c38654e50 Authenticating user 'default' from [fd00:1122:3344:101::e]:39144 2026.01.06 01:59:32.881394 [ 370 ] {} TCP-Session: 89b757c7-3529-44e2-89c4-e9ef80101530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881408 [ 364 ] {} TCP-Session: ac66ae09-81c0-4186-993b-199c38654e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881430 [ 364 ] {} TCP-Session: ac66ae09-81c0-4186-993b-199c38654e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.881543 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.06 01:59:32.881604 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.06 01:59:32.881946 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} oximeter.version (46764e02-33e8-4bd6-9d14-696e171d770a) (SelectExecutor): Key condition: unknown 2026.01.06 01:59:32.882994 [ 320 ] {74d17942-277b-401b-a710-9ff156f8eedf} AggregatingTransform: Aggregating 2026.01.06 01:59:32.883039 [ 320 ] {74d17942-277b-401b-a710-9ff156f8eedf} Aggregator: Aggregation method: without_key 2026.01.06 01:59:32.883074 [ 320 ] {74d17942-277b-401b-a710-9ff156f8eedf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00102446 sec. (976.124 rows/sec., 38.13 KiB/sec.) 2026.01.06 01:59:32.883094 [ 320 ] {74d17942-277b-401b-a710-9ff156f8eedf} Aggregator: Merging aggregated data 2026.01.06 01:59:32.884667 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} executeQuery: Read 1 rows, 40.00 B in 0.003528 sec., 283.4467120181406 rows/sec., 11.07 KiB/sec. 2026.01.06 01:59:32.884835 [ 361 ] {74d17942-277b-401b-a710-9ff156f8eedf} TCPHandler: Processed in 0.004095439 sec. 2026.01.06 01:59:32.884951 [ 361 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.884977 [ 362 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.884993 [ 370 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885017 [ 362 ] {} TCP-Session: ec709a49-0049-4208-b9cd-a3f691814353 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885018 [ 360 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885033 [ 370 ] {} TCP-Session: 89b757c7-3529-44e2-89c4-e9ef80101530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885054 [ 368 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885071 [ 364 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885090 [ 369 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885109 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885130 [ 364 ] {} TCP-Session: ac66ae09-81c0-4186-993b-199c38654e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885152 [ 369 ] {} TCP-Session: 85ca0d67-4ad9-4cdc-a819-c88806a5de0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885165 [ 351 ] {} TCP-Session: bd80acf8-29e0-49eb-966e-8e05f74e4601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885035 [ 363 ] {} TCPHandler: Done processing connection. 2026.01.06 01:59:32.885110 [ 368 ] {} TCP-Session: 3eae25ec-472f-4253-97ae-f53ae0314003 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.884983 [ 361 ] {} TCP-Session: e7b923ca-aedc-4ffa-832b-39e3e928605e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885232 [ 363 ] {} TCP-Session: 40bc416d-2127-4c19-9887-817aa6fdea9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:32.885082 [ 360 ] {} TCP-Session: 313f783a-9143-4af4-95ff-6e7c7e890fde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.06 01:59:33.077767 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.01.06 01:59:33.096898 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:33.096965 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:33.103208 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.06 01:59:33.103992 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:33.104342 [ 59 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.06 01:59:33.104418 [ 59 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:33.104440 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:33.104560 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.01.06 01:59:33.108845 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:33.109023 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.01.06 01:59:33.110426 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2026.01.06 01:59:33.115594 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2026.01.06 01:59:33.120129 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2026.01.06 01:59:33.124524 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2026.01.06 01:59:33.129468 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.01.06 01:59:33.134144 [ 188 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2026.01.06 01:59:33.207475 [ 186 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.10296475 sec., 5924.357607822095 rows/sec., 30.63 MiB/sec. 2026.01.06 01:59:33.210835 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.06 01:59:33.212866 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:33.212973 [ 187 ] {a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f::all_1_81_16} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.06 01:59:33.215429 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.01.06 01:59:33.534814 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1986 2026.01.06 01:59:33.537203 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:33.537288 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:33.538642 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.06 01:59:33.538930 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:33.539126 [ 59 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.06 01:59:33.539188 [ 59 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:33.539208 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:33.539320 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.01.06 01:59:33.539353 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1986 2026.01.06 01:59:33.539866 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:33.540011 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1842 rows starting from the beginning of the part 2026.01.06 01:59:33.540390 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2026.01.06 01:59:33.540766 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 26 rows starting from the beginning of the part 2026.01.06 01:59:33.541128 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part 2026.01.06 01:59:33.541479 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part 2026.01.06 01:59:33.541823 [ 195 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part 2026.01.06 01:59:33.550231 [ 192 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 72 columns (72 merged, 0 gathered) in 0.010958733 sec., 181225.32960699016 rows/sec., 140.61 MiB/sec. 2026.01.06 01:59:33.551842 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.06 01:59:33.552383 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:33.552462 [ 199 ] {b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5::all_1_61_12} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.06 01:59:33.552653 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.06 MiB. 2026.01.06 01:59:34.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.76 MiB, peak 402.09 MiB, free memory in arenas 0.00 B, will set to 385.93 MiB (RSS), difference: 1.17 MiB 2026.01.06 01:59:35.278335 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.278530 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:35.278602 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:35.279363 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.279405 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.279797 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.06 01:59:35.280030 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.280183 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} executeQuery: Read 118 rows, 10.23 KiB in 0.001701 sec., 69370.95825984715 rows/sec., 5.87 MiB/sec. 2026.01.06 01:59:35.280226 [ 254 ] {30922361-8776-432e-9fd8-118d6d6d0d46} TCPHandler: Processed in 0.002022059 sec. 2026.01.06 01:59:35.280390 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.280485 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:35.280526 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:35.281019 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.281054 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.281351 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:35.281568 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.281698 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} executeQuery: Read 31 rows, 2.33 KiB in 0.001231 sec., 25182.778229082043 rows/sec., 1.85 MiB/sec. 2026.01.06 01:59:35.281740 [ 254 ] {6ba72f1b-7e6d-49f7-bfd2-8098ce993929} TCPHandler: Processed in 0.001414803 sec. 2026.01.06 01:59:35.281873 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.281968 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:35.282007 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:35.282484 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.282518 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.282820 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.06 01:59:35.283033 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.283160 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} executeQuery: Read 95 rows, 7.60 KiB in 0.001209 sec., 78577.33664185277 rows/sec., 6.14 MiB/sec. 2026.01.06 01:59:35.283197 [ 254 ] {939458e0-3697-45bb-ba21-6c9a51ba295a} TCPHandler: Processed in 0.001374523 sec. 2026.01.06 01:59:35.283334 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.283427 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:35.283471 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:35.283923 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.283957 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.284295 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.06 01:59:35.284502 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.284628 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2026.01.06 01:59:35.284664 [ 254 ] {05c4833f-7bd1-4f79-9310-f83b1a55ed4d} TCPHandler: Processed in 0.001389893 sec. 2026.01.06 01:59:35.284788 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.284882 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:35.284937 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} 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.01.06 01:59:35.285794 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.285830 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.286374 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.01.06 01:59:35.286599 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.286734 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} executeQuery: Read 31 rows, 56.88 KiB in 0.001869 sec., 16586.40984483681 rows/sec., 29.72 MiB/sec. 2026.01.06 01:59:35.286787 [ 254 ] {f262bda0-06aa-487e-97ba-afa7daae9a44} TCPHandler: Processed in 0.002055659 sec. 2026.01.06 01:59:35.286903 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:35.287007 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:35.287049 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:35.287384 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:35.287418 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:35.287725 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.01.06 01:59:35.287938 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:35.288061 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.01.06 01:59:35.288096 [ 254 ] {fdaf026e-1aea-461b-be47-63281f2ea591} TCPHandler: Processed in 0.001241582 sec. 2026.01.06 01:59:38.211386 [ 54 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:59:38.211441 [ 54 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:59:38.425138 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39385 2026.01.06 01:59:38.426008 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:38.426053 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:38.426548 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:59:38.426774 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:38.426909 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39385 2026.01.06 01:59:40.278040 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.278353 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:40.278461 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:40.279343 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.279383 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.279792 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.06 01:59:40.280020 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.280223 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} executeQuery: Read 76 rows, 6.39 KiB in 0.00195 sec., 38974.35897435898 rows/sec., 3.20 MiB/sec. 2026.01.06 01:59:40.280276 [ 254 ] {4d1445f1-b6e7-449e-80f9-107b7aca3091} TCPHandler: Processed in 0.002424413 sec. 2026.01.06 01:59:40.280401 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.280504 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:40.280547 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:40.280960 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.280995 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.281304 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:40.281534 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.281665 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} executeQuery: Read 10 rows, 770.00 B in 0.001185 sec., 8438.818565400843 rows/sec., 634.56 KiB/sec. 2026.01.06 01:59:40.281703 [ 254 ] {d3cc56c7-601a-4ae8-b4b4-ee3dec4ffc7e} TCPHandler: Processed in 0.001353842 sec. 2026.01.06 01:59:40.281817 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.281910 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:40.281951 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:40.282374 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.282408 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.282708 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.06 01:59:40.282926 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.283051 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} executeQuery: Read 74 rows, 5.92 KiB in 0.001159 sec., 63848.14495254529 rows/sec., 4.98 MiB/sec. 2026.01.06 01:59:40.283089 [ 254 ] {cae57d03-9b74-4206-ab21-364015ccbba9} TCPHandler: Processed in 0.001322082 sec. 2026.01.06 01:59:40.283200 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.283294 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:40.283338 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:40.283744 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.283777 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.284110 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.06 01:59:40.284323 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.284451 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.01.06 01:59:40.284490 [ 254 ] {a2b5073f-55aa-42ab-9edf-e2f2fc2c29f2} TCPHandler: Processed in 0.001340452 sec. 2026.01.06 01:59:40.284489 [ 52 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 4 parts from all_1_120_24 to all_123_123_0 2026.01.06 01:59:40.284563 [ 52 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.284589 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.284600 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.284681 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTask::PrepareStage: Merging 4 parts: from all_1_120_24 to all_123_123_0 into Compact with storage Full 2026.01.06 01:59:40.284698 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:40.284757 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} 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.01.06 01:59:40.284777 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:40.284808 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_120_24, total 33333 rows starting from the beginning of the part 2026.01.06 01:59:40.284866 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:40.284911 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:40.284956 [ 197 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 161 rows starting from the beginning of the part 2026.01.06 01:59:40.285560 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.285595 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.286114 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.01.06 01:59:40.286339 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.286483 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} executeQuery: Read 10 rows, 18.35 KiB in 0.001804 sec., 5543.2372505543235 rows/sec., 9.93 MiB/sec. 2026.01.06 01:59:40.286546 [ 254 ] {9f013f81-2230-42fb-8b16-bb10273f0f22} TCPHandler: Processed in 0.001995269 sec. 2026.01.06 01:59:40.286659 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:40.286752 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:40.286794 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:40.287131 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.287168 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.287478 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.01.06 01:59:40.287698 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.287825 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.06 01:59:40.287862 [ 254 ] {08a7ce49-626a-412e-b71f-546bb8025956} TCPHandler: Processed in 0.001252772 sec. 2026.01.06 01:59:40.291131 [ 189 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergeTask::MergeProjectionsStage: Merge sorted 33814 rows, containing 5 columns (5 merged, 0 gathered) in 0.00648638 sec., 5213077.248018155 rows/sec., 356.02 MiB/sec. 2026.01.06 01:59:40.291359 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) 2026.01.06 01:59:40.291657 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.291740 [ 192 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_123_25} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 4 parts: [all_1_120_24, all_123_123_0] -> all_1_123_25 2026.01.06 01:59:40.291837 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.01.06 01:59:40.609153 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.01.06 01:59:40.626551 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:40.626617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:40.632704 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.06 01:59:40.633418 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:40.637181 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.01.06 01:59:41.062300 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.062532 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.062621 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:59:41.063630 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.063681 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.064093 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:59:41.064317 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.064478 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} executeQuery: Read 410 rows, 26.63 KiB in 0.002011 sec., 203878.6673296867 rows/sec., 12.93 MiB/sec. 2026.01.06 01:59:41.064523 [ 254 ] {6d08bc77-2c0f-48aa-87a2-4b0d67aa4747} TCPHandler: Processed in 0.002395782 sec. 2026.01.06 01:59:41.064654 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.064750 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 01:59:41.064792 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 01:59:41.065187 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.065223 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.065526 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:59:41.065732 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.065846 [ 52 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Selected 6 parts from all_1_25_6 to all_30_30_0 2026.01.06 01:59:41.065862 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} executeQuery: Read 12 rows, 1002.00 B in 0.001132 sec., 10600.706713780919 rows/sec., 864.41 KiB/sec. 2026.01.06 01:59:41.065912 [ 52 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.065921 [ 254 ] {f849d6ed-b8b2-4e9a-a596-181ba74f6c10} TCPHandler: Processed in 0.001318292 sec. 2026.01.06 01:59:41.065942 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.066049 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.066054 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_6 to all_30_30_0 into Compact with storage Full 2026.01.06 01:59:41.066180 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:41.066215 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:41.066235 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:41.066258 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 20 rows starting from the beginning of the part 2026.01.06 01:59:41.066340 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 2 rows starting from the beginning of the part 2026.01.06 01:59:41.066395 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.01.06 01:59:41.066448 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2026.01.06 01:59:41.066494 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 2 rows starting from the beginning of the part 2026.01.06 01:59:41.066538 [ 196 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part 2026.01.06 01:59:41.067367 [ 189 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 52 rows, containing 5 columns (5 merged, 0 gathered) in 0.001364273 sec., 38115.5384589448 rows/sec., 3.18 MiB/sec. 2026.01.06 01:59:41.067541 [ 198 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2026.01.06 01:59:41.067866 [ 198 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.067956 [ 198 ] {b0b926f0-1887-4ca1-a0f9-12f151be4fc4::all_1_30_7} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4) (MergerMutator): Merged 6 parts: [all_1_25_6, all_30_30_0] -> all_1_30_7 2026.01.06 01:59:41.067983 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.068026 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.068069 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.06 01:59:41.068502 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.06 01:59:41.068720 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.068856 [ 52 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.06 01:59:41.068861 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} executeQuery: Read 2321 rows, 192.30 KiB in 0.002706 sec., 857723.5772357724 rows/sec., 69.40 MiB/sec. 2026.01.06 01:59:41.068903 [ 52 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.068925 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.06 01:59:41.068933 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.068948 [ 254 ] {ab2ea92d-5a1e-4bdd-a63e-f70d113e84a3} TCPHandler: Processed in 0.002959947 sec. 2026.01.06 01:59:41.069039 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.06 01:59:41.069073 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.069133 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:41.069163 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2468 rows starting from the beginning of the part 2026.01.06 01:59:41.069176 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.069217 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:41.069222 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 118 rows starting from the beginning of the part 2026.01.06 01:59:41.069270 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 77 rows starting from the beginning of the part 2026.01.06 01:59:41.069312 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 118 rows starting from the beginning of the part 2026.01.06 01:59:41.069351 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 76 rows starting from the beginning of the part 2026.01.06 01:59:41.069390 [ 193 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 2321 rows starting from the beginning of the part 2026.01.06 01:59:41.069775 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.069810 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.070127 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:41.070341 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.070476 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} executeQuery: Read 248 rows, 15.48 KiB in 0.001326 sec., 187028.65761689292 rows/sec., 11.40 MiB/sec. 2026.01.06 01:59:41.070514 [ 254 ] {6efddd77-b482-45e8-9188-64b1e1781cd5} TCPHandler: Processed in 0.001490474 sec. 2026.01.06 01:59:41.070616 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.070710 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.070751 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:59:41.071217 [ 198 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 5178 rows, containing 5 columns (5 merged, 0 gathered) in 0.002217961 sec., 2334576.667488743 rows/sec., 199.07 MiB/sec. 2026.01.06 01:59:41.071375 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.071414 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.071467 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.06 01:59:41.071727 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.071746 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:59:41.071793 [ 201 ] {8684db4e-b7dd-4952-a5a2-847f675c5305::all_1_126_25} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.06 01:59:41.071870 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.06 01:59:41.071962 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.072088 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} executeQuery: Read 441 rows, 29.88 KiB in 0.001397 sec., 315676.44953471725 rows/sec., 20.88 MiB/sec. 2026.01.06 01:59:41.072126 [ 254 ] {177c0395-acf7-462a-8983-50c70e0a0786} TCPHandler: Processed in 0.001558535 sec. 2026.01.06 01:59:41.072236 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.072329 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.072368 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:59:41.072868 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.072903 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.073215 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.06 01:59:41.073429 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.073557 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} executeQuery: Read 211 rows, 12.27 KiB in 0.001247 sec., 169206.09462710505 rows/sec., 9.61 MiB/sec. 2026.01.06 01:59:41.073595 [ 254 ] {2f216d22-4ac6-4abc-b4ac-5f156e852537} TCPHandler: Processed in 0.001408593 sec. 2026.01.06 01:59:41.073695 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.073793 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:41.073832 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:41.075010 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.075055 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.075554 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.06 01:59:41.075780 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.075908 [ 49 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.06 01:59:41.075933 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} executeQuery: Read 1178 rows, 86.22 KiB in 0.002158 sec., 545875.8109360519 rows/sec., 39.02 MiB/sec. 2026.01.06 01:59:41.075963 [ 49 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.075983 [ 254 ] {661a33ac-db98-4fae-baed-60d47222c26b} TCPHandler: Processed in 0.002337252 sec. 2026.01.06 01:59:41.075994 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.076087 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.06 01:59:41.076105 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.076208 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:41.076212 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:59:41.076247 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1250 rows starting from the beginning of the part 2026.01.06 01:59:41.076272 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:59:41.076318 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 95 rows starting from the beginning of the part 2026.01.06 01:59:41.076368 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 76 rows starting from the beginning of the part 2026.01.06 01:59:41.076409 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 95 rows starting from the beginning of the part 2026.01.06 01:59:41.076448 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 74 rows starting from the beginning of the part 2026.01.06 01:59:41.076488 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1178 rows starting from the beginning of the part 2026.01.06 01:59:41.076627 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.076669 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.077007 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.06 01:59:41.077236 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.077371 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} executeQuery: Read 12 rows, 642.00 B in 0.001179 sec., 10178.117048346057 rows/sec., 531.77 KiB/sec. 2026.01.06 01:59:41.077409 [ 254 ] {41cd3af6-44e6-4642-96e9-e57a3cfc9f72} TCPHandler: Processed in 0.001354353 sec. 2026.01.06 01:59:41.077509 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.077604 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.077648 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:41.077845 [ 194 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.001798267 sec., 1539259.742852424 rows/sec., 117.62 MiB/sec. 2026.01.06 01:59:41.078026 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.06 01:59:41.078273 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.078337 [ 201 ] {8ea59028-804a-415a-bdee-832e5d41035c::all_1_126_25} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.06 01:59:41.078344 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.078380 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.078418 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.06 01:59:41.078768 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.06 01:59:41.078994 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.079128 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} executeQuery: Read 1030 rows, 68.88 KiB in 0.001543 sec., 667530.7841866494 rows/sec., 43.60 MiB/sec. 2026.01.06 01:59:41.079166 [ 254 ] {b0eaefb5-9182-4a16-8d09-47caa6ee5ded} TCPHandler: Processed in 0.001704386 sec. 2026.01.06 01:59:41.079274 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.079367 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.079410 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:59:41.079731 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.079767 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.080066 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:59:41.080273 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.080398 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} executeQuery: Read 5 rows, 333.00 B in 0.001051 sec., 4757.373929590865 rows/sec., 309.42 KiB/sec. 2026.01.06 01:59:41.080436 [ 254 ] {77b94317-9286-4259-9f39-344db4e6a3aa} TCPHandler: Processed in 0.001211072 sec. 2026.01.06 01:59:41.080540 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.080633 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.080687 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} 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.01.06 01:59:41.081539 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.081574 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.082103 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.01.06 01:59:41.082326 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.082461 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} executeQuery: Read 31 rows, 56.88 KiB in 0.001846 sec., 16793.066088840736 rows/sec., 30.09 MiB/sec. 2026.01.06 01:59:41.082515 [ 254 ] {b008c7dd-02b1-4bd2-a553-75275563fccf} TCPHandler: Processed in 0.002022579 sec. 2026.01.06 01:59:41.082623 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:41.082716 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:41.082756 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:41.083087 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.083120 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.083423 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.01.06 01:59:41.083632 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.083744 [ 49 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.01.06 01:59:41.083758 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} executeQuery: Read 100 rows, 5.60 KiB in 0.00106 sec., 94339.62264150944 rows/sec., 5.16 MiB/sec. 2026.01.06 01:59:41.083792 [ 49 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:41.083814 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:41.083816 [ 254 ] {fbdfbfc6-3ac2-48aa-88c1-14a0425880e4} TCPHandler: Processed in 0.001240941 sec. 2026.01.06 01:59:41.083891 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.01.06 01:59:41.083991 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:41.084016 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6722 rows starting from the beginning of the part 2026.01.06 01:59:41.084062 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:41.084097 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:41.084133 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:41.084188 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2026.01.06 01:59:41.084224 [ 194 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 100 rows starting from the beginning of the part 2026.01.06 01:59:41.085970 [ 201 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7062 rows, containing 4 columns (4 merged, 0 gathered) in 0.002110299 sec., 3346445.2193741268 rows/sec., 220.64 MiB/sec. 2026.01.06 01:59:41.086432 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.01.06 01:59:41.086749 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:41.086827 [ 190 ] {c772badb-04e0-4303-b011-c8d8d922758e::all_1_126_25} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.01.06 01:59:41.086904 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.01.06 01:59:43.539622 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2034 2026.01.06 01:59:43.542295 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:43.542353 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. 2026.01.06 01:59:43.543572 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.06 01:59:43.543859 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:43.544228 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2034 2026.01.06 01:59:44.790745 [ 221 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:59:44.790844 [ 221 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:59:44.793276 [ 221 ] {} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.01.06 01:59:45.275193 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:45.275457 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:45.275562 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:45.276474 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:45.276515 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:45.276894 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.06 01:59:45.277109 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:45.277260 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} executeQuery: Read 56 rows, 4.38 KiB in 0.00188 sec., 29787.23404255319 rows/sec., 2.27 MiB/sec. 2026.01.06 01:59:45.277302 [ 254 ] {0c9e6c74-4901-410b-bde3-975f91ececad} TCPHandler: Processed in 0.002263761 sec. 2026.01.06 01:59:45.277444 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:45.277542 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:45.277583 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:45.278020 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:45.278057 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:45.278356 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.06 01:59:45.278562 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:45.278691 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2026.01.06 01:59:45.278729 [ 254 ] {d55e4161-7e19-40f9-9aef-c3d6bf1c401a} TCPHandler: Processed in 0.001343702 sec. 2026.01.06 01:59:45.278845 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:45.278947 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:45.278990 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:45.279412 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:45.279448 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:45.279761 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.06 01:59:45.279968 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:45.280099 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} executeQuery: Read 128 rows, 9.13 KiB in 0.001171 sec., 109308.28351836037 rows/sec., 7.61 MiB/sec. 2026.01.06 01:59:45.280136 [ 254 ] {9dca8671-5b89-415b-ac6a-3761c97efc4d} TCPHandler: Processed in 0.001339722 sec. 2026.01.06 01:59:45.280253 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:45.280346 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:45.280388 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:45.280712 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:45.280749 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:45.281051 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.01.06 01:59:45.281261 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:45.281387 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} executeQuery: Read 48 rows, 3.31 KiB in 0.001059 sec., 45325.779036827196 rows/sec., 3.05 MiB/sec. 2026.01.06 01:59:45.281423 [ 254 ] {2cf77e8f-c949-43b5-b408-f2b6a2710636} TCPHandler: Processed in 0.001217341 sec. 2026.01.06 01:59:45.927107 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39833 2026.01.06 01:59:45.927635 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:45.927673 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:45.928180 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:59:45.928422 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:45.928573 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39833 2026.01.06 01:59:48.137301 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.01.06 01:59:48.154159 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:48.154207 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:48.160164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.01.06 01:59:48.160905 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:48.163674 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.01.06 01:59:50.229465 [ 219 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.229534 [ 219 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.233660 [ 219 ] {} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.277416 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.277629 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:50.277699 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:50.278404 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.278452 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.278885 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.06 01:59:50.279149 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.279319 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} executeQuery: Read 76 rows, 6.39 KiB in 0.001755 sec., 43304.84330484331 rows/sec., 3.55 MiB/sec. 2026.01.06 01:59:50.279363 [ 254 ] {9648738d-006b-4169-bede-3cf1daf89b6b} TCPHandler: Processed in 0.00209211 sec. 2026.01.06 01:59:50.279373 [ 219 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.279406 [ 219 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.279485 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.279596 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:50.279640 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:50.280096 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.280136 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.280474 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:50.280736 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.280869 [ 39 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.06 01:59:50.280875 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} executeQuery: Read 10 rows, 770.00 B in 0.001299 sec., 7698.229407236336 rows/sec., 578.87 KiB/sec. 2026.01.06 01:59:50.280921 [ 39 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.280940 [ 254 ] {c60475e6-518b-4a13-90a3-b175b0786992} TCPHandler: Processed in 0.001506924 sec. 2026.01.06 01:59:50.280949 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.281066 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.06 01:59:50.281071 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.281194 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:50.281199 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:50.281238 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 278 rows starting from the beginning of the part 2026.01.06 01:59:50.281257 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:50.281314 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 12 rows starting from the beginning of the part 2026.01.06 01:59:50.281366 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:50.281410 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:50.281449 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 248 rows starting from the beginning of the part 2026.01.06 01:59:50.281490 [ 191 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:50.281697 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.281739 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.281952 [ 219 ] {} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:50.282104 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.06 01:59:50.282340 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.282369 [ 201 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352713 sec., 435421.2608291633 rows/sec., 29.07 MiB/sec. 2026.01.06 01:59:50.282477 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} executeQuery: Read 74 rows, 5.92 KiB in 0.001296 sec., 57098.765432098764 rows/sec., 4.46 MiB/sec. 2026.01.06 01:59:50.282517 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.06 01:59:50.282519 [ 254 ] {1c467a2b-f1cb-492d-aa62-e3a8236c5006} TCPHandler: Processed in 0.001497404 sec. 2026.01.06 01:59:50.282651 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.282748 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:50.282775 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.282793 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:50.282844 [ 187 ] {d4f67e85-585a-4637-b57e-30d1337e8e82::all_1_121_24} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.06 01:59:50.282925 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.06 01:59:50.283199 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.283241 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.283582 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.06 01:59:50.283793 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.283924 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.06 01:59:50.283926 [ 41 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Selected 4 parts from all_1_123_25 to all_126_126_0 2026.01.06 01:59:50.283961 [ 254 ] {514b204e-e667-4a0c-bfcf-2b47389bca5d} TCPHandler: Processed in 0.001359473 sec. 2026.01.06 01:59:50.283968 [ 41 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.283987 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.284052 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTask::PrepareStage: Merging 4 parts: from all_1_123_25 to all_126_126_0 into Compact with storage Full 2026.01.06 01:59:50.284070 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.284150 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:50.284173 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:50.284180 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_25, total 33814 rows starting from the beginning of the part 2026.01.06 01:59:50.284235 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} 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.01.06 01:59:50.284242 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:50.284293 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part 2026.01.06 01:59:50.284328 [ 191 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1030 rows starting from the beginning of the part 2026.01.06 01:59:50.285027 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.285066 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.285614 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.01.06 01:59:50.285834 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.285961 [ 41 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.01.06 01:59:50.285988 [ 41 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.285989 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} executeQuery: Read 10 rows, 18.35 KiB in 0.001835 sec., 5449.591280653951 rows/sec., 9.77 MiB/sec. 2026.01.06 01:59:50.286004 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.286066 [ 254 ] {3d520f7c-688f-455f-9dd0-61b5404e5605} TCPHandler: Processed in 0.002044809 sec. 2026.01.06 01:59:50.286086 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.01.06 01:59:50.286180 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:50.286287 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:50.286286 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:50.286343 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2315 rows starting from the beginning of the part 2026.01.06 01:59:50.286350 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:50.286465 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:50.286572 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:50.286667 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:50.286715 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:50.286758 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 31 rows starting from the beginning of the part 2026.01.06 01:59:50.286759 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:50.286860 [ 187 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 10 rows starting from the beginning of the part 2026.01.06 01:59:50.287138 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.01.06 01:59:50.287390 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.287535 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} executeQuery: Read 60 rows, 4.14 KiB in 0.001267 sec., 47355.95895816891 rows/sec., 3.19 MiB/sec. 2026.01.06 01:59:50.287574 [ 254 ] {fe6beddb-3be9-4d27-8b4a-a275425ca213} TCPHandler: Processed in 0.001444653 sec. 2026.01.06 01:59:50.290636 [ 186 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergeTask::MergeProjectionsStage: Merge sorted 35164 rows, containing 5 columns (5 merged, 0 gathered) in 0.006602002 sec., 5326263.154721855 rows/sec., 363.35 MiB/sec. 2026.01.06 01:59:50.291119 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} MergedBlockOutputStream: filled checksums all_1_126_26 (state Temporary) 2026.01.06 01:59:50.291459 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_merge_all_1_126_26 to all_1_126_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.291547 [ 188 ] {1c2e4332-de5f-43a8-820b-5799331de972::all_1_126_26} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972) (MergerMutator): Merged 4 parts: [all_1_123_25, all_126_126_0] -> all_1_126_26 2026.01.06 01:59:50.291662 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.06 01:59:50.296298 [ 186 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 19 columns (19 merged, 0 gathered) in 0.010243436 sec., 234979.74703019572 rows/sec., 421.07 MiB/sec. 2026.01.06 01:59:50.298461 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.01.06 01:59:50.298794 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:50.298868 [ 188 ] {bd824e77-a110-44ce-95c0-211bfcd442f2::all_1_121_24} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.01.06 01:59:50.299031 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.56 MiB. 2026.01.06 01:59:51.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.55 MiB, peak 405.09 MiB, free memory in arenas 0.00 B, will set to 390.61 MiB (RSS), difference: 4.06 MiB 2026.01.06 01:59:51.393455 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:51.393511 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:51.397417 [ 218 ] {} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:51.517716 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:51.517793 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:51.521204 [ 220 ] {} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:53.211493 [ 37 ] {} DNSResolver: Updating DNS cache 2026.01.06 01:59:53.211567 [ 37 ] {} DNSResolver: Updated DNS cache 2026.01.06 01:59:53.429078 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40345 2026.01.06 01:59:53.429887 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:53.429922 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:53.430409 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:59:53.430631 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:53.430760 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40345 2026.01.06 01:59:53.529601 [ 36 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.06 01:59:53.529664 [ 36 ] {} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:53.529684 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:53.529814 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.01.06 01:59:53.529973 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.06 01:59:53.530013 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 13 rows starting from the beginning of the part 2026.01.06 01:59:53.530087 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.01.06 01:59:53.530135 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.01.06 01:59:53.530182 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.01.06 01:59:53.530226 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2026.01.06 01:59:53.531029 [ 188 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001277982 sec., 17214.639955805324 rows/sec., 1.11 MiB/sec. 2026.01.06 01:59:53.531159 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.06 01:59:53.531398 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:53.531464 [ 199 ] {a7d72600-36af-4079-9cb9-e0fad7adfd8b::all_1_14_3} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.06 01:59:53.531539 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.06 01:59:53.544613 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2054 2026.01.06 01:59:53.547049 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:53.547089 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:53.548273 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.06 01:59:53.548546 [ 243 ] {} system.query_log (b48449d6-a1e1-498b-bb0f-ee46b0f6d3c5): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:53.548905 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2054 2026.01.06 01:59:55.290875 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.291095 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.291171 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.06 01:59:55.292055 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.292104 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.292536 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:59:55.292766 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} oximeter.fields_i16 (9de36d1b-aa04-41f0-8f83-6f89378c59fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.292924 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} executeQuery: Read 410 rows, 26.63 KiB in 0.001884 sec., 217622.0806794055 rows/sec., 13.80 MiB/sec. 2026.01.06 01:59:55.292975 [ 254 ] {f0d61282-d46a-40af-98a9-08ed80ef2f3e} TCPHandler: Processed in 0.002245881 sec. 2026.01.06 01:59:55.293110 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.293211 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 01:59:55.293253 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 01:59:55.294332 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.294371 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.294761 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.06 01:59:55.294983 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.295115 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} executeQuery: Read 1174 rows, 95.65 KiB in 0.001926 sec., 609553.4787123572 rows/sec., 48.50 MiB/sec. 2026.01.06 01:59:55.295155 [ 254 ] {099e7722-92b6-4110-976e-f3d90cb47ad1} TCPHandler: Processed in 0.00209622 sec. 2026.01.06 01:59:55.295270 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.295367 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.295409 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 01:59:55.295943 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.295980 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.296295 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:55.296512 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.296643 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} executeQuery: Read 236 rows, 14.65 KiB in 0.001295 sec., 182239.38223938225 rows/sec., 11.04 MiB/sec. 2026.01.06 01:59:55.296683 [ 254 ] {1aedd5a0-6fa2-4e91-8e85-b77f60dd8b96} TCPHandler: Processed in 0.001462844 sec. 2026.01.06 01:59:55.296792 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.296887 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.296927 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.06 01:59:55.297437 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.297475 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.297795 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:59:55.298009 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} oximeter.fields_u32 (8f8d202f-0e8a-4889-a46e-e2bdee6dbb39): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.298136 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} executeQuery: Read 212 rows, 14.00 KiB in 0.001267 sec., 167324.38831886346 rows/sec., 10.79 MiB/sec. 2026.01.06 01:59:55.298174 [ 254 ] {d75579c3-f5ff-457b-b730-5cd0aee7ec54} TCPHandler: Processed in 0.001431834 sec. 2026.01.06 01:59:55.298283 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.298383 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.298423 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.06 01:59:55.298915 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.298952 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.299266 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.06 01:59:55.299480 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} oximeter.fields_u8 (cc0690dd-6d66-481d-8344-5d5675c9c5ce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.299609 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} executeQuery: Read 211 rows, 12.27 KiB in 0.001244 sec., 169614.14790996784 rows/sec., 9.63 MiB/sec. 2026.01.06 01:59:55.299651 [ 254 ] {7342802c-fe35-40ff-bd5d-b37e00610d6c} TCPHandler: Processed in 0.001416164 sec. 2026.01.06 01:59:55.299765 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.299860 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 01:59:55.299899 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 01:59:55.300611 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.300648 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.300996 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.06 01:59:55.301223 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.301361 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} executeQuery: Read 710 rows, 50.95 KiB in 0.001518 sec., 467720.68511198944 rows/sec., 32.78 MiB/sec. 2026.01.06 01:59:55.301399 [ 254 ] {865fb921-a3dc-4983-aa33-0442679874ba} TCPHandler: Processed in 0.001682986 sec. 2026.01.06 01:59:55.301510 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.301604 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.06 01:59:55.301648 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.06 01:59:55.301977 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.302012 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.302326 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.06 01:59:55.302535 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} oximeter.measurements_bool (6035a756-00c9-47e1-a971-784fbb9a198e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.302658 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2026.01.06 01:59:55.302696 [ 254 ] {2ffe239e-8960-45fb-ab17-9327b377321e} TCPHandler: Processed in 0.001234482 sec. 2026.01.06 01:59:55.302804 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.302899 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.302940 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 01:59:55.303398 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.303434 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.303778 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.06 01:59:55.303992 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.304121 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} executeQuery: Read 314 rows, 21.12 KiB in 0.00124 sec., 253225.8064516129 rows/sec., 16.63 MiB/sec. 2026.01.06 01:59:55.304158 [ 254 ] {f53fb584-6ef1-4a6f-8e43-4f2319bf8068} TCPHandler: Processed in 0.001402833 sec. 2026.01.06 01:59:55.304267 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.304377 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.304429 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.06 01:59:55.304769 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.304807 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.305125 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.06 01:59:55.305336 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} oximeter.measurements_f64 (a7d72600-36af-4079-9cb9-e0fad7adfd8b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.305466 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} executeQuery: Read 1 rows, 69.00 B in 0.001109 sec., 901.7132551848513 rows/sec., 60.76 KiB/sec. 2026.01.06 01:59:55.305502 [ 254 ] {28993a57-2467-4be8-af76-de2a37ef9dbc} TCPHandler: Processed in 0.001284022 sec. 2026.01.06 01:59:55.305623 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.305715 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.305769 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} 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.01.06 01:59:55.306649 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.306685 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.307221 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.01.06 01:59:55.307434 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.307568 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} executeQuery: Read 31 rows, 56.88 KiB in 0.001871 sec., 16568.679850347406 rows/sec., 29.69 MiB/sec. 2026.01.06 01:59:55.307621 [ 254 ] {0823de90-6276-4f2d-8ea1-a5c654996766} TCPHandler: Processed in 0.002053759 sec. 2026.01.06 01:59:55.307621 [ 222 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:55.307679 [ 222 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:55.307742 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 01:59:55.307840 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 01:59:55.307881 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 01:59:55.308211 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.308248 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.308552 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.01.06 01:59:55.308822 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.308952 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} executeQuery: Read 104 rows, 6.53 KiB in 0.001131 sec., 91954.02298850575 rows/sec., 5.63 MiB/sec. 2026.01.06 01:59:55.308989 [ 254 ] {5e8168cb-820e-44d4-a056-b6c54704f026} TCPHandler: Processed in 0.001294112 sec. 2026.01.06 01:59:55.311081 [ 222 ] {} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:55.663826 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.01.06 01:59:55.681803 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 01:59:55.681861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 01:59:55.688253 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.01.06 01:59:55.689007 [ 244 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 01:59:55.692424 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.01.06 01:59:56.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.93 MiB, peak 405.09 MiB, free memory in arenas 0.00 B, will set to 390.62 MiB (RSS), difference: -1.30 MiB 2026.01.06 01:59:56.442782 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:56.442837 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 01:59:56.445857 [ 218 ] {} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.01.06 02:00:00.278711 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.278918 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.06 02:00:00.278989 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.06 02:00:00.279683 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.279728 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.280121 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.06 02:00:00.280368 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} oximeter.fields_ipaddr (b0b926f0-1887-4ca1-a0f9-12f151be4fc4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.280532 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} executeQuery: Read 4 rows, 334.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 195.78 KiB/sec. 2026.01.06 02:00:00.280578 [ 254 ] {0a994b83-7437-4957-a920-ad9b8be9c39d} TCPHandler: Processed in 0.002000879 sec. 2026.01.06 02:00:00.280715 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.280811 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.06 02:00:00.280853 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.06 02:00:00.281305 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.281341 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.281672 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.06 02:00:00.281884 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} oximeter.fields_string (8684db4e-b7dd-4952-a5a2-847f675c5305): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.282012 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} executeQuery: Read 78 rows, 6.53 KiB in 0.001221 sec., 63882.06388206388 rows/sec., 5.22 MiB/sec. 2026.01.06 02:00:00.282054 [ 254 ] {725ade5a-02e1-40f4-b322-5dd51d5fc703} TCPHandler: Processed in 0.001390653 sec. 2026.01.06 02:00:00.282180 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.282274 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.06 02:00:00.282317 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.06 02:00:00.282732 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.282770 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.283066 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 02:00:00.283279 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} oximeter.fields_u16 (d4f67e85-585a-4637-b57e-30d1337e8e82): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.283419 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} executeQuery: Read 14 rows, 1.03 KiB in 0.001163 sec., 12037.833190025796 rows/sec., 886.72 KiB/sec. 2026.01.06 02:00:00.283459 [ 254 ] {8eaf6e9a-ce3f-46af-80b1-10a65d565e43} TCPHandler: Processed in 0.001328943 sec. 2026.01.06 02:00:00.283583 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.283683 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.06 02:00:00.283725 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.06 02:00:00.284152 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.284189 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.284516 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.06 02:00:00.284736 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} oximeter.fields_uuid (8ea59028-804a-415a-bdee-832e5d41035c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.284864 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} executeQuery: Read 78 rows, 6.24 KiB in 0.001204 sec., 64784.05315614618 rows/sec., 5.06 MiB/sec. 2026.01.06 02:00:00.284904 [ 254 ] {90b6c0b2-81be-4047-996b-3c16f64c0f03} TCPHandler: Processed in 0.001370792 sec. 2026.01.06 02:00:00.285024 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.285118 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.06 02:00:00.285170 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.06 02:00:00.285636 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.285685 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.286126 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.06 02:00:00.286357 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} oximeter.measurements_cumulativeu64 (1c2e4332-de5f-43a8-820b-5799331de972): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.286502 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} executeQuery: Read 162 rows, 11.55 KiB in 0.001401 sec., 115631.69164882228 rows/sec., 8.05 MiB/sec. 2026.01.06 02:00:00.286543 [ 254 ] {2e2341ab-9f2a-4d2e-822d-5816a5a8703e} TCPHandler: Processed in 0.001568325 sec. 2026.01.06 02:00:00.286663 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.286761 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.06 02:00:00.286817 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} 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.01.06 02:00:00.287707 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.287744 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.288338 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.01.06 02:00:00.288568 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} oximeter.measurements_histogramu64 (bd824e77-a110-44ce-95c0-211bfcd442f2): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.288711 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} executeQuery: Read 10 rows, 18.35 KiB in 0.001969 sec., 5078.7201625190455 rows/sec., 9.10 MiB/sec. 2026.01.06 02:00:00.288770 [ 254 ] {d4901007-dc0c-45e2-ab28-958af4bb6817} TCPHandler: Processed in 0.0021581 sec. 2026.01.06 02:00:00.288915 [ 254 ] {} TCP-Session: 730c84e8-437f-4cde-b6c0-334f8a1895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.06 02:00:00.289016 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} executeQuery: (from [fd00:1122:3344:101::d]:54241) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.06 02:00:00.289064 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.06 02:00:00.289435 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.289474 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.289804 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.01.06 02:00:00.290046 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} oximeter.measurements_u64 (c772badb-04e0-4303-b011-c8d8d922758e): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.290184 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2026.01.06 02:00:00.290222 [ 254 ] {7b08eb02-fc70-48e7-861a-b379ef83a8e0} TCPHandler: Processed in 0.001361973 sec. 2026.01.06 02:00:00.794476 [ 223 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 02:00:00.794544 [ 223 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 02:00:00.797969 [ 223 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 02:00:00.931018 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40793 2026.01.06 02:00:00.931844 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.06 02:00:00.931916 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. 2026.01.06 02:00:00.932562 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.01.06 02:00:00.932918 [ 245 ] {} system.asynchronous_metric_log (4278cead-b7fc-4288-8e6d-e917a056d6fe): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.06 02:00:00.933138 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40793 2026.01.06 02:00:02.282827 [ 218 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 02:00:02.282873 [ 218 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.01.06 02:00:02.285809 [ 218 ] {} system.metric_log (a49e6a2f-778b-4e6e-87d8-5ca3e7f35a5f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0]