[ Jan 13 17:53:27 Enabled. ] [ Jan 13 17:53:27 Rereading configuration. ] [ Jan 13 17:53:29 Rereading configuration. ] [ Jan 13 17:53:41 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 13 17:53:41 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.13 17:53:42.293616 [ 1 ] {} Application: Will watch for the process with pid 24371 2026.01.13 17:53:42.294016 [ 1 ] {} Application: Forked a child process to watch 2026.01.13 17:53:42.795429 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24371 2026.01.13 17:53:42.796239 [ 1 ] {} Application: starting up 2026.01.13 17:53:42.796391 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.13 17:53:42.889353 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.13 17:53:42.923338 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.13 17:53:42.923409 [ 1 ] {} Application: Initializing DateLUT. 2026.01.13 17:53:42.923426 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.13 17:53:42.923476 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.13 17:53:42.923997 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.13 17:53:42.926096 [ 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.13 17:53:42.926932 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.13 17:53:42.927747 [ 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.13 17:53:42.927794 [ 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.13 17:53:42.927832 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.13 17:53:42.928515 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.13 17:53:42.929529 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.13 17:53:42.935606 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.13 17:53:42.936322 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.13 17:53:42.937626 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.13 17:53:42.937720 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.13 17:53:42.938719 [ 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.13 17:53:42.939161 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.13 17:53:42.942934 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.13 17:53:42.943204 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.13 17:53:42.946207 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.13 17:53:42.946515 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.13 17:53:42.946928 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.13 17:53:42.947251 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.13 17:53:42.948660 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.13 17:53:42.948685 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.13 17:53:42.948769 [ 152 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:53:42.948861 [ 152 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:53:42.967345 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.13 17:53:42.967373 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000184773 sec 2026.01.13 17:53:42.967437 [ 1 ] {} ReferentialDeps: No tables 2026.01.13 17:53:42.967486 [ 1 ] {} LoadingDeps: No tables 2026.01.13 17:53:42.968171 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.13 17:53:42.968729 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.13 17:53:42.978251 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.13 17:53:42.978293 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.13 17:53:42.978378 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.13 17:53:42.978390 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.13 17:53:42.978423 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.13 17:53:42.978504 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.13 17:53:42.983029 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.13 17:53:42.983073 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.13 17:53:42.983118 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.13 17:53:42.983280 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.13 17:53:42.983321 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.13 17:53:42.983332 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.13 17:53:42.983397 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.13 17:53:42.983409 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.13 17:53:42.983438 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.13 17:53:42.983503 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.13 17:53:43.005370 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.13 17:53:43.012478 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.13 17:53:43.012590 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000134392 sec 2026.01.13 17:53:43.012606 [ 1 ] {} ReferentialDeps: No tables 2026.01.13 17:53:43.012619 [ 1 ] {} LoadingDeps: No tables 2026.01.13 17:53:43.012649 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.13 17:53:43.012897 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.13 17:53:43.012996 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.13 17:53:43.013011 [ 1 ] {} Application: Loaded metadata. 2026.01.13 17:53:43.013021 [ 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.13 17:53:43.013031 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.13 17:53:43.016840 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.13 17:53:43.017053 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.76 MiB (RSS), difference: 91.98 MiB 2026.01.13 17:53:43.018469 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.224e-05 sec. 2026.01.13 17:53:43.018878 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.13 17:53:43.019571 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.13 17:53:43.019591 [ 1 ] {} Application: Ready for connections. 2026.01.13 17:53:43.064246 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42643 2026.01.13 17:53:43.067248 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.067363 [ 3 ] {} TCP-Session: 53c6b1de-5bed-4a28-b5e5-d73f0f45a523 Authenticating user 'default' from [fd00:1122:3344:101::b]:42643 2026.01.13 17:53:43.067408 [ 3 ] {} TCP-Session: 53c6b1de-5bed-4a28-b5e5-d73f0f45a523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.067551 [ 3 ] {} TCP-Session: 53c6b1de-5bed-4a28-b5e5-d73f0f45a523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.067706 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.13 17:53:43.067751 [ 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.13 17:53:43.067882 [ 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.13 17:53:43.068414 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44639 2026.01.13 17:53:43.068516 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51260 2026.01.13 17:53:43.068516 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38270 2026.01.13 17:53:43.068618 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.068741 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.068758 [ 4 ] {} TCP-Session: e031a9a5-5ee9-431f-a3d3-6b30f2a9b018 Authenticating user 'default' from [fd00:1122:3344:101::b]:44639 2026.01.13 17:53:43.068766 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63126 2026.01.13 17:53:43.068778 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.068851 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62998 2026.01.13 17:53:43.068796 [ 4 ] {} TCP-Session: e031a9a5-5ee9-431f-a3d3-6b30f2a9b018 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.068791 [ 5 ] {} TCP-Session: a1504191-f10c-4422-a0df-0b9fd3b03df5 Authenticating user 'default' from [fd00:1122:3344:101::b]:51260 2026.01.13 17:53:43.068924 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.068985 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:65513 2026.01.13 17:53:43.068920 [ 4 ] {} TCP-Session: e031a9a5-5ee9-431f-a3d3-6b30f2a9b018 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.068917 [ 254 ] {} TCP-Session: e8cd537c-53a2-44fa-a39d-92a874afa527 Authenticating user 'default' from [fd00:1122:3344:101::b]:38270 2026.01.13 17:53:43.069090 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33618 2026.01.13 17:53:43.069043 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.069121 [ 254 ] {} TCP-Session: e8cd537c-53a2-44fa-a39d-92a874afa527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069115 [ 5 ] {} TCP-Session: a1504191-f10c-4422-a0df-0b9fd3b03df5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069192 [ 254 ] {} TCP-Session: e8cd537c-53a2-44fa-a39d-92a874afa527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069195 [ 256 ] {} TCP-Session: 9cf158e4-c4aa-40d3-975e-12320d9ed67a Authenticating user 'default' from [fd00:1122:3344:101::b]:62998 2026.01.13 17:53:43.069243 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.069258 [ 5 ] {} TCP-Session: a1504191-f10c-4422-a0df-0b9fd3b03df5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069283 [ 256 ] {} TCP-Session: 9cf158e4-c4aa-40d3-975e-12320d9ed67a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069325 [ 258 ] {} TCP-Session: 1d5fab1c-8c2f-4a06-a64d-598ade8e18ea Authenticating user 'default' from [fd00:1122:3344:101::b]:33618 2026.01.13 17:53:43.069347 [ 256 ] {} TCP-Session: 9cf158e4-c4aa-40d3-975e-12320d9ed67a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069290 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.069372 [ 255 ] {} TCP-Session: 8bf003c1-a429-4677-811d-fb210a424e37 Authenticating user 'default' from [fd00:1122:3344:101::b]:63126 2026.01.13 17:53:43.069442 [ 257 ] {} TCP-Session: 0b8f7aef-fde4-44b2-b7b7-219e3372a7c9 Authenticating user 'default' from [fd00:1122:3344:101::b]:65513 2026.01.13 17:53:43.069421 [ 258 ] {} TCP-Session: 1d5fab1c-8c2f-4a06-a64d-598ade8e18ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069509 [ 255 ] {} TCP-Session: 8bf003c1-a429-4677-811d-fb210a424e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069535 [ 257 ] {} TCP-Session: 0b8f7aef-fde4-44b2-b7b7-219e3372a7c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069519 [ 258 ] {} TCP-Session: 1d5fab1c-8c2f-4a06-a64d-598ade8e18ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069619 [ 255 ] {} TCP-Session: 8bf003c1-a429-4677-811d-fb210a424e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.069646 [ 257 ] {} TCP-Session: 0b8f7aef-fde4-44b2-b7b7-219e3372a7c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.206463 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64245 2026.01.13 17:53:43.213171 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.213303 [ 259 ] {} TCP-Session: 2264e18c-0b09-44ae-ac11-72c52d501c14 Authenticating user 'default' from [fd00:1122:3344:101::a]:64245 2026.01.13 17:53:43.213320 [ 259 ] {} TCP-Session: 2264e18c-0b09-44ae-ac11-72c52d501c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.213332 [ 259 ] {} TCP-Session: 2264e18c-0b09-44ae-ac11-72c52d501c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.213441 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.13 17:53:43.213470 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:43.213556 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:43.215990 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54561 2026.01.13 17:53:43.216175 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:40556 2026.01.13 17:53:43.216180 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57877 2026.01.13 17:53:43.216226 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216264 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60261 2026.01.13 17:53:43.216270 [ 260 ] {} TCP-Session: 50050e6d-0bba-4a9e-86ef-b8ebad6a8605 Authenticating user 'default' from [fd00:1122:3344:101::a]:54561 2026.01.13 17:53:43.216397 [ 260 ] {} TCP-Session: 50050e6d-0bba-4a9e-86ef-b8ebad6a8605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216403 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216450 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60678 2026.01.13 17:53:43.216481 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216487 [ 262 ] {} TCP-Session: 88749561-ace7-4588-8c38-227aa790d90d Authenticating user 'default' from [fd00:1122:3344:101::a]:40556 2026.01.13 17:53:43.216413 [ 260 ] {} TCP-Session: 50050e6d-0bba-4a9e-86ef-b8ebad6a8605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216588 [ 261 ] {} TCP-Session: 2068af9e-b10a-46f7-a82c-f6b5ecb18851 Authenticating user 'default' from [fd00:1122:3344:101::a]:57877 2026.01.13 17:53:43.216569 [ 262 ] {} TCP-Session: 88749561-ace7-4588-8c38-227aa790d90d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216633 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44291 2026.01.13 17:53:43.216686 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216690 [ 261 ] {} TCP-Session: 2068af9e-b10a-46f7-a82c-f6b5ecb18851 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216706 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56254 2026.01.13 17:53:43.216760 [ 261 ] {} TCP-Session: 2068af9e-b10a-46f7-a82c-f6b5ecb18851 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216785 [ 264 ] {} TCP-Session: 685ab441-0127-43e8-945d-d86a642e2b68 Authenticating user 'default' from [fd00:1122:3344:101::a]:60678 2026.01.13 17:53:43.216672 [ 262 ] {} TCP-Session: 88749561-ace7-4588-8c38-227aa790d90d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216634 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216872 [ 264 ] {} TCP-Session: 685ab441-0127-43e8-945d-d86a642e2b68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.216926 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216970 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:43.216977 [ 263 ] {} TCP-Session: 66b6c951-61c4-41b0-9762-5658541a1971 Authenticating user 'default' from [fd00:1122:3344:101::a]:60261 2026.01.13 17:53:43.216977 [ 265 ] {} TCP-Session: b47dfd24-0d1c-45f2-9240-30272d12ebd8 Authenticating user 'default' from [fd00:1122:3344:101::a]:44291 2026.01.13 17:53:43.216983 [ 264 ] {} TCP-Session: 685ab441-0127-43e8-945d-d86a642e2b68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217117 [ 266 ] {} TCP-Session: 88272027-4603-4513-a76b-3b882ad96425 Authenticating user 'default' from [fd00:1122:3344:101::a]:56254 2026.01.13 17:53:43.217117 [ 263 ] {} TCP-Session: 66b6c951-61c4-41b0-9762-5658541a1971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217102 [ 265 ] {} TCP-Session: b47dfd24-0d1c-45f2-9240-30272d12ebd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217200 [ 266 ] {} TCP-Session: 88272027-4603-4513-a76b-3b882ad96425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217181 [ 263 ] {} TCP-Session: 66b6c951-61c4-41b0-9762-5658541a1971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217240 [ 265 ] {} TCP-Session: b47dfd24-0d1c-45f2-9240-30272d12ebd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:43.217258 [ 266 ] {} TCP-Session: 88272027-4603-4513-a76b-3b882ad96425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.87 MiB, peak 116.87 MiB, free memory in arenas 0.00 B, will set to 119.48 MiB (RSS), difference: 2.62 MiB 2026.01.13 17:53:44.031668 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46673 2026.01.13 17:53:44.033278 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.033359 [ 267 ] {} TCP-Session: 8f1f9a99-48f5-47b9-a4b2-fa0ed0727122 Authenticating user 'default' from [fd00:1122:3344:101::c]:46673 2026.01.13 17:53:44.033381 [ 267 ] {} TCP-Session: 8f1f9a99-48f5-47b9-a4b2-fa0ed0727122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.033393 [ 267 ] {} TCP-Session: 8f1f9a99-48f5-47b9-a4b2-fa0ed0727122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.033521 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.13 17:53:44.033548 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:44.033631 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:44.034794 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47151 2026.01.13 17:53:44.034898 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52945 2026.01.13 17:53:44.034985 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.035027 [ 268 ] {} TCP-Session: 3df323e4-3562-46c5-af35-82723c0a6c81 Authenticating user 'default' from [fd00:1122:3344:101::c]:47151 2026.01.13 17:53:44.035127 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.035140 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:39995 2026.01.13 17:53:44.035145 [ 268 ] {} TCP-Session: 3df323e4-3562-46c5-af35-82723c0a6c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035175 [ 269 ] {} TCP-Session: 80fe6f83-f55e-4900-ab2c-1a17cdda0f90 Authenticating user 'default' from [fd00:1122:3344:101::c]:52945 2026.01.13 17:53:44.035159 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53086 2026.01.13 17:53:44.035190 [ 268 ] {} TCP-Session: 3df323e4-3562-46c5-af35-82723c0a6c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035312 [ 269 ] {} TCP-Session: 80fe6f83-f55e-4900-ab2c-1a17cdda0f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035360 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43171 2026.01.13 17:53:44.035362 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64647 2026.01.13 17:53:44.035319 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.035451 [ 269 ] {} TCP-Session: 80fe6f83-f55e-4900-ab2c-1a17cdda0f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035495 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:50787 2026.01.13 17:53:44.035469 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.035462 [ 271 ] {} TCP-Session: 5309bcbe-71ad-4455-94ad-286f3bd4eab3 Authenticating user 'default' from [fd00:1122:3344:101::c]:39995 2026.01.13 17:53:44.035591 [ 270 ] {} TCP-Session: 01defe40-5cbb-4508-bcd9-b857b00a6ba0 Authenticating user 'default' from [fd00:1122:3344:101::c]:53086 2026.01.13 17:53:44.035684 [ 271 ] {} TCP-Session: 5309bcbe-71ad-4455-94ad-286f3bd4eab3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035704 [ 271 ] {} TCP-Session: 5309bcbe-71ad-4455-94ad-286f3bd4eab3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035704 [ 270 ] {} TCP-Session: 01defe40-5cbb-4508-bcd9-b857b00a6ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035815 [ 270 ] {} TCP-Session: 01defe40-5cbb-4508-bcd9-b857b00a6ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.035933 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.035969 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.036018 [ 273 ] {} TCP-Session: fced6546-00b4-47ad-a794-ac6b2b3bfc27 Authenticating user 'default' from [fd00:1122:3344:101::c]:64647 2026.01.13 17:53:44.035949 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.036076 [ 272 ] {} TCP-Session: 5d768ae1-0b08-4f78-8728-1c8f3859e59c Authenticating user 'default' from [fd00:1122:3344:101::c]:43171 2026.01.13 17:53:44.036100 [ 274 ] {} TCP-Session: 156120f2-9afe-490c-9ae1-f901b734e4a5 Authenticating user 'default' from [fd00:1122:3344:101::c]:50787 2026.01.13 17:53:44.036100 [ 273 ] {} TCP-Session: fced6546-00b4-47ad-a794-ac6b2b3bfc27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.036202 [ 272 ] {} TCP-Session: 5d768ae1-0b08-4f78-8728-1c8f3859e59c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.036231 [ 274 ] {} TCP-Session: 156120f2-9afe-490c-9ae1-f901b734e4a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.036214 [ 273 ] {} TCP-Session: fced6546-00b4-47ad-a794-ac6b2b3bfc27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.036354 [ 272 ] {} TCP-Session: 5d768ae1-0b08-4f78-8728-1c8f3859e59c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.036382 [ 274 ] {} TCP-Session: 156120f2-9afe-490c-9ae1-f901b734e4a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.306747 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39845 2026.01.13 17:53:44.321076 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.321236 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:39845 2026.01.13 17:53:44.321269 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.321291 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.321485 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.13 17:53:44.321557 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:44.321679 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.13 17:53:44.322163 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40332 2026.01.13 17:53:44.322267 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43908 2026.01.13 17:53:44.322346 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48421 2026.01.13 17:53:44.322461 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34909 2026.01.13 17:53:44.322539 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322604 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43272 2026.01.13 17:53:44.322635 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322671 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Authenticating user 'default' from [fd00:1122:3344:101::d]:40332 2026.01.13 17:53:44.322679 [ 278 ] {} TCP-Session: fb61cdcb-4cf8-470d-b206-ba7cb726e107 Authenticating user 'default' from [fd00:1122:3344:101::d]:48421 2026.01.13 17:53:44.322735 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63398 2026.01.13 17:53:44.322713 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322800 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322834 [ 278 ] {} TCP-Session: fb61cdcb-4cf8-470d-b206-ba7cb726e107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.322887 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56798 2026.01.13 17:53:44.322916 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322935 [ 277 ] {} TCP-Session: 639baf0f-2dfe-4a92-beda-e4e88892e918 Authenticating user 'default' from [fd00:1122:3344:101::d]:43908 2026.01.13 17:53:44.322984 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.322964 [ 280 ] {} TCP-Session: 502f3983-8123-41a9-8147-672a5ec4d7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43272 2026.01.13 17:53:44.322942 [ 278 ] {} TCP-Session: fb61cdcb-4cf8-470d-b206-ba7cb726e107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323075 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.323071 [ 281 ] {} TCP-Session: 4f31dcd5-1e96-4acc-83a2-511f3311c2e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:63398 2026.01.13 17:53:44.323053 [ 280 ] {} TCP-Session: 502f3983-8123-41a9-8147-672a5ec4d7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323147 [ 282 ] {} TCP-Session: 40acd0a6-13a5-4118-8de4-26805fb2e49f Authenticating user 'default' from [fd00:1122:3344:101::d]:56798 2026.01.13 17:53:44.323156 [ 281 ] {} TCP-Session: 4f31dcd5-1e96-4acc-83a2-511f3311c2e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323168 [ 280 ] {} TCP-Session: 502f3983-8123-41a9-8147-672a5ec4d7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323236 [ 281 ] {} TCP-Session: 4f31dcd5-1e96-4acc-83a2-511f3311c2e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323227 [ 282 ] {} TCP-Session: 40acd0a6-13a5-4118-8de4-26805fb2e49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323041 [ 277 ] {} TCP-Session: 639baf0f-2dfe-4a92-beda-e4e88892e918 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323337 [ 282 ] {} TCP-Session: 40acd0a6-13a5-4118-8de4-26805fb2e49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323350 [ 277 ] {} TCP-Session: 639baf0f-2dfe-4a92-beda-e4e88892e918 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.322850 [ 279 ] {} TCP-Session: c412de86-5936-4766-ba48-dac145e93a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:34909 2026.01.13 17:53:44.322700 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323475 [ 279 ] {} TCP-Session: c412de86-5936-4766-ba48-dac145e93a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323514 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323528 [ 279 ] {} TCP-Session: c412de86-5936-4766-ba48-dac145e93a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.323939 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57504 2026.01.13 17:53:44.324041 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:53:44.324064 [ 283 ] {} TCP-Session: eb103786-73b5-476e-86b3-5a02b74f0d5b Authenticating user 'default' from [fd00:1122:3344:101::d]:57504 2026.01.13 17:53:44.324174 [ 283 ] {} TCP-Session: eb103786-73b5-476e-86b3-5a02b74f0d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.324189 [ 283 ] {} TCP-Session: eb103786-73b5-476e-86b3-5a02b74f0d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:53:44.335036 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.337891 [ 275 ] {15ab747f-6b0b-4ac9-9e29-f29fbceec13f} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:53:44.445488 [ 275 ] {15ab747f-6b0b-4ac9-9e29-f29fbceec13f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:39845) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.13 17:53:44.446444 [ 275 ] {15ab747f-6b0b-4ac9-9e29-f29fbceec13f} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.13 17:53:44.446655 [ 275 ] {15ab747f-6b0b-4ac9-9e29-f29fbceec13f} TCPHandler: Processed in 0.117924125 sec. 2026.01.13 17:53:44.456979 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.457212 [ 276 ] {72db7aa9-4a7e-465d-8af6-13370f876951} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:53:44.457701 [ 276 ] {72db7aa9-4a7e-465d-8af6-13370f876951} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:40332) (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.13 17:53:44.458001 [ 276 ] {72db7aa9-4a7e-465d-8af6-13370f876951} 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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 2026.01.13 17:53:44.458227 [ 276 ] {72db7aa9-4a7e-465d-8af6-13370f876951} TCPHandler: Processed in 0.001428366 sec. 2026.01.13 17:53:44.462981 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.463932 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} executeQuery: (from [fd00:1122:3344:101::d]:39845) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.13 17:53:44.464534 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.13 17:53:44.472074 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.13 17:53:44.472170 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000131482 sec 2026.01.13 17:53:44.472187 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} ReferentialDeps: No tables 2026.01.13 17:53:44.472200 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} LoadingDeps: No tables 2026.01.13 17:53:44.472260 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} DatabaseAtomic (oximeter): Starting up tables. 2026.01.13 17:53:44.473014 [ 275 ] {66fa8150-a4ed-4e8a-b4c5-18f97c6505e1} TCPHandler: Processed in 0.010157373 sec. 2026.01.13 17:53:44.473157 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.473305 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} executeQuery: (from [fd00:1122:3344:101::d]:39845) /* 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.13 17:53:44.473417 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.13 17:53:44.478138 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.13 17:53:44.483728 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23): Loading data parts 2026.01.13 17:53:44.484879 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23): There are no data parts 2026.01.13 17:53:44.488037 [ 275 ] {c3365bf0-d6e5-44c5-ab7c-e5e32baf96b2} TCPHandler: Processed in 0.014927609 sec. 2026.01.13 17:53:44.488242 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.488418 [ 275 ] {2f6ea283-25e7-4dc8-92e7-9bb4a331f93b} executeQuery: (from [fd00:1122:3344:101::d]:39845) /* 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.13 17:53:44.488534 [ 275 ] {2f6ea283-25e7-4dc8-92e7-9bb4a331f93b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.13 17:53:44.500769 [ 275 ] {2f6ea283-25e7-4dc8-92e7-9bb4a331f93b} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Loading data parts 2026.01.13 17:53:44.501105 [ 275 ] {2f6ea283-25e7-4dc8-92e7-9bb4a331f93b} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): There are no data parts 2026.01.13 17:53:44.506892 [ 275 ] {2f6ea283-25e7-4dc8-92e7-9bb4a331f93b} TCPHandler: Processed in 0.018698147 sec. 2026.01.13 17:53:44.507067 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.507330 [ 275 ] {0f0450b6-ea39-4543-82dd-94d80724daed} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.507382 [ 275 ] {0f0450b6-ea39-4543-82dd-94d80724daed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.13 17:53:44.512332 [ 275 ] {0f0450b6-ea39-4543-82dd-94d80724daed} oximeter.measurements_i8 (1a93105b-0c1b-4718-8760-c6f6072c6dd8): Loading data parts 2026.01.13 17:53:44.512503 [ 275 ] {0f0450b6-ea39-4543-82dd-94d80724daed} oximeter.measurements_i8 (1a93105b-0c1b-4718-8760-c6f6072c6dd8): There are no data parts 2026.01.13 17:53:44.517941 [ 275 ] {0f0450b6-ea39-4543-82dd-94d80724daed} TCPHandler: Processed in 0.010936127 sec. 2026.01.13 17:53:44.518237 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.518477 [ 275 ] {b866944f-b85b-4d87-8bc5-78191d2fa333} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.518618 [ 275 ] {b866944f-b85b-4d87-8bc5-78191d2fa333} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.13 17:53:44.520912 [ 275 ] {b866944f-b85b-4d87-8bc5-78191d2fa333} oximeter.measurements_u8 (dc16650d-50b1-4685-8c7f-d833e033822a): Loading data parts 2026.01.13 17:53:44.521091 [ 275 ] {b866944f-b85b-4d87-8bc5-78191d2fa333} oximeter.measurements_u8 (dc16650d-50b1-4685-8c7f-d833e033822a): There are no data parts 2026.01.13 17:53:44.522419 [ 275 ] {b866944f-b85b-4d87-8bc5-78191d2fa333} TCPHandler: Processed in 0.004257987 sec. 2026.01.13 17:53:44.522565 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.522786 [ 275 ] {82362b0c-1336-4914-82f5-c0f44654ea47} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.522828 [ 275 ] {82362b0c-1336-4914-82f5-c0f44654ea47} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.13 17:53:44.524741 [ 275 ] {82362b0c-1336-4914-82f5-c0f44654ea47} oximeter.measurements_i16 (743caff5-358b-40cd-8b75-a1cad6357136): Loading data parts 2026.01.13 17:53:44.524983 [ 275 ] {82362b0c-1336-4914-82f5-c0f44654ea47} oximeter.measurements_i16 (743caff5-358b-40cd-8b75-a1cad6357136): There are no data parts 2026.01.13 17:53:44.526332 [ 275 ] {82362b0c-1336-4914-82f5-c0f44654ea47} TCPHandler: Processed in 0.003819109 sec. 2026.01.13 17:53:44.526531 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.526694 [ 275 ] {7cf51bcd-bf55-4358-86a5-fe14bd934d6f} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.526800 [ 275 ] {7cf51bcd-bf55-4358-86a5-fe14bd934d6f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.13 17:53:44.528522 [ 275 ] {7cf51bcd-bf55-4358-86a5-fe14bd934d6f} oximeter.measurements_u16 (514a3010-8b84-473c-afbb-5afa9e22d392): Loading data parts 2026.01.13 17:53:44.528709 [ 275 ] {7cf51bcd-bf55-4358-86a5-fe14bd934d6f} oximeter.measurements_u16 (514a3010-8b84-473c-afbb-5afa9e22d392): There are no data parts 2026.01.13 17:53:44.529905 [ 275 ] {7cf51bcd-bf55-4358-86a5-fe14bd934d6f} TCPHandler: Processed in 0.003421482 sec. 2026.01.13 17:53:44.530035 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.530232 [ 275 ] {3de25453-b131-4e57-a069-ce52f23106a1} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.530307 [ 275 ] {3de25453-b131-4e57-a069-ce52f23106a1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.13 17:53:44.532067 [ 275 ] {3de25453-b131-4e57-a069-ce52f23106a1} oximeter.measurements_i32 (8fe16d4f-bffa-40f6-90ab-1526fc1de7ed): Loading data parts 2026.01.13 17:53:44.532213 [ 275 ] {3de25453-b131-4e57-a069-ce52f23106a1} oximeter.measurements_i32 (8fe16d4f-bffa-40f6-90ab-1526fc1de7ed): There are no data parts 2026.01.13 17:53:44.533387 [ 275 ] {3de25453-b131-4e57-a069-ce52f23106a1} TCPHandler: Processed in 0.003399421 sec. 2026.01.13 17:53:44.533572 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.533723 [ 275 ] {887bba70-4056-46f2-9fe9-6a2d2eabb06a} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.533826 [ 275 ] {887bba70-4056-46f2-9fe9-6a2d2eabb06a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.13 17:53:44.535481 [ 275 ] {887bba70-4056-46f2-9fe9-6a2d2eabb06a} oximeter.measurements_u32 (acb379c3-60a9-4c54-a8e2-51f5719d674a): Loading data parts 2026.01.13 17:53:44.535712 [ 275 ] {887bba70-4056-46f2-9fe9-6a2d2eabb06a} oximeter.measurements_u32 (acb379c3-60a9-4c54-a8e2-51f5719d674a): There are no data parts 2026.01.13 17:53:44.536945 [ 275 ] {887bba70-4056-46f2-9fe9-6a2d2eabb06a} TCPHandler: Processed in 0.003420051 sec. 2026.01.13 17:53:44.537072 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.537259 [ 275 ] {8b9d74e5-8644-427e-8d47-3e5637f3511a} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.537333 [ 275 ] {8b9d74e5-8644-427e-8d47-3e5637f3511a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.13 17:53:44.539083 [ 275 ] {8b9d74e5-8644-427e-8d47-3e5637f3511a} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): Loading data parts 2026.01.13 17:53:44.539225 [ 275 ] {8b9d74e5-8644-427e-8d47-3e5637f3511a} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): There are no data parts 2026.01.13 17:53:44.540366 [ 275 ] {8b9d74e5-8644-427e-8d47-3e5637f3511a} TCPHandler: Processed in 0.00334306 sec. 2026.01.13 17:53:44.540558 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.540710 [ 275 ] {f040627e-f6dd-4e31-ad48-4416aef11015} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.540816 [ 275 ] {f040627e-f6dd-4e31-ad48-4416aef11015} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.13 17:53:44.542480 [ 275 ] {f040627e-f6dd-4e31-ad48-4416aef11015} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Loading data parts 2026.01.13 17:53:44.542624 [ 275 ] {f040627e-f6dd-4e31-ad48-4416aef11015} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): There are no data parts 2026.01.13 17:53:44.544950 [ 275 ] {f040627e-f6dd-4e31-ad48-4416aef11015} TCPHandler: Processed in 0.00443946 sec. 2026.01.13 17:53:44.545090 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.545244 [ 275 ] {3223bd98-7bff-47db-805d-739225818a10} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.545355 [ 275 ] {3223bd98-7bff-47db-805d-739225818a10} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.13 17:53:44.547363 [ 275 ] {3223bd98-7bff-47db-805d-739225818a10} oximeter.measurements_f32 (4bb06e7c-925f-4862-999c-836a600da93e): Loading data parts 2026.01.13 17:53:44.547524 [ 275 ] {3223bd98-7bff-47db-805d-739225818a10} oximeter.measurements_f32 (4bb06e7c-925f-4862-999c-836a600da93e): There are no data parts 2026.01.13 17:53:44.548935 [ 275 ] {3223bd98-7bff-47db-805d-739225818a10} TCPHandler: Processed in 0.00389473 sec. 2026.01.13 17:53:44.549135 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.549288 [ 275 ] {11b45fb6-2ba4-4e0a-933e-4b56930563c3} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.549389 [ 275 ] {11b45fb6-2ba4-4e0a-933e-4b56930563c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.13 17:53:44.551048 [ 275 ] {11b45fb6-2ba4-4e0a-933e-4b56930563c3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Loading data parts 2026.01.13 17:53:44.551185 [ 275 ] {11b45fb6-2ba4-4e0a-933e-4b56930563c3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): There are no data parts 2026.01.13 17:53:44.552524 [ 275 ] {11b45fb6-2ba4-4e0a-933e-4b56930563c3} TCPHandler: Processed in 0.003431872 sec. 2026.01.13 17:53:44.552660 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.552808 [ 275 ] {6b9133d0-6697-4761-bb81-279824a5e4b8} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.552919 [ 275 ] {6b9133d0-6697-4761-bb81-279824a5e4b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.13 17:53:44.554729 [ 275 ] {6b9133d0-6697-4761-bb81-279824a5e4b8} oximeter.measurements_string (77b4b6f6-0a96-499b-9cae-6f1f9d694766): Loading data parts 2026.01.13 17:53:44.554863 [ 275 ] {6b9133d0-6697-4761-bb81-279824a5e4b8} oximeter.measurements_string (77b4b6f6-0a96-499b-9cae-6f1f9d694766): There are no data parts 2026.01.13 17:53:44.556107 [ 275 ] {6b9133d0-6697-4761-bb81-279824a5e4b8} TCPHandler: Processed in 0.003492513 sec. 2026.01.13 17:53:44.556301 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.556451 [ 275 ] {45b81388-4efd-4582-9a19-d1386eaa3add} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.556566 [ 275 ] {45b81388-4efd-4582-9a19-d1386eaa3add} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.13 17:53:44.558252 [ 275 ] {45b81388-4efd-4582-9a19-d1386eaa3add} oximeter.measurements_bytes (4f412910-5bfc-4b10-ad6a-67fae98183fd): Loading data parts 2026.01.13 17:53:44.558391 [ 275 ] {45b81388-4efd-4582-9a19-d1386eaa3add} oximeter.measurements_bytes (4f412910-5bfc-4b10-ad6a-67fae98183fd): There are no data parts 2026.01.13 17:53:44.559604 [ 275 ] {45b81388-4efd-4582-9a19-d1386eaa3add} TCPHandler: Processed in 0.003349081 sec. 2026.01.13 17:53:44.559802 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.559955 [ 275 ] {91acee4e-71ef-419f-a64a-889834c28f91} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.560065 [ 275 ] {91acee4e-71ef-419f-a64a-889834c28f91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.13 17:53:44.561695 [ 275 ] {91acee4e-71ef-419f-a64a-889834c28f91} oximeter.measurements_cumulativei64 (a5913720-b8a2-4918-bf86-d1b13b2a2f23): Loading data parts 2026.01.13 17:53:44.561877 [ 275 ] {91acee4e-71ef-419f-a64a-889834c28f91} oximeter.measurements_cumulativei64 (a5913720-b8a2-4918-bf86-d1b13b2a2f23): There are no data parts 2026.01.13 17:53:44.563143 [ 275 ] {91acee4e-71ef-419f-a64a-889834c28f91} TCPHandler: Processed in 0.003387152 sec. 2026.01.13 17:53:44.563273 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.563493 [ 275 ] {f0cefdda-c273-434f-ba8e-67b1de8f1495} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.563661 [ 275 ] {f0cefdda-c273-434f-ba8e-67b1de8f1495} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.13 17:53:44.565324 [ 275 ] {f0cefdda-c273-434f-ba8e-67b1de8f1495} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Loading data parts 2026.01.13 17:53:44.565486 [ 275 ] {f0cefdda-c273-434f-ba8e-67b1de8f1495} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): There are no data parts 2026.01.13 17:53:44.566848 [ 275 ] {f0cefdda-c273-434f-ba8e-67b1de8f1495} TCPHandler: Processed in 0.003621315 sec. 2026.01.13 17:53:44.566977 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.567131 [ 275 ] {ebd18474-c6e5-4b01-8bfc-bc7f84a94afb} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.567237 [ 275 ] {ebd18474-c6e5-4b01-8bfc-bc7f84a94afb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.13 17:53:44.569164 [ 275 ] {ebd18474-c6e5-4b01-8bfc-bc7f84a94afb} oximeter.measurements_cumulativef32 (0f872bee-8417-4286-ace2-7cbd42b1817a): Loading data parts 2026.01.13 17:53:44.569290 [ 275 ] {ebd18474-c6e5-4b01-8bfc-bc7f84a94afb} oximeter.measurements_cumulativef32 (0f872bee-8417-4286-ace2-7cbd42b1817a): There are no data parts 2026.01.13 17:53:44.570450 [ 275 ] {ebd18474-c6e5-4b01-8bfc-bc7f84a94afb} TCPHandler: Processed in 0.003518843 sec. 2026.01.13 17:53:44.570638 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.570792 [ 275 ] {8a14fe46-207b-4c83-ac89-a3d18552de50} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.570897 [ 275 ] {8a14fe46-207b-4c83-ac89-a3d18552de50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.13 17:53:44.574461 [ 275 ] {8a14fe46-207b-4c83-ac89-a3d18552de50} oximeter.measurements_cumulativef64 (2c1a1d72-8d8f-4f6c-8cbb-4c86b921e1bf): Loading data parts 2026.01.13 17:53:44.574684 [ 275 ] {8a14fe46-207b-4c83-ac89-a3d18552de50} oximeter.measurements_cumulativef64 (2c1a1d72-8d8f-4f6c-8cbb-4c86b921e1bf): There are no data parts 2026.01.13 17:53:44.577598 [ 275 ] {8a14fe46-207b-4c83-ac89-a3d18552de50} TCPHandler: Processed in 0.007006106 sec. 2026.01.13 17:53:44.577741 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.578022 [ 275 ] {473fd735-3672-4948-bdc3-72033162dcf0} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.578140 [ 275 ] {473fd735-3672-4948-bdc3-72033162dcf0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.13 17:53:44.580366 [ 275 ] {473fd735-3672-4948-bdc3-72033162dcf0} oximeter.measurements_histogrami8 (1f3d9d49-2a51-4b56-915f-e7033243d68c): Loading data parts 2026.01.13 17:53:44.580530 [ 275 ] {473fd735-3672-4948-bdc3-72033162dcf0} oximeter.measurements_histogrami8 (1f3d9d49-2a51-4b56-915f-e7033243d68c): There are no data parts 2026.01.13 17:53:44.582112 [ 275 ] {473fd735-3672-4948-bdc3-72033162dcf0} TCPHandler: Processed in 0.004418959 sec. 2026.01.13 17:53:44.582380 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.582583 [ 275 ] {feed5ea5-4e20-45ee-a14f-8d50cd6ff4d1} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.582695 [ 275 ] {feed5ea5-4e20-45ee-a14f-8d50cd6ff4d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.13 17:53:44.584796 [ 275 ] {feed5ea5-4e20-45ee-a14f-8d50cd6ff4d1} oximeter.measurements_histogramu8 (15eab798-3784-4f0f-98b9-48b50bfa93f8): Loading data parts 2026.01.13 17:53:44.584990 [ 275 ] {feed5ea5-4e20-45ee-a14f-8d50cd6ff4d1} oximeter.measurements_histogramu8 (15eab798-3784-4f0f-98b9-48b50bfa93f8): There are no data parts 2026.01.13 17:53:44.586217 [ 275 ] {feed5ea5-4e20-45ee-a14f-8d50cd6ff4d1} TCPHandler: Processed in 0.00388296 sec. 2026.01.13 17:53:44.586343 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.586616 [ 275 ] {8513b507-b53f-4496-894d-01a6d678542c} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.586738 [ 275 ] {8513b507-b53f-4496-894d-01a6d678542c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.13 17:53:44.588943 [ 275 ] {8513b507-b53f-4496-894d-01a6d678542c} oximeter.measurements_histogrami16 (37f6354c-45b8-426b-8c44-efb5c8eeb596): Loading data parts 2026.01.13 17:53:44.589077 [ 275 ] {8513b507-b53f-4496-894d-01a6d678542c} oximeter.measurements_histogrami16 (37f6354c-45b8-426b-8c44-efb5c8eeb596): There are no data parts 2026.01.13 17:53:44.590504 [ 275 ] {8513b507-b53f-4496-894d-01a6d678542c} TCPHandler: Processed in 0.004207095 sec. 2026.01.13 17:53:44.590707 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.590911 [ 275 ] {852e0f09-7159-48cd-bc49-5d2396920c29} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.591028 [ 275 ] {852e0f09-7159-48cd-bc49-5d2396920c29} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.13 17:53:44.592862 [ 275 ] {852e0f09-7159-48cd-bc49-5d2396920c29} oximeter.measurements_histogramu16 (3012f6de-ef49-4407-bbc5-6b85aeba5701): Loading data parts 2026.01.13 17:53:44.593071 [ 275 ] {852e0f09-7159-48cd-bc49-5d2396920c29} oximeter.measurements_histogramu16 (3012f6de-ef49-4407-bbc5-6b85aeba5701): There are no data parts 2026.01.13 17:53:44.594341 [ 275 ] {852e0f09-7159-48cd-bc49-5d2396920c29} TCPHandler: Processed in 0.003680007 sec. 2026.01.13 17:53:44.594470 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.594740 [ 275 ] {25eff0f7-dc09-4328-9444-ce27ec99541a} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.594852 [ 275 ] {25eff0f7-dc09-4328-9444-ce27ec99541a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.13 17:53:44.596754 [ 275 ] {25eff0f7-dc09-4328-9444-ce27ec99541a} oximeter.measurements_histogrami32 (724cb1c0-b7b1-479b-b40e-d8429a83e902): Loading data parts 2026.01.13 17:53:44.596899 [ 275 ] {25eff0f7-dc09-4328-9444-ce27ec99541a} oximeter.measurements_histogrami32 (724cb1c0-b7b1-479b-b40e-d8429a83e902): There are no data parts 2026.01.13 17:53:44.598169 [ 275 ] {25eff0f7-dc09-4328-9444-ce27ec99541a} TCPHandler: Processed in 0.003746028 sec. 2026.01.13 17:53:44.598355 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.598558 [ 275 ] {462c72ba-f5f8-4027-8ba0-6726ea8ad236} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.598670 [ 275 ] {462c72ba-f5f8-4027-8ba0-6726ea8ad236} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.13 17:53:44.600447 [ 275 ] {462c72ba-f5f8-4027-8ba0-6726ea8ad236} oximeter.measurements_histogramu32 (e5ccc128-7af9-470b-b7d4-64faebba9640): Loading data parts 2026.01.13 17:53:44.600613 [ 275 ] {462c72ba-f5f8-4027-8ba0-6726ea8ad236} oximeter.measurements_histogramu32 (e5ccc128-7af9-470b-b7d4-64faebba9640): There are no data parts 2026.01.13 17:53:44.601951 [ 275 ] {462c72ba-f5f8-4027-8ba0-6726ea8ad236} TCPHandler: Processed in 0.003642826 sec. 2026.01.13 17:53:44.602072 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.602311 [ 275 ] {ffdc1ed4-906f-4e6c-9a7c-26ec3521f36e} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.602423 [ 275 ] {ffdc1ed4-906f-4e6c-9a7c-26ec3521f36e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.13 17:53:44.604262 [ 275 ] {ffdc1ed4-906f-4e6c-9a7c-26ec3521f36e} oximeter.measurements_histogrami64 (0730184a-d7fb-40b0-b16d-01d9a4ce839d): Loading data parts 2026.01.13 17:53:44.604412 [ 275 ] {ffdc1ed4-906f-4e6c-9a7c-26ec3521f36e} oximeter.measurements_histogrami64 (0730184a-d7fb-40b0-b16d-01d9a4ce839d): There are no data parts 2026.01.13 17:53:44.605752 [ 275 ] {ffdc1ed4-906f-4e6c-9a7c-26ec3521f36e} TCPHandler: Processed in 0.003725957 sec. 2026.01.13 17:53:44.605951 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.606157 [ 275 ] {d2b5b1f0-9b36-461d-8d6e-eb52c4dbcd45} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.606277 [ 275 ] {d2b5b1f0-9b36-461d-8d6e-eb52c4dbcd45} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.13 17:53:44.608096 [ 275 ] {d2b5b1f0-9b36-461d-8d6e-eb52c4dbcd45} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Loading data parts 2026.01.13 17:53:44.608280 [ 275 ] {d2b5b1f0-9b36-461d-8d6e-eb52c4dbcd45} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): There are no data parts 2026.01.13 17:53:44.609553 [ 275 ] {d2b5b1f0-9b36-461d-8d6e-eb52c4dbcd45} TCPHandler: Processed in 0.003650296 sec. 2026.01.13 17:53:44.609681 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.609941 [ 275 ] {5c35e543-1d4a-4dbb-a077-44ed6c1284eb} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.610066 [ 275 ] {5c35e543-1d4a-4dbb-a077-44ed6c1284eb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.13 17:53:44.611894 [ 275 ] {5c35e543-1d4a-4dbb-a077-44ed6c1284eb} oximeter.measurements_histogramf32 (8fedf9a5-c7d2-4ed3-ac73-51501e6a4050): Loading data parts 2026.01.13 17:53:44.612025 [ 275 ] {5c35e543-1d4a-4dbb-a077-44ed6c1284eb} oximeter.measurements_histogramf32 (8fedf9a5-c7d2-4ed3-ac73-51501e6a4050): There are no data parts 2026.01.13 17:53:44.613224 [ 275 ] {5c35e543-1d4a-4dbb-a077-44ed6c1284eb} TCPHandler: Processed in 0.003591615 sec. 2026.01.13 17:53:44.613413 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.613617 [ 275 ] {0d066cec-540a-4df0-ba71-3933e95528e5} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.613733 [ 275 ] {0d066cec-540a-4df0-ba71-3933e95528e5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.13 17:53:44.615558 [ 275 ] {0d066cec-540a-4df0-ba71-3933e95528e5} oximeter.measurements_histogramf64 (37c002f1-04dd-4a5c-96af-8f01cfd9e797): Loading data parts 2026.01.13 17:53:44.615777 [ 275 ] {0d066cec-540a-4df0-ba71-3933e95528e5} oximeter.measurements_histogramf64 (37c002f1-04dd-4a5c-96af-8f01cfd9e797): There are no data parts 2026.01.13 17:53:44.617044 [ 275 ] {0d066cec-540a-4df0-ba71-3933e95528e5} TCPHandler: Processed in 0.003678376 sec. 2026.01.13 17:53:44.617169 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.617390 [ 275 ] {842ee37c-ab3b-4807-b72f-c90ba5d0a0fa} executeQuery: (from [fd00:1122:3344:101::d]:39845) /* 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.13 17:53:44.617502 [ 275 ] {842ee37c-ab3b-4807-b72f-c90ba5d0a0fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.13 17:53:44.619251 [ 275 ] {842ee37c-ab3b-4807-b72f-c90ba5d0a0fa} oximeter.fields_bool (b962867c-e050-438b-8c4a-6532f9e44fbc): Loading data parts 2026.01.13 17:53:44.619412 [ 275 ] {842ee37c-ab3b-4807-b72f-c90ba5d0a0fa} oximeter.fields_bool (b962867c-e050-438b-8c4a-6532f9e44fbc): There are no data parts 2026.01.13 17:53:44.620673 [ 275 ] {842ee37c-ab3b-4807-b72f-c90ba5d0a0fa} TCPHandler: Processed in 0.003551834 sec. 2026.01.13 17:53:44.620805 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.621032 [ 275 ] {9a98638b-e522-4573-98ad-d2f45d308772} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.621138 [ 275 ] {9a98638b-e522-4573-98ad-d2f45d308772} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.13 17:53:44.622842 [ 275 ] {9a98638b-e522-4573-98ad-d2f45d308772} oximeter.fields_i8 (49a80377-15ad-4c01-ae7c-4fb2c3db2c31): Loading data parts 2026.01.13 17:53:44.622972 [ 275 ] {9a98638b-e522-4573-98ad-d2f45d308772} oximeter.fields_i8 (49a80377-15ad-4c01-ae7c-4fb2c3db2c31): There are no data parts 2026.01.13 17:53:44.624233 [ 275 ] {9a98638b-e522-4573-98ad-d2f45d308772} TCPHandler: Processed in 0.003476002 sec. 2026.01.13 17:53:44.624353 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.624504 [ 275 ] {7ba754b9-d22f-49a0-aaf8-28e4413f9e03} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.624614 [ 275 ] {7ba754b9-d22f-49a0-aaf8-28e4413f9e03} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.13 17:53:44.626333 [ 275 ] {7ba754b9-d22f-49a0-aaf8-28e4413f9e03} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Loading data parts 2026.01.13 17:53:44.626463 [ 275 ] {7ba754b9-d22f-49a0-aaf8-28e4413f9e03} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): There are no data parts 2026.01.13 17:53:44.627688 [ 275 ] {7ba754b9-d22f-49a0-aaf8-28e4413f9e03} TCPHandler: Processed in 0.003382521 sec. 2026.01.13 17:53:44.627812 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.628032 [ 275 ] {e9861d53-0f65-41f6-8d68-1f6caa1c3c07} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.628138 [ 275 ] {e9861d53-0f65-41f6-8d68-1f6caa1c3c07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.13 17:53:44.629888 [ 275 ] {e9861d53-0f65-41f6-8d68-1f6caa1c3c07} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Loading data parts 2026.01.13 17:53:44.630034 [ 275 ] {e9861d53-0f65-41f6-8d68-1f6caa1c3c07} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): There are no data parts 2026.01.13 17:53:44.631335 [ 275 ] {e9861d53-0f65-41f6-8d68-1f6caa1c3c07} TCPHandler: Processed in 0.003570504 sec. 2026.01.13 17:53:44.631456 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.631606 [ 275 ] {67c26bcd-9825-4db3-a97a-6b81bb17b5b7} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.631721 [ 275 ] {67c26bcd-9825-4db3-a97a-6b81bb17b5b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.13 17:53:44.633458 [ 275 ] {67c26bcd-9825-4db3-a97a-6b81bb17b5b7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Loading data parts 2026.01.13 17:53:44.633639 [ 275 ] {67c26bcd-9825-4db3-a97a-6b81bb17b5b7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): There are no data parts 2026.01.13 17:53:44.634802 [ 275 ] {67c26bcd-9825-4db3-a97a-6b81bb17b5b7} TCPHandler: Processed in 0.003394471 sec. 2026.01.13 17:53:44.634964 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.635151 [ 275 ] {7456281a-d11f-4a18-a38f-b5b9aeb33fdd} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.635255 [ 275 ] {7456281a-d11f-4a18-a38f-b5b9aeb33fdd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.13 17:53:44.636956 [ 275 ] {7456281a-d11f-4a18-a38f-b5b9aeb33fdd} oximeter.fields_i32 (9f8abb2b-505f-43ae-9f52-587fcde17c63): Loading data parts 2026.01.13 17:53:44.637097 [ 275 ] {7456281a-d11f-4a18-a38f-b5b9aeb33fdd} oximeter.fields_i32 (9f8abb2b-505f-43ae-9f52-587fcde17c63): There are no data parts 2026.01.13 17:53:44.638348 [ 275 ] {7456281a-d11f-4a18-a38f-b5b9aeb33fdd} TCPHandler: Processed in 0.003432072 sec. 2026.01.13 17:53:44.638477 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.638628 [ 275 ] {cd053673-45c3-4982-82bf-3c4c96454b2b} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.638744 [ 275 ] {cd053673-45c3-4982-82bf-3c4c96454b2b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.13 17:53:44.640476 [ 275 ] {cd053673-45c3-4982-82bf-3c4c96454b2b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Loading data parts 2026.01.13 17:53:44.640604 [ 275 ] {cd053673-45c3-4982-82bf-3c4c96454b2b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): There are no data parts 2026.01.13 17:53:44.641813 [ 275 ] {cd053673-45c3-4982-82bf-3c4c96454b2b} TCPHandler: Processed in 0.003382891 sec. 2026.01.13 17:53:44.642007 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.642158 [ 275 ] {65ad4182-f1a5-4289-96ae-80e5a8f9219a} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.642273 [ 275 ] {65ad4182-f1a5-4289-96ae-80e5a8f9219a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.13 17:53:44.643934 [ 275 ] {65ad4182-f1a5-4289-96ae-80e5a8f9219a} oximeter.fields_i64 (dbf8f3b6-5bbf-452b-b291-db0651e7f0a9): Loading data parts 2026.01.13 17:53:44.644132 [ 275 ] {65ad4182-f1a5-4289-96ae-80e5a8f9219a} oximeter.fields_i64 (dbf8f3b6-5bbf-452b-b291-db0651e7f0a9): There are no data parts 2026.01.13 17:53:44.645337 [ 275 ] {65ad4182-f1a5-4289-96ae-80e5a8f9219a} TCPHandler: Processed in 0.003379141 sec. 2026.01.13 17:53:44.645464 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.645655 [ 275 ] {212c9941-77f6-4e6d-a410-2bf3a22cfaed} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.645728 [ 275 ] {212c9941-77f6-4e6d-a410-2bf3a22cfaed} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.13 17:53:44.647454 [ 275 ] {212c9941-77f6-4e6d-a410-2bf3a22cfaed} oximeter.fields_u64 (021e9ce8-0971-44d5-a6c6-ba9c1cb72926): Loading data parts 2026.01.13 17:53:44.647630 [ 275 ] {212c9941-77f6-4e6d-a410-2bf3a22cfaed} oximeter.fields_u64 (021e9ce8-0971-44d5-a6c6-ba9c1cb72926): There are no data parts 2026.01.13 17:53:44.648963 [ 275 ] {212c9941-77f6-4e6d-a410-2bf3a22cfaed} TCPHandler: Processed in 0.003547064 sec. 2026.01.13 17:53:44.649150 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.649301 [ 275 ] {9e4636ec-2d70-474e-ae1a-f9c890ba48f2} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.649406 [ 275 ] {9e4636ec-2d70-474e-ae1a-f9c890ba48f2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.13 17:53:44.651121 [ 275 ] {9e4636ec-2d70-474e-ae1a-f9c890ba48f2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Loading data parts 2026.01.13 17:53:44.651317 [ 275 ] {9e4636ec-2d70-474e-ae1a-f9c890ba48f2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): There are no data parts 2026.01.13 17:53:44.652563 [ 275 ] {9e4636ec-2d70-474e-ae1a-f9c890ba48f2} TCPHandler: Processed in 0.003460243 sec. 2026.01.13 17:53:44.652688 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.652908 [ 275 ] {05c44f37-b311-494e-8535-b8907b6ec6b6} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.653015 [ 275 ] {05c44f37-b311-494e-8535-b8907b6ec6b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.13 17:53:44.654684 [ 275 ] {05c44f37-b311-494e-8535-b8907b6ec6b6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Loading data parts 2026.01.13 17:53:44.654823 [ 275 ] {05c44f37-b311-494e-8535-b8907b6ec6b6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): There are no data parts 2026.01.13 17:53:44.656078 [ 275 ] {05c44f37-b311-494e-8535-b8907b6ec6b6} TCPHandler: Processed in 0.003437852 sec. 2026.01.13 17:53:44.656234 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.656386 [ 275 ] {b85672ea-6c47-40f7-8507-45bbfb0696d7} executeQuery: (from [fd00:1122:3344:101::d]:39845) 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.13 17:53:44.656489 [ 275 ] {b85672ea-6c47-40f7-8507-45bbfb0696d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.13 17:53:44.658134 [ 275 ] {b85672ea-6c47-40f7-8507-45bbfb0696d7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Loading data parts 2026.01.13 17:53:44.658326 [ 275 ] {b85672ea-6c47-40f7-8507-45bbfb0696d7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): There are no data parts 2026.01.13 17:53:44.659643 [ 275 ] {b85672ea-6c47-40f7-8507-45bbfb0696d7} TCPHandler: Processed in 0.003455302 sec. 2026.01.13 17:53:44.659796 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.660102 [ 275 ] {9045d2c3-0f26-451a-9ab5-5bb1a0985af2} executeQuery: (from [fd00:1122:3344:101::d]:39845) /* 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.13 17:53:44.660222 [ 275 ] {9045d2c3-0f26-451a-9ab5-5bb1a0985af2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.13 17:53:44.661855 [ 275 ] {9045d2c3-0f26-451a-9ab5-5bb1a0985af2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Loading data parts 2026.01.13 17:53:44.662129 [ 275 ] {9045d2c3-0f26-451a-9ab5-5bb1a0985af2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): There are no data parts 2026.01.13 17:53:44.663514 [ 275 ] {9045d2c3-0f26-451a-9ab5-5bb1a0985af2} TCPHandler: Processed in 0.003763978 sec. 2026.01.13 17:53:44.663693 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:53:44.664057 [ 276 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.13 17:53:44.665291 [ 276 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.13 17:53:44.683482 [ 285 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:44.683619 [ 285 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.62 GiB. 2026.01.13 17:53:44.687937 [ 285 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:53:44.688504 [ 285 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23): 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.13 17:53:44.688829 [ 276 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} executeQuery: Read 1 rows, 16.00 B in 0.024897 sec., 40.16548178495401 rows/sec., 642.65 B/sec. 2026.01.13 17:53:44.689095 [ 276 ] {20858de0-282a-40f3-bfe1-c44b24ea2ef5} TCPHandler: Processed in 0.025475969 sec. 2026.01.13 17:53:45.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 126.88 MiB, peak 126.88 MiB, free memory in arenas 0.00 B, will set to 139.63 MiB (RSS), difference: 12.75 MiB 2026.01.13 17:53:50.483820 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.13 17:53:50.483866 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.01.13 17:53:50.483917 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.13 17:53:50.483978 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.13 17:53:50.487494 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Loading data parts 2026.01.13 17:53:50.487688 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): There are no data parts 2026.01.13 17:53:50.492950 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:50.493098 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:53:50.498803 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:53:50.499416 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:53:50.499601 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Loading data parts 2026.01.13 17:53:50.499704 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.01.13 17:53:50.499766 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): There are no data parts 2026.01.13 17:53:50.523907 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:50.524127 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:53:50.530632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:53:50.531815 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:53:50.535132 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.13 17:53:51.000159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.93 MiB (RSS), difference: 9.10 MiB 2026.01.13 17:53:52.983814 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.13 17:53:52.984026 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.13 17:53:52.990596 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Loading data parts 2026.01.13 17:53:52.990762 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): There are no data parts 2026.01.13 17:53:52.998711 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:52.998837 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:53:53.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.13 MiB, peak 158.13 MiB, free memory in arenas 0.00 B, will set to 154.82 MiB (RSS), difference: -3.31 MiB 2026.01.13 17:53:53.000579 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:53:53.001133 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:53:53.001448 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.13 17:53:57.949099 [ 105 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:53:57.949156 [ 105 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:53:57.999867 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 915 2026.01.13 17:53:58.000767 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:58.000815 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:53:58.001503 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:53:58.002081 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:53:58.002246 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 915 2026.01.13 17:53:58.035287 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.13 17:53:58.053640 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:53:58.053741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:53:58.060338 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:53:58.061512 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:53:58.064954 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.13 17:53:59.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.71 MiB, peak 159.71 MiB, free memory in arenas 0.00 B, will set to 157.74 MiB (RSS), difference: 2.04 MiB 2026.01.13 17:54:04.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.76 MiB, peak 159.71 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 4.01 MiB 2026.01.13 17:54:04.710092 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.710296 [ 275 ] {cb7d2245-9712-473a-9524-6b7a388f8fc2} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.710721 [ 275 ] {cb7d2245-9712-473a-9524-6b7a388f8fc2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.710955 [ 275 ] {cb7d2245-9712-473a-9524-6b7a388f8fc2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.711634 [ 275 ] {cb7d2245-9712-473a-9524-6b7a388f8fc2} TCPHandler: Processed in 0.00166972 sec. 2026.01.13 17:54:04.714793 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.714938 [ 275 ] {7bccde5d-0a7b-4cae-83d7-0408d3351b89} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.717697 [ 275 ] {7bccde5d-0a7b-4cae-83d7-0408d3351b89} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.717764 [ 275 ] {7bccde5d-0a7b-4cae-83d7-0408d3351b89} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.718285 [ 275 ] {7bccde5d-0a7b-4cae-83d7-0408d3351b89} TCPHandler: Processed in 0.003547854 sec. 2026.01.13 17:54:04.718525 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.718650 [ 275 ] {fed346bb-c899-46ed-a28c-75ccb43ebbac} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.718943 [ 275 ] {fed346bb-c899-46ed-a28c-75ccb43ebbac} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.718987 [ 275 ] {fed346bb-c899-46ed-a28c-75ccb43ebbac} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.719402 [ 275 ] {fed346bb-c899-46ed-a28c-75ccb43ebbac} TCPHandler: Processed in 0.000928897 sec. 2026.01.13 17:54:04.719641 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.719762 [ 275 ] {cdbec945-be50-4600-8e58-ba9ff7fbb758} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.720008 [ 275 ] {cdbec945-be50-4600-8e58-ba9ff7fbb758} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.720054 [ 275 ] {cdbec945-be50-4600-8e58-ba9ff7fbb758} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.720419 [ 275 ] {cdbec945-be50-4600-8e58-ba9ff7fbb758} TCPHandler: Processed in 0.000828605 sec. 2026.01.13 17:54:04.720631 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.720749 [ 275 ] {2b151a26-30de-4d8b-bb8f-401527cd2eb3} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.720990 [ 275 ] {2b151a26-30de-4d8b-bb8f-401527cd2eb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.721034 [ 275 ] {2b151a26-30de-4d8b-bb8f-401527cd2eb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.721378 [ 275 ] {2b151a26-30de-4d8b-bb8f-401527cd2eb3} TCPHandler: Processed in 0.000795535 sec. 2026.01.13 17:54:04.721624 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.721741 [ 275 ] {65910222-6fc6-4d0d-9902-c56139fdfa37} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.721983 [ 275 ] {65910222-6fc6-4d0d-9902-c56139fdfa37} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.722027 [ 275 ] {65910222-6fc6-4d0d-9902-c56139fdfa37} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.722390 [ 275 ] {65910222-6fc6-4d0d-9902-c56139fdfa37} TCPHandler: Processed in 0.000815435 sec. 2026.01.13 17:54:04.723721 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.723841 [ 275 ] {5b6e4aee-2e00-430b-9f5b-fa0081ecd45c} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.724085 [ 275 ] {5b6e4aee-2e00-430b-9f5b-fa0081ecd45c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.724129 [ 275 ] {5b6e4aee-2e00-430b-9f5b-fa0081ecd45c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.724475 [ 275 ] {5b6e4aee-2e00-430b-9f5b-fa0081ecd45c} TCPHandler: Processed in 0.000804694 sec. 2026.01.13 17:54:04.724680 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.724802 [ 275 ] {785653a0-1fa0-4b4e-a065-9004b14bb9b3} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.725060 [ 275 ] {785653a0-1fa0-4b4e-a065-9004b14bb9b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.725105 [ 275 ] {785653a0-1fa0-4b4e-a065-9004b14bb9b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.725427 [ 275 ] {785653a0-1fa0-4b4e-a065-9004b14bb9b3} TCPHandler: Processed in 0.000795514 sec. 2026.01.13 17:54:04.725633 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.725753 [ 275 ] {41b2627b-15ad-411b-8078-ac93e761bbe0} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.726004 [ 275 ] {41b2627b-15ad-411b-8078-ac93e761bbe0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.726046 [ 275 ] {41b2627b-15ad-411b-8078-ac93e761bbe0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.726378 [ 275 ] {41b2627b-15ad-411b-8078-ac93e761bbe0} TCPHandler: Processed in 0.000792134 sec. 2026.01.13 17:54:04.726572 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.726702 [ 275 ] {bd5578c5-1753-45e2-af03-bc5f360ac793} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.726953 [ 275 ] {bd5578c5-1753-45e2-af03-bc5f360ac793} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.726995 [ 275 ] {bd5578c5-1753-45e2-af03-bc5f360ac793} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.727319 [ 275 ] {bd5578c5-1753-45e2-af03-bc5f360ac793} TCPHandler: Processed in 0.000795605 sec. 2026.01.13 17:54:04.727530 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.727649 [ 275 ] {53fcb764-8ccc-4bab-87e6-64e2db9dff04} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.727893 [ 275 ] {53fcb764-8ccc-4bab-87e6-64e2db9dff04} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.727936 [ 275 ] {53fcb764-8ccc-4bab-87e6-64e2db9dff04} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.728267 [ 275 ] {53fcb764-8ccc-4bab-87e6-64e2db9dff04} TCPHandler: Processed in 0.000784544 sec. 2026.01.13 17:54:04.728471 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.728589 [ 275 ] {58c5b6d6-6db9-4f82-9edd-9b04255ce031} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.728836 [ 275 ] {58c5b6d6-6db9-4f82-9edd-9b04255ce031} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.728879 [ 275 ] {58c5b6d6-6db9-4f82-9edd-9b04255ce031} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.729207 [ 275 ] {58c5b6d6-6db9-4f82-9edd-9b04255ce031} TCPHandler: Processed in 0.000782454 sec. 2026.01.13 17:54:04.729419 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.729537 [ 275 ] {e16bfbb5-f322-4253-bfc8-a7b37d0ad291} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.729806 [ 275 ] {e16bfbb5-f322-4253-bfc8-a7b37d0ad291} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.729851 [ 275 ] {e16bfbb5-f322-4253-bfc8-a7b37d0ad291} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.730193 [ 275 ] {e16bfbb5-f322-4253-bfc8-a7b37d0ad291} TCPHandler: Processed in 0.000822254 sec. 2026.01.13 17:54:04.730425 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.730551 [ 275 ] {d94dcd39-5eb7-4892-9742-44b262bd2619} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.730807 [ 275 ] {d94dcd39-5eb7-4892-9742-44b262bd2619} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.730848 [ 275 ] {d94dcd39-5eb7-4892-9742-44b262bd2619} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.731166 [ 275 ] {d94dcd39-5eb7-4892-9742-44b262bd2619} TCPHandler: Processed in 0.000841145 sec. 2026.01.13 17:54:04.731418 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.731541 [ 275 ] {ca728f47-03e0-471c-939a-5f7c7b23ec2c} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.731807 [ 275 ] {ca728f47-03e0-471c-939a-5f7c7b23ec2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.731850 [ 275 ] {ca728f47-03e0-471c-939a-5f7c7b23ec2c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.732180 [ 275 ] {ca728f47-03e0-471c-939a-5f7c7b23ec2c} TCPHandler: Processed in 0.000809684 sec. 2026.01.13 17:54:04.732423 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.732545 [ 275 ] {946a1acb-fbfc-4a32-b03f-a88f639ceff1} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.732806 [ 275 ] {946a1acb-fbfc-4a32-b03f-a88f639ceff1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.732850 [ 275 ] {946a1acb-fbfc-4a32-b03f-a88f639ceff1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.733181 [ 275 ] {946a1acb-fbfc-4a32-b03f-a88f639ceff1} TCPHandler: Processed in 0.000806274 sec. 2026.01.13 17:54:04.733438 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.733561 [ 275 ] {5c5dfde4-41f4-44ed-94cd-ab26683b04d5} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.733826 [ 275 ] {5c5dfde4-41f4-44ed-94cd-ab26683b04d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.733869 [ 275 ] {5c5dfde4-41f4-44ed-94cd-ab26683b04d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.734189 [ 275 ] {5c5dfde4-41f4-44ed-94cd-ab26683b04d5} TCPHandler: Processed in 0.000798375 sec. 2026.01.13 17:54:04.734399 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.734521 [ 275 ] {3652eddc-74c1-483e-843a-e0887a796685} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.734793 [ 275 ] {3652eddc-74c1-483e-843a-e0887a796685} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.734834 [ 275 ] {3652eddc-74c1-483e-843a-e0887a796685} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.735150 [ 275 ] {3652eddc-74c1-483e-843a-e0887a796685} TCPHandler: Processed in 0.000798065 sec. 2026.01.13 17:54:04.735362 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.735491 [ 275 ] {375e2ba8-845b-46ee-9631-62db90e88e03} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.735752 [ 275 ] {375e2ba8-845b-46ee-9631-62db90e88e03} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.735794 [ 275 ] {375e2ba8-845b-46ee-9631-62db90e88e03} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.736122 [ 275 ] {375e2ba8-845b-46ee-9631-62db90e88e03} TCPHandler: Processed in 0.000809214 sec. 2026.01.13 17:54:04.736318 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.736443 [ 275 ] {2d678238-44cf-42f8-8852-fa590457c638} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.736702 [ 275 ] {2d678238-44cf-42f8-8852-fa590457c638} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.736745 [ 275 ] {2d678238-44cf-42f8-8852-fa590457c638} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.737035 [ 275 ] {2d678238-44cf-42f8-8852-fa590457c638} TCPHandler: Processed in 0.000767894 sec. 2026.01.13 17:54:04.737695 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.737817 [ 275 ] {7ca63193-6afe-4f77-af50-4914e034f675} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.738078 [ 275 ] {7ca63193-6afe-4f77-af50-4914e034f675} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.738120 [ 275 ] {7ca63193-6afe-4f77-af50-4914e034f675} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.738416 [ 275 ] {7ca63193-6afe-4f77-af50-4914e034f675} TCPHandler: Processed in 0.000768374 sec. 2026.01.13 17:54:04.738697 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.738827 [ 275 ] {30d8b047-c85b-4227-b283-2b1f260cadc6} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.739101 [ 275 ] {30d8b047-c85b-4227-b283-2b1f260cadc6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.739145 [ 275 ] {30d8b047-c85b-4227-b283-2b1f260cadc6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.739552 [ 275 ] {30d8b047-c85b-4227-b283-2b1f260cadc6} TCPHandler: Processed in 0.000902536 sec. 2026.01.13 17:54:04.739846 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.739980 [ 275 ] {f31ee31b-77ad-49e6-af64-4f75f214fa47} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.740267 [ 275 ] {f31ee31b-77ad-49e6-af64-4f75f214fa47} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.740331 [ 275 ] {f31ee31b-77ad-49e6-af64-4f75f214fa47} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.740679 [ 275 ] {f31ee31b-77ad-49e6-af64-4f75f214fa47} TCPHandler: Processed in 0.000883515 sec. 2026.01.13 17:54:04.740941 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.741071 [ 275 ] {0852cc38-5261-447f-a5d3-3d02c289bf0f} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.741352 [ 275 ] {0852cc38-5261-447f-a5d3-3d02c289bf0f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.741397 [ 275 ] {0852cc38-5261-447f-a5d3-3d02c289bf0f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.741712 [ 275 ] {0852cc38-5261-447f-a5d3-3d02c289bf0f} TCPHandler: Processed in 0.000821245 sec. 2026.01.13 17:54:04.742029 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.742157 [ 275 ] {0e643bdb-45ab-4683-8772-50164a503a8a} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.742432 [ 275 ] {0e643bdb-45ab-4683-8772-50164a503a8a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.742475 [ 275 ] {0e643bdb-45ab-4683-8772-50164a503a8a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.742778 [ 275 ] {0e643bdb-45ab-4683-8772-50164a503a8a} TCPHandler: Processed in 0.000796094 sec. 2026.01.13 17:54:04.743040 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.743166 [ 275 ] {d976070c-d6ae-4d24-99bc-2d9cb809a35e} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:04.743438 [ 275 ] {d976070c-d6ae-4d24-99bc-2d9cb809a35e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.743481 [ 275 ] {d976070c-d6ae-4d24-99bc-2d9cb809a35e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:04.743766 [ 275 ] {d976070c-d6ae-4d24-99bc-2d9cb809a35e} TCPHandler: Processed in 0.000773384 sec. 2026.01.13 17:54:04.756919 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.757071 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.13 17:54:04.757136 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:04.757851 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.757898 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.758588 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.759072 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:54:04.759239 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} executeQuery: Read 26 rows, 5.74 KiB in 0.002208 sec., 11775.36231884058 rows/sec., 2.54 MiB/sec. 2026.01.13 17:54:04.759287 [ 275 ] {52807441-99c5-489b-8830-8e7c9b748515} TCPHandler: Processed in 0.002460014 sec. 2026.01.13 17:54:04.759443 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.759547 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.759594 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:54:04.762263 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.762301 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.762822 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.763296 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:54:04.763442 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} executeQuery: Read 24 rows, 2.04 KiB in 0.003917 sec., 6127.138115905029 rows/sec., 520.57 KiB/sec. 2026.01.13 17:54:04.763483 [ 275 ] {0664dbd9-aef7-4b28-978c-21f0c2c7c6dd} TCPHandler: Processed in 0.004091653 sec. 2026.01.13 17:54:04.763603 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.763704 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:54:04.763747 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:54:04.764148 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.764188 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.764610 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.765108 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:54:04.765243 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} executeQuery: Read 8 rows, 668.00 B in 0.001562 sec., 5121.638924455826 rows/sec., 417.63 KiB/sec. 2026.01.13 17:54:04.765288 [ 275 ] {0c17ad7c-2d2d-4fb1-bfd3-2ab0d5fba67d} TCPHandler: Processed in 0.001733331 sec. 2026.01.13 17:54:04.765409 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.765515 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:04.765559 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:04.766107 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.766147 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.766671 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.767152 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:04.767282 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} executeQuery: Read 174 rows, 16.11 KiB in 0.001789 sec., 97261.03968697596 rows/sec., 8.79 MiB/sec. 2026.01.13 17:54:04.767320 [ 275 ] {b66281b7-824e-4de7-ab9a-63af4ae29b34} TCPHandler: Processed in 0.001962535 sec. 2026.01.13 17:54:04.767438 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.767532 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.767571 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:04.767968 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.768007 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.768398 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.768907 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:04.769035 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} executeQuery: Read 30 rows, 2.27 KiB in 0.001522 sec., 19710.906701708278 rows/sec., 1.46 MiB/sec. 2026.01.13 17:54:04.769071 [ 275 ] {0bd164ff-81c1-42aa-baeb-a182764e87df} TCPHandler: Processed in 0.00168205 sec. 2026.01.13 17:54:04.769179 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.769271 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.769310 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:54:04.769723 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.769757 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.770209 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.770716 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:54:04.770840 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} executeQuery: Read 24 rows, 2.04 KiB in 0.001587 sec., 15122.873345935726 rows/sec., 1.25 MiB/sec. 2026.01.13 17:54:04.770877 [ 275 ] {0b531482-7d3a-41b6-a615-2c91f58a5702} TCPHandler: Processed in 0.001747192 sec. 2026.01.13 17:54:04.770983 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.771075 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.771113 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:54:04.771495 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.771543 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.772080 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.772632 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:54:04.772760 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} executeQuery: Read 12 rows, 960.00 B in 0.001702 sec., 7050.5287896592245 rows/sec., 550.82 KiB/sec. 2026.01.13 17:54:04.772796 [ 275 ] {4ea2bdf0-57f7-4976-b880-5e26c3d2af22} TCPHandler: Processed in 0.001861793 sec. 2026.01.13 17:54:04.772898 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.772995 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:04.773035 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:04.773458 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.773495 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.773929 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.774420 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:04.774544 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} executeQuery: Read 90 rows, 7.59 KiB in 0.001568 sec., 57397.95918367347 rows/sec., 4.73 MiB/sec. 2026.01.13 17:54:04.774580 [ 275 ] {c4e94dd1-3857-48f0-bbba-e9e57b6cb5e0} TCPHandler: Processed in 0.001731141 sec. 2026.01.13 17:54:04.774685 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.774778 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.774820 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:04.775316 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.775351 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.775923 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.776492 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:04.776620 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} executeQuery: Read 270 rows, 21.09 KiB in 0.00186 sec., 145161.29032258064 rows/sec., 11.07 MiB/sec. 2026.01.13 17:54:04.776657 [ 275 ] {eade2fa4-0ba2-4a4b-bb60-0c61d597b788} TCPHandler: Processed in 0.002020577 sec. 2026.01.13 17:54:04.776767 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.776864 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.776919 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} 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.13 17:54:04.777853 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.777899 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.779237 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.779686 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:04.779828 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} executeQuery: Read 10 rows, 18.35 KiB in 0.002982 sec., 3353.4540576794097 rows/sec., 6.01 MiB/sec. 2026.01.13 17:54:04.779883 [ 275 ] {8e82f2da-980e-4f7c-942d-6c0628d5d0e3} TCPHandler: Processed in 0.003163737 sec. 2026.01.13 17:54:04.779995 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:04.780093 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:04.780135 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:04.780532 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:04.780576 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:04.781091 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:04.781612 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:04.781768 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} executeQuery: Read 40 rows, 2.73 KiB in 0.001695 sec., 23598.82005899705 rows/sec., 1.58 MiB/sec. 2026.01.13 17:54:04.781810 [ 275 ] {addb6f15-90ca-4acb-9243-7b8d71b6c96a} TCPHandler: Processed in 0.001865234 sec. 2026.01.13 17:54:05.471923 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46997 2026.01.13 17:54:05.473857 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.473903 [ 286 ] {} TCP-Session: 116ba426-3cac-4171-b0a9-8b14a3c3a8de Authenticating user 'default' from [fd00:1122:3344:101::e]:46997 2026.01.13 17:54:05.473925 [ 286 ] {} TCP-Session: 116ba426-3cac-4171-b0a9-8b14a3c3a8de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.473937 [ 286 ] {} TCP-Session: 116ba426-3cac-4171-b0a9-8b14a3c3a8de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.473985 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.13 17:54:05.474008 [ 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.13 17:54:05.474023 [ 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.13 17:54:05.474399 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63784 2026.01.13 17:54:05.474638 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.474659 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37728 2026.01.13 17:54:05.474681 [ 287 ] {} TCP-Session: 29eb8aa1-2c9c-43a9-ad92-6716ede3319e Authenticating user 'default' from [fd00:1122:3344:101::e]:63784 2026.01.13 17:54:05.474660 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50895 2026.01.13 17:54:05.474731 [ 287 ] {} TCP-Session: 29eb8aa1-2c9c-43a9-ad92-6716ede3319e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.474724 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41101 2026.01.13 17:54:05.474771 [ 287 ] {} TCP-Session: 29eb8aa1-2c9c-43a9-ad92-6716ede3319e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.474722 [ 286 ] {} TCP-Session: 116ba426-3cac-4171-b0a9-8b14a3c3a8de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:05.474810 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43520 2026.01.13 17:54:05.474883 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.474937 [ 289 ] {} TCP-Session: eab6056c-5b3e-467d-a954-7abf317a0b07 Authenticating user 'default' from [fd00:1122:3344:101::e]:37728 2026.01.13 17:54:05.474961 [ 289 ] {} TCP-Session: eab6056c-5b3e-467d-a954-7abf317a0b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.474974 [ 289 ] {} TCP-Session: eab6056c-5b3e-467d-a954-7abf317a0b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.474986 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} executeQuery: (from [fd00:1122:3344:101::e]:46997) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:54:05.475010 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43810 2026.01.13 17:54:05.475028 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475032 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475084 [ 288 ] {} TCP-Session: 0597164b-23f6-45bb-8c8b-63e289989d3c Authenticating user 'default' from [fd00:1122:3344:101::e]:50895 2026.01.13 17:54:05.475090 [ 290 ] {} TCP-Session: e8267e8c-c3e1-4068-9ba4-b3855b90fde7 Authenticating user 'default' from [fd00:1122:3344:101::e]:41101 2026.01.13 17:54:05.475117 [ 288 ] {} TCP-Session: 0597164b-23f6-45bb-8c8b-63e289989d3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475124 [ 290 ] {} TCP-Session: e8267e8c-c3e1-4068-9ba4-b3855b90fde7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475138 [ 288 ] {} TCP-Session: 0597164b-23f6-45bb-8c8b-63e289989d3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475150 [ 290 ] {} TCP-Session: e8267e8c-c3e1-4068-9ba4-b3855b90fde7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475212 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475256 [ 291 ] {} TCP-Session: aa04d100-9075-4cb1-845c-96cf60f9695c Authenticating user 'default' from [fd00:1122:3344:101::e]:43520 2026.01.13 17:54:05.475273 [ 291 ] {} TCP-Session: aa04d100-9075-4cb1-845c-96cf60f9695c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475286 [ 291 ] {} TCP-Session: aa04d100-9075-4cb1-845c-96cf60f9695c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475303 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475325 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63574 2026.01.13 17:54:05.475347 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:54:05.475357 [ 292 ] {} TCP-Session: d679f785-02b6-428c-911f-4bad401c8072 Authenticating user 'default' from [fd00:1122:3344:101::e]:43810 2026.01.13 17:54:05.475401 [ 292 ] {} TCP-Session: d679f785-02b6-428c-911f-4bad401c8072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475414 [ 292 ] {} TCP-Session: d679f785-02b6-428c-911f-4bad401c8072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475421 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56744 2026.01.13 17:54:05.475526 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475561 [ 293 ] {} TCP-Session: 5c3707ed-07c6-497a-b51f-86975df4437b Authenticating user 'default' from [fd00:1122:3344:101::e]:63574 2026.01.13 17:54:05.475578 [ 293 ] {} TCP-Session: 5c3707ed-07c6-497a-b51f-86975df4437b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475590 [ 293 ] {} TCP-Session: 5c3707ed-07c6-497a-b51f-86975df4437b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475628 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:05.475662 [ 294 ] {} TCP-Session: 7732f0d0-7369-4933-8742-8f30e5b16f99 Authenticating user 'default' from [fd00:1122:3344:101::e]:56744 2026.01.13 17:54:05.475663 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:05.475679 [ 294 ] {} TCP-Session: 7732f0d0-7369-4933-8742-8f30e5b16f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.475694 [ 294 ] {} TCP-Session: 7732f0d0-7369-4933-8742-8f30e5b16f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.476179 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:54:05.480853 [ 296 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} AggregatingTransform: Aggregating 2026.01.13 17:54:05.480954 [ 296 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} Aggregator: Aggregation method: without_key 2026.01.13 17:54:05.481588 [ 296 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.003539494 sec. (282.526 rows/sec., 11.04 KiB/sec.) 2026.01.13 17:54:05.481609 [ 296 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} Aggregator: Merging aggregated data 2026.01.13 17:54:05.481640 [ 296 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.13 17:54:05.482900 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} executeQuery: Read 1 rows, 40.00 B in 0.007978 sec., 125.344697919278 rows/sec., 4.90 KiB/sec. 2026.01.13 17:54:05.483037 [ 286 ] {c340b875-5926-42ef-86f9-3589aa6db2ab} TCPHandler: Processed in 0.008499963 sec. 2026.01.13 17:54:05.483576 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483607 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483626 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483643 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483656 [ 287 ] {} TCP-Session: 29eb8aa1-2c9c-43a9-ad92-6716ede3319e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483658 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483692 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483709 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483749 [ 289 ] {} TCP-Session: eab6056c-5b3e-467d-a954-7abf317a0b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483734 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483782 [ 292 ] {} TCP-Session: d679f785-02b6-428c-911f-4bad401c8072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483722 [ 291 ] {} TCP-Session: aa04d100-9075-4cb1-845c-96cf60f9695c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483811 [ 293 ] {} TCP-Session: 5c3707ed-07c6-497a-b51f-86975df4437b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483673 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:05.483669 [ 294 ] {} TCP-Session: 7732f0d0-7369-4933-8742-8f30e5b16f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483691 [ 288 ] {} TCP-Session: 0597164b-23f6-45bb-8c8b-63e289989d3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483882 [ 290 ] {} TCP-Session: e8267e8c-c3e1-4068-9ba4-b3855b90fde7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.483624 [ 286 ] {} TCP-Session: 116ba426-3cac-4171-b0a9-8b14a3c3a8de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:05.502411 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1403 2026.01.13 17:54:05.502812 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:05.502857 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:05.503482 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:05.504007 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:05.504132 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.01.13 17:54:05.565120 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.13 17:54:05.581762 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:05.581822 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:05.588336 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:05.589419 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:05.592724 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.13 17:54:06.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 160.00 MiB, peak 167.59 MiB, free memory in arenas 0.00 B, will set to 164.30 MiB (RSS), difference: 4.30 MiB 2026.01.13 17:54:09.621544 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64918 2026.01.13 17:54:09.621645 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.621671 [ 286 ] {} TCP-Session: be5eb252-3d15-4c18-9509-228a4030f766 Authenticating user 'default' from [fd00:1122:3344:101::e]:64918 2026.01.13 17:54:09.621692 [ 286 ] {} TCP-Session: be5eb252-3d15-4c18-9509-228a4030f766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.621705 [ 286 ] {} TCP-Session: be5eb252-3d15-4c18-9509-228a4030f766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.621926 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34450 2026.01.13 17:54:09.621970 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36005 2026.01.13 17:54:09.622005 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35054 2026.01.13 17:54:09.622027 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36672 2026.01.13 17:54:09.622054 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622059 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43917 2026.01.13 17:54:09.622089 [ 287 ] {} TCP-Session: a962822a-5bf6-4385-899e-cd549390ab61 Authenticating user 'default' from [fd00:1122:3344:101::e]:34450 2026.01.13 17:54:09.622110 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622127 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622137 [ 287 ] {} TCP-Session: a962822a-5bf6-4385-899e-cd549390ab61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622149 [ 290 ] {} TCP-Session: fb811ddb-dd60-4d58-9b4a-92935cffc87b Authenticating user 'default' from [fd00:1122:3344:101::e]:35054 2026.01.13 17:54:09.622160 [ 287 ] {} TCP-Session: a962822a-5bf6-4385-899e-cd549390ab61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622159 [ 291 ] {} TCP-Session: 46e75916-b3d0-436b-85de-945abfe96fe5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36672 2026.01.13 17:54:09.622179 [ 290 ] {} TCP-Session: fb811ddb-dd60-4d58-9b4a-92935cffc87b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622190 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622209 [ 291 ] {} TCP-Session: 46e75916-b3d0-436b-85de-945abfe96fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622232 [ 290 ] {} TCP-Session: fb811ddb-dd60-4d58-9b4a-92935cffc87b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622249 [ 293 ] {} TCP-Session: 91bd2cf9-440f-44e9-ac09-6ac7fc48eec2 Authenticating user 'default' from [fd00:1122:3344:101::e]:43917 2026.01.13 17:54:09.622253 [ 291 ] {} TCP-Session: 46e75916-b3d0-436b-85de-945abfe96fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622092 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622292 [ 293 ] {} TCP-Session: 91bd2cf9-440f-44e9-ac09-6ac7fc48eec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622067 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45779 2026.01.13 17:54:09.622332 [ 293 ] {} TCP-Session: 91bd2cf9-440f-44e9-ac09-6ac7fc48eec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622330 [ 288 ] {} TCP-Session: 621e86f8-196c-4ec5-9f2d-b0c1d5191cff Authenticating user 'default' from [fd00:1122:3344:101::e]:36005 2026.01.13 17:54:09.622052 [ 286 ] {} TCP-Session: be5eb252-3d15-4c18-9509-228a4030f766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.622433 [ 288 ] {} TCP-Session: 621e86f8-196c-4ec5-9f2d-b0c1d5191cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622448 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622459 [ 288 ] {} TCP-Session: 621e86f8-196c-4ec5-9f2d-b0c1d5191cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622042 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55755 2026.01.13 17:54:09.622516 [ 294 ] {} TCP-Session: a30f7d66-0658-4b10-816b-7c16a01e515f Authenticating user 'default' from [fd00:1122:3344:101::e]:45779 2026.01.13 17:54:09.622007 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61631 2026.01.13 17:54:09.622563 [ 294 ] {} TCP-Session: a30f7d66-0658-4b10-816b-7c16a01e515f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622597 [ 294 ] {} TCP-Session: a30f7d66-0658-4b10-816b-7c16a01e515f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622623 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} executeQuery: (from [fd00:1122:3344:101::e]:64918) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:54:09.622700 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622723 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.622732 [ 292 ] {} TCP-Session: 3b6fa1be-9717-4d59-8e29-402b24a17819 Authenticating user 'default' from [fd00:1122:3344:101::e]:55755 2026.01.13 17:54:09.622756 [ 289 ] {} TCP-Session: 0f87103f-0498-4d36-ad78-bcb8f156bdb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61631 2026.01.13 17:54:09.622764 [ 292 ] {} TCP-Session: 3b6fa1be-9717-4d59-8e29-402b24a17819 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622781 [ 289 ] {} TCP-Session: 0f87103f-0498-4d36-ad78-bcb8f156bdb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622791 [ 292 ] {} TCP-Session: 3b6fa1be-9717-4d59-8e29-402b24a17819 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622803 [ 289 ] {} TCP-Session: 0f87103f-0498-4d36-ad78-bcb8f156bdb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.622874 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:54:09.622943 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:09.623263 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:54:09.624318 [ 318 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} AggregatingTransform: Aggregating 2026.01.13 17:54:09.624367 [ 318 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} Aggregator: Aggregation method: without_key 2026.01.13 17:54:09.624409 [ 318 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001044798 sec. (957.123 rows/sec., 37.39 KiB/sec.) 2026.01.13 17:54:09.624430 [ 318 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} Aggregator: Merging aggregated data 2026.01.13 17:54:09.626003 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} executeQuery: Read 1 rows, 40.00 B in 0.003452 sec., 289.6871378910776 rows/sec., 11.32 KiB/sec. 2026.01.13 17:54:09.626157 [ 286 ] {feeeb5e8-ee16-4e97-a9fc-4049b96cb606} TCPHandler: Processed in 0.004221896 sec. 2026.01.13 17:54:09.626283 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626311 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626322 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626338 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626364 [ 287 ] {} TCP-Session: a962822a-5bf6-4385-899e-cd549390ab61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626382 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626401 [ 294 ] {} TCP-Session: a30f7d66-0658-4b10-816b-7c16a01e515f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626417 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626437 [ 290 ] {} TCP-Session: fb811ddb-dd60-4d58-9b4a-92935cffc87b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626459 [ 293 ] {} TCP-Session: 91bd2cf9-440f-44e9-ac09-6ac7fc48eec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626382 [ 289 ] {} TCP-Session: 0f87103f-0498-4d36-ad78-bcb8f156bdb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626353 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626313 [ 286 ] {} TCP-Session: be5eb252-3d15-4c18-9509-228a4030f766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626399 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626551 [ 288 ] {} TCP-Session: 621e86f8-196c-4ec5-9f2d-b0c1d5191cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626367 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.626595 [ 291 ] {} TCP-Session: 46e75916-b3d0-436b-85de-945abfe96fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.626626 [ 292 ] {} TCP-Session: 3b6fa1be-9717-4d59-8e29-402b24a17819 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.715261 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.715447 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:09.715517 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:09.716137 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:09.716190 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:09.716685 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:09.717142 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:09.717303 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} executeQuery: Read 30 rows, 2.34 KiB in 0.001906 sec., 15739.769150052467 rows/sec., 1.20 MiB/sec. 2026.01.13 17:54:09.717353 [ 275 ] {875be8cb-727f-4ab8-9c7c-b860d3e23358} TCPHandler: Processed in 0.00222046 sec. 2026.01.13 17:54:09.717478 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.717582 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:09.717626 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:09.718052 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:09.718091 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:09.718483 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:09.718895 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:09.719027 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} executeQuery: Read 36 rows, 2.88 KiB in 0.00147 sec., 24489.79591836735 rows/sec., 1.91 MiB/sec. 2026.01.13 17:54:09.719065 [ 275 ] {d1e7dc7f-10b4-406a-bf9c-853b86ecfe9b} TCPHandler: Processed in 0.001639229 sec. 2026.01.13 17:54:09.719169 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.719266 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:09.719310 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:09.719695 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:09.719733 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:09.720159 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:09.720894 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:09.721046 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} executeQuery: Read 110 rows, 7.86 KiB in 0.0018 sec., 61111.11111111111 rows/sec., 4.27 MiB/sec. 2026.01.13 17:54:09.721086 [ 275 ] {4eba95b1-667a-48e6-8541-beee72d82c10} TCPHandler: Processed in 0.001967446 sec. 2026.01.13 17:54:09.721198 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.721306 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:09.721362 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:09.721735 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:09.721775 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:09.722201 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:09.722671 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:09.722801 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} executeQuery: Read 40 rows, 2.73 KiB in 0.001522 sec., 26281.20893561104 rows/sec., 1.75 MiB/sec. 2026.01.13 17:54:09.722837 [ 275 ] {7e6d48ba-1ae4-4d51-8121-c24ac5dc2899} TCPHandler: Processed in 0.00168969 sec. 2026.01.13 17:54:09.756819 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40986 2026.01.13 17:54:09.756926 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.756952 [ 286 ] {} TCP-Session: 051c5ab2-478f-48ee-8fc8-e38c02d59c72 Authenticating user 'default' from [fd00:1122:3344:101::e]:40986 2026.01.13 17:54:09.756976 [ 286 ] {} TCP-Session: 051c5ab2-478f-48ee-8fc8-e38c02d59c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.756990 [ 286 ] {} TCP-Session: 051c5ab2-478f-48ee-8fc8-e38c02d59c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757197 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58575 2026.01.13 17:54:09.757216 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61361 2026.01.13 17:54:09.757253 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50742 2026.01.13 17:54:09.757267 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45683 2026.01.13 17:54:09.757313 [ 286 ] {} TCP-Session: 051c5ab2-478f-48ee-8fc8-e38c02d59c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:09.757324 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757337 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757368 [ 289 ] {} TCP-Session: d163d8b7-f1b2-4bfe-93d0-6dcc3549265b Authenticating user 'default' from [fd00:1122:3344:101::e]:61361 2026.01.13 17:54:09.757221 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41010 2026.01.13 17:54:09.757405 [ 289 ] {} TCP-Session: d163d8b7-f1b2-4bfe-93d0-6dcc3549265b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757211 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48188 2026.01.13 17:54:09.757432 [ 289 ] {} TCP-Session: d163d8b7-f1b2-4bfe-93d0-6dcc3549265b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757393 [ 291 ] {} TCP-Session: a1522fa8-d935-4317-beed-58ace73147b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:50742 2026.01.13 17:54:09.757466 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757489 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} executeQuery: (from [fd00:1122:3344:101::e]:40986) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:54:09.757501 [ 291 ] {} TCP-Session: a1522fa8-d935-4317-beed-58ace73147b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757501 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757541 [ 291 ] {} TCP-Session: a1522fa8-d935-4317-beed-58ace73147b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757510 [ 290 ] {} TCP-Session: d64b4a38-f83b-46f4-ad64-2a3632824540 Authenticating user 'default' from [fd00:1122:3344:101::e]:41010 2026.01.13 17:54:09.757574 [ 288 ] {} TCP-Session: 6b7aa6c2-75ab-401b-b73a-ab056b9e7f37 Authenticating user 'default' from [fd00:1122:3344:101::e]:48188 2026.01.13 17:54:09.757601 [ 290 ] {} TCP-Session: d64b4a38-f83b-46f4-ad64-2a3632824540 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757392 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757621 [ 288 ] {} TCP-Session: 6b7aa6c2-75ab-401b-b73a-ab056b9e7f37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757627 [ 290 ] {} TCP-Session: d64b4a38-f83b-46f4-ad64-2a3632824540 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757654 [ 292 ] {} TCP-Session: e4e9f672-86ef-4737-ab19-fc61b2cf4a02 Authenticating user 'default' from [fd00:1122:3344:101::e]:45683 2026.01.13 17:54:09.757654 [ 288 ] {} TCP-Session: 6b7aa6c2-75ab-401b-b73a-ab056b9e7f37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757693 [ 292 ] {} TCP-Session: e4e9f672-86ef-4737-ab19-fc61b2cf4a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757313 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757726 [ 292 ] {} TCP-Session: e4e9f672-86ef-4737-ab19-fc61b2cf4a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757753 [ 287 ] {} TCP-Session: 07420cbd-cd71-41b2-8632-f75bf285f725 Authenticating user 'default' from [fd00:1122:3344:101::e]:58575 2026.01.13 17:54:09.757277 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33614 2026.01.13 17:54:09.757781 [ 287 ] {} TCP-Session: 07420cbd-cd71-41b2-8632-f75bf285f725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757786 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:54:09.757817 [ 287 ] {} TCP-Session: 07420cbd-cd71-41b2-8632-f75bf285f725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757277 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35233 2026.01.13 17:54:09.757846 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757871 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:09.757895 [ 293 ] {} TCP-Session: e8304a25-91df-4328-b450-0f5ee3c865d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33614 2026.01.13 17:54:09.757916 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:09.757918 [ 293 ] {} TCP-Session: e8304a25-91df-4328-b450-0f5ee3c865d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757944 [ 294 ] {} TCP-Session: d93669b9-976f-42c7-b0d3-398e899735ed Authenticating user 'default' from [fd00:1122:3344:101::e]:35233 2026.01.13 17:54:09.757949 [ 293 ] {} TCP-Session: e8304a25-91df-4328-b450-0f5ee3c865d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757969 [ 294 ] {} TCP-Session: d93669b9-976f-42c7-b0d3-398e899735ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.757989 [ 294 ] {} TCP-Session: d93669b9-976f-42c7-b0d3-398e899735ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.758196 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:54:09.759183 [ 340 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} AggregatingTransform: Aggregating 2026.01.13 17:54:09.759235 [ 340 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} Aggregator: Aggregation method: without_key 2026.01.13 17:54:09.759273 [ 340 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000977298 sec. (1023.229 rows/sec., 39.97 KiB/sec.) 2026.01.13 17:54:09.759292 [ 340 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} Aggregator: Merging aggregated data 2026.01.13 17:54:09.760478 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} executeQuery: Read 1 rows, 40.00 B in 0.003044 sec., 328.515111695138 rows/sec., 12.83 KiB/sec. 2026.01.13 17:54:09.760630 [ 286 ] {7d1caabd-1326-49ac-9d8d-224b71949ecf} TCPHandler: Processed in 0.003438392 sec. 2026.01.13 17:54:09.760744 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760773 [ 286 ] {} TCP-Session: 051c5ab2-478f-48ee-8fc8-e38c02d59c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760774 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760792 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760812 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760828 [ 287 ] {} TCP-Session: 07420cbd-cd71-41b2-8632-f75bf285f725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760846 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760862 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760882 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760903 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760915 [ 289 ] {} TCP-Session: d163d8b7-f1b2-4bfe-93d0-6dcc3549265b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760934 [ 291 ] {} TCP-Session: a1522fa8-d935-4317-beed-58ace73147b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760951 [ 293 ] {} TCP-Session: e8304a25-91df-4328-b450-0f5ee3c865d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760841 [ 290 ] {} TCP-Session: d64b4a38-f83b-46f4-ad64-2a3632824540 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760827 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:09.760897 [ 292 ] {} TCP-Session: e4e9f672-86ef-4737-ab19-fc61b2cf4a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.760856 [ 294 ] {} TCP-Session: d93669b9-976f-42c7-b0d3-398e899735ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:09.761030 [ 288 ] {} TCP-Session: 6b7aa6c2-75ab-401b-b73a-ab056b9e7f37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:12.949210 [ 90 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:54:12.949276 [ 90 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:54:13.002021 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 176 2026.01.13 17:54:13.004317 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1915 2026.01.13 17:54:13.005065 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:13.005128 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:13.005854 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:13.005916 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:13.005978 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:13.006379 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:13.006538 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1915 2026.01.13 17:54:13.007336 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:13.007841 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:13.008154 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 176 2026.01.13 17:54:13.092890 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.13 17:54:13.109743 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:13.109803 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:13.116120 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:13.117346 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:13.120419 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.13 17:54:14.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.15 MiB, peak 174.70 MiB, free memory in arenas 0.00 B, will set to 166.24 MiB (RSS), difference: 1.09 MiB 2026.01.13 17:54:14.716988 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.717183 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:14.717252 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:14.717904 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.717955 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.718484 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:14.719093 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:14.719264 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} executeQuery: Read 50 rows, 4.35 KiB in 0.002128 sec., 23496.24060150376 rows/sec., 2.00 MiB/sec. 2026.01.13 17:54:14.719319 [ 275 ] {393b451b-a5e4-4a9c-b964-5d0c661ea09b} TCPHandler: Processed in 0.002458014 sec. 2026.01.13 17:54:14.719455 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.719568 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:14.719614 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:14.720101 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.720141 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.720639 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:14.721147 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:14.721303 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} executeQuery: Read 10 rows, 770.00 B in 0.001761 sec., 5678.591709256105 rows/sec., 427.00 KiB/sec. 2026.01.13 17:54:14.721349 [ 275 ] {543417a6-9d27-43fa-85a6-db12e8d33a49} TCPHandler: Processed in 0.001947265 sec. 2026.01.13 17:54:14.721466 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.721565 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:14.721608 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:14.722038 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.722076 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.722482 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:14.722924 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:14.723070 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} executeQuery: Read 46 rows, 3.68 KiB in 0.001525 sec., 30163.934426229505 rows/sec., 2.36 MiB/sec. 2026.01.13 17:54:14.723108 [ 275 ] {e8cf6227-45b8-4a81-81b4-17e8fae36131} TCPHandler: Processed in 0.001693961 sec. 2026.01.13 17:54:14.723267 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.723368 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:14.723414 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:14.723825 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.723863 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.724349 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:14.724850 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:14.724985 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} executeQuery: Read 110 rows, 7.86 KiB in 0.001636 sec., 67237.16381418092 rows/sec., 4.69 MiB/sec. 2026.01.13 17:54:14.725026 [ 275 ] {b5812b3b-b7e9-418d-ae3e-b923c0a5e462} TCPHandler: Processed in 0.001817552 sec. 2026.01.13 17:54:14.725144 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.725240 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:14.725295 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} 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.13 17:54:14.726074 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.726112 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.726749 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:14.727279 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:14.727422 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} executeQuery: Read 10 rows, 18.35 KiB in 0.002199 sec., 4547.521600727603 rows/sec., 8.15 MiB/sec. 2026.01.13 17:54:14.727485 [ 275 ] {776a3ffd-1f97-45f6-9f32-7e5c686f6935} TCPHandler: Processed in 0.002390293 sec. 2026.01.13 17:54:14.727604 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:14.727700 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:14.727741 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:14.728083 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:14.728119 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:14.728550 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:14.729025 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:14.729155 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} executeQuery: Read 40 rows, 2.73 KiB in 0.001473 sec., 27155.465037338767 rows/sec., 1.81 MiB/sec. 2026.01.13 17:54:14.729193 [ 275 ] {6a27025b-c9eb-4845-884a-9962790e913f} TCPHandler: Processed in 0.00163988 sec. 2026.01.13 17:54:19.713878 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.714121 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:19.714482 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:19.716689 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:19.717064 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:19.717154 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:19.717381 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.13 17:54:19.719372 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:19.719423 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:19.719446 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:19.721681 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:19.721712 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.13 17:54:19.739489 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} executeQuery: Read 26 rows, 1.13 KiB in 0.02546 sec., 1021.209740769835 rows/sec., 44.19 KiB/sec. 2026.01.13 17:54:19.739624 [ 275 ] {f12bed13-141e-423a-aa67-280b366d4299} TCPHandler: Processed in 0.025872037 sec. 2026.01.13 17:54:19.739970 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.740147 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:19.740427 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:19.740463 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:19.740659 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:19.740714 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:19.740823 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.13 17:54:19.740852 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:19.740871 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:19.740886 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:19.740919 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:19.740937 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.13 17:54:19.741579 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} executeQuery: Read 26 rows, 1.13 KiB in 0.00151 sec., 17218.543046357616 rows/sec., 745.03 KiB/sec. 2026.01.13 17:54:19.741676 [ 275 ] {501b6c8b-f628-4c96-b793-4b451af5f215} TCPHandler: Processed in 0.001775162 sec. 2026.01.13 17:54:19.741941 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.742076 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:19.742304 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:19.742338 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:19.742523 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:19.742576 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:19.742675 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.13 17:54:19.742701 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:19.742718 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:19.742732 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:19.742763 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:19.742781 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2026.01.13 17:54:19.743300 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} executeQuery: Read 26 rows, 1.13 KiB in 0.001281 sec., 20296.64324746292 rows/sec., 878.22 KiB/sec. 2026.01.13 17:54:19.743468 [ 275 ] {0863ffae-9053-4868-9129-07e7f964a55c} TCPHandler: Processed in 0.001578319 sec. 2026.01.13 17:54:19.749988 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.750102 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.13 17:54:19.750144 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:19.750719 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.750766 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.751297 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:19.751718 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:54:19.751955 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} executeQuery: Read 3 rows, 280.00 B in 0.001883 sec., 1593.2023366967605 rows/sec., 145.21 KiB/sec. 2026.01.13 17:54:19.751998 [ 275 ] {0667dc21-5098-4da9-8e4f-2d92269f7fd6} TCPHandler: Processed in 0.002063587 sec. 2026.01.13 17:54:19.752115 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.752212 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:54:19.752252 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:54:19.752673 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.752715 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.753174 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:19.753712 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:54:19.753864 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} executeQuery: Read 4 rows, 334.00 B in 0.001673 sec., 2390.914524805738 rows/sec., 194.96 KiB/sec. 2026.01.13 17:54:19.753904 [ 275 ] {5d05f53d-6629-447c-82f8-c406a449535c} TCPHandler: Processed in 0.001839373 sec. 2026.01.13 17:54:19.754025 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.754124 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:19.754165 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:19.754611 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.754649 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.755088 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:19.755522 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:19.755664 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} executeQuery: Read 84 rows, 7.01 KiB in 0.001559 sec., 53880.69275176395 rows/sec., 4.39 MiB/sec. 2026.01.13 17:54:19.755702 [ 275 ] {e1dbe37f-deb8-40d7-a0cf-96556e7e51d4} TCPHandler: Processed in 0.001726821 sec. 2026.01.13 17:54:19.755821 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.755918 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:19.755957 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:19.756365 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.756403 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.756854 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:19.757282 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:19.757422 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} executeQuery: Read 17 rows, 1.26 KiB in 0.001523 sec., 11162.179908076165 rows/sec., 825.24 KiB/sec. 2026.01.13 17:54:19.757461 [ 275 ] {ffb7c5bd-2177-46d7-a696-827dd80c9b36} TCPHandler: Processed in 0.00168998 sec. 2026.01.13 17:54:19.757572 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.757666 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:19.757706 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:19.758129 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.758166 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.758584 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:19.759006 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:19.759145 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} executeQuery: Read 90 rows, 7.21 KiB in 0.001498 sec., 60080.106809078774 rows/sec., 4.70 MiB/sec. 2026.01.13 17:54:19.759182 [ 275 ] {65847675-be06-4baa-8500-d71e2c5363d5} TCPHandler: Processed in 0.00166052 sec. 2026.01.13 17:54:19.759292 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.759386 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:19.759428 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:19.759821 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.759858 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.760315 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:19.760801 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:19.760943 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} executeQuery: Read 162 rows, 11.55 KiB in 0.001576 sec., 102791.87817258884 rows/sec., 7.16 MiB/sec. 2026.01.13 17:54:19.760981 [ 275 ] {baceb25b-f00d-4020-bc3e-a4f50140e8a4} TCPHandler: Processed in 0.001738311 sec. 2026.01.13 17:54:19.761088 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.761181 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:19.761234 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} 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.13 17:54:19.761981 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.762018 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.762755 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:19.763236 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:19.763388 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} executeQuery: Read 13 rows, 23.85 KiB in 0.002224 sec., 5845.323741007194 rows/sec., 10.47 MiB/sec. 2026.01.13 17:54:19.763457 [ 275 ] {ea599d79-487b-4394-9ef8-6f6b8f1af2fd} TCPHandler: Processed in 0.002419023 sec. 2026.01.13 17:54:19.763572 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.763668 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.13 17:54:19.763710 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.13 17:54:19.764159 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.764196 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.764622 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:19.765019 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): 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.13 17:54:19.765139 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} executeQuery: Read 9 rows, 651.00 B in 0.001532 sec., 5874.67362924282 rows/sec., 414.98 KiB/sec. 2026.01.13 17:54:19.765174 [ 275 ] {5ada88de-75f7-49da-a902-962354bec949} TCPHandler: Processed in 0.001696261 sec. 2026.01.13 17:54:19.765276 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:19.765364 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:19.765402 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:19.765792 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:19.765829 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:19.766233 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:19.766654 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:19.766792 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. 2026.01.13 17:54:19.766830 [ 275 ] {66e0bae2-d0b3-455f-a0b8-e73c9d37f292} TCPHandler: Processed in 0.001551798 sec. 2026.01.13 17:54:20.506699 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2363 2026.01.13 17:54:20.507246 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:20.507305 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:20.507941 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:20.508397 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:20.508566 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2363 2026.01.13 17:54:20.620557 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.13 17:54:20.636947 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:20.637003 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:20.643451 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:20.644742 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:20.647552 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.13 17:54:21.000243 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.20 MiB, peak 174.70 MiB, free memory in arenas 0.00 B, will set to 169.52 MiB (RSS), difference: 1.32 MiB 2026.01.13 17:54:23.008563 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 212 2026.01.13 17:54:23.010960 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:23.011007 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:23.012136 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:23.012399 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:23.012632 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 212 2026.01.13 17:54:24.719043 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.719264 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:24.719339 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:24.719996 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.720045 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.720438 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:24.720671 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:24.720823 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} executeQuery: Read 76 rows, 6.41 KiB in 0.001615 sec., 47058.82352941177 rows/sec., 3.88 MiB/sec. 2026.01.13 17:54:24.720865 [ 275 ] {c7a78768-d983-4360-8d51-1db69a8aad20} TCPHandler: Processed in 0.001956745 sec. 2026.01.13 17:54:24.720988 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.721084 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:24.721124 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:24.721503 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.721541 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.721843 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:24.722049 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:24.722171 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} executeQuery: Read 10 rows, 770.00 B in 0.001106 sec., 9041.591320072333 rows/sec., 679.89 KiB/sec. 2026.01.13 17:54:24.722210 [ 275 ] {02e30c6c-3aa4-49a0-b43c-6ed62c095439} TCPHandler: Processed in 0.001272543 sec. 2026.01.13 17:54:24.722317 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.722413 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:24.722452 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:24.722862 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.722899 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.723197 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:24.723405 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:24.723532 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} executeQuery: Read 74 rows, 5.92 KiB in 0.001138 sec., 65026.36203866433 rows/sec., 5.08 MiB/sec. 2026.01.13 17:54:24.723571 [ 275 ] {5e093472-4bcc-4bf4-83b7-8640671af2ad} TCPHandler: Processed in 0.001304103 sec. 2026.01.13 17:54:24.723682 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.723777 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:24.723820 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:24.724201 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.724239 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.724559 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:24.724778 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:24.724906 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} executeQuery: Read 160 rows, 11.41 KiB in 0.001147 sec., 139494.33304272013 rows/sec., 9.72 MiB/sec. 2026.01.13 17:54:24.724943 [ 275 ] {6b1bed94-60a3-49d0-a62c-f8ae846c0f18} TCPHandler: Processed in 0.001310713 sec. 2026.01.13 17:54:24.725050 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.725145 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:24.725199 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} 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.13 17:54:24.725903 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.725941 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.726450 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:24.726674 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:24.726804 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} executeQuery: Read 10 rows, 18.35 KiB in 0.001678 sec., 5959.475566150179 rows/sec., 10.68 MiB/sec. 2026.01.13 17:54:24.726855 [ 275 ] {ddc1c672-0f54-4c22-a9c7-1bf2a4053323} TCPHandler: Processed in 0.001854073 sec. 2026.01.13 17:54:24.726960 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:24.727055 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:24.727097 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:24.727410 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:24.727447 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:24.727745 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:24.727951 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:24.728080 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.01.13 17:54:24.728115 [ 275 ] {f1308a22-1ea8-4bae-9720-f5c28ec8aa20} TCPHandler: Processed in 0.001205602 sec. 2026.01.13 17:54:27.949322 [ 69 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:54:27.949386 [ 69 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:54:28.008705 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2875 2026.01.13 17:54:28.009266 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:28.009327 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:28.009882 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:28.010139 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:28.010289 [ 69 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:28.010311 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2875 2026.01.13 17:54:28.010379 [ 69 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:28.010417 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:28.013052 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:54:28.013305 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:28.013390 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:54:28.013526 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.01.13 17:54:28.013595 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.01.13 17:54:28.013658 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:54:28.013722 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:54:28.013764 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:54:28.045147 [ 200 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2875 rows, containing 4 columns (4 merged, 0 gathered) in 0.034621074 sec., 83041.90678775591 rows/sec., 1.19 MiB/sec. 2026.01.13 17:54:28.046062 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:28.046412 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:28.046493 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_6_1} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:28.046614 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.13 17:54:28.147685 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.13 17:54:28.164187 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:28.164245 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:28.170494 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:28.171217 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:28.171488 [ 69 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:28.171530 [ 69 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:28.171552 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.61 GiB. 2026.01.13 17:54:28.171660 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.174717 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.13 17:54:28.176036 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:28.177555 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.182203 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.186544 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.190595 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.197639 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.201923 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:54:28.263732 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.0921168 sec., 499.3660222673823 rows/sec., 2.58 MiB/sec. 2026.01.13 17:54:28.266308 [ 194 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:28.268592 [ 194 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_6_1} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:28.268708 [ 194 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_6_1} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:28.270639 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.13 17:54:29.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 170.73 MiB, peak 180.27 MiB, free memory in arenas 0.00 B, will set to 181.07 MiB (RSS), difference: 10.33 MiB 2026.01.13 17:54:29.720073 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.720264 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:29.720330 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:29.720974 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.721017 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.721411 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:29.721642 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:29.721769 [ 67 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:29.721796 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} executeQuery: Read 110 rows, 9.48 KiB in 0.001581 sec., 69576.21758380772 rows/sec., 5.85 MiB/sec. 2026.01.13 17:54:29.721838 [ 67 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.721851 [ 275 ] {f2624401-37b7-4140-9812-4737a3ca66ec} TCPHandler: Processed in 0.001900354 sec. 2026.01.13 17:54:29.721867 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.721975 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.722035 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:54:29.722075 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:29.722124 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:29.722203 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:29.722256 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 174 rows starting from the beginning of the part 2026.01.13 17:54:29.722361 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.01.13 17:54:29.722416 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 50 rows starting from the beginning of the part 2026.01.13 17:54:29.722466 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 84 rows starting from the beginning of the part 2026.01.13 17:54:29.722507 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.722516 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2026.01.13 17:54:29.722554 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.722591 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2026.01.13 17:54:29.722974 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:29.723220 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:29.723362 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} executeQuery: Read 27 rows, 2.03 KiB in 0.001306 sec., 20673.813169984685 rows/sec., 1.52 MiB/sec. 2026.01.13 17:54:29.723401 [ 275 ] {6769e841-1a55-4de9-8ed1-0731f196a80a} TCPHandler: Processed in 0.001476947 sec. 2026.01.13 17:54:29.723520 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.723642 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:29.723691 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:29.723752 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 524 rows, containing 5 columns (5 merged, 0 gathered) in 0.001795683 sec., 291810.9710901089 rows/sec., 25.96 MiB/sec. 2026.01.13 17:54:29.723985 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:29.724116 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.724160 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.724326 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:29.724415 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_6_1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:29.724505 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:54:29.724505 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:29.724740 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:29.724867 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} executeQuery: Read 97 rows, 7.79 KiB in 0.001249 sec., 77662.12970376301 rows/sec., 6.09 MiB/sec. 2026.01.13 17:54:29.724877 [ 66 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:29.724903 [ 275 ] {4793353e-f372-48be-af6e-20fb396e69f2} TCPHandler: Processed in 0.001442757 sec. 2026.01.13 17:54:29.724935 [ 66 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.724964 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.725028 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.725035 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:54:29.725130 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:29.725134 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:29.725177 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 90 rows starting from the beginning of the part 2026.01.13 17:54:29.725183 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:29.725223 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.01.13 17:54:29.725263 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part 2026.01.13 17:54:29.725297 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 90 rows starting from the beginning of the part 2026.01.13 17:54:29.725333 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2026.01.13 17:54:29.725369 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 97 rows starting from the beginning of the part 2026.01.13 17:54:29.725585 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.725632 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.725985 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:29.726117 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 433 rows, containing 5 columns (5 merged, 0 gathered) in 0.00111045 sec., 389932.00954567967 rows/sec., 32.32 MiB/sec. 2026.01.13 17:54:29.726206 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:29.726303 [ 66 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:29.726311 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:29.726335 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2026.01.13 17:54:29.726338 [ 66 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.726379 [ 275 ] {f3d71cf9-bf28-42c5-aaee-3336f64169bf} TCPHandler: Processed in 0.001398375 sec. 2026.01.13 17:54:29.726383 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.726456 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:54:29.726486 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.726549 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:29.726579 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 270 rows starting from the beginning of the part 2026.01.13 17:54:29.726591 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:29.726626 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part 2026.01.13 17:54:29.726651 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} 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.13 17:54:29.726669 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part 2026.01.13 17:54:29.726671 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:29.726709 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 162 rows starting from the beginning of the part 2026.01.13 17:54:29.726748 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.01.13 17:54:29.726764 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_6_1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:29.726787 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.01.13 17:54:29.726848 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.13 17:54:29.727419 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.727460 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.727664 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 5 columns (5 merged, 0 gathered) in 0.001235072 sec., 786998.6527101254 rows/sec., 56.29 MiB/sec. 2026.01.13 17:54:29.727874 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:29.728038 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:29.728213 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:29.728296 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_6_1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:29.728324 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:29.728368 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.13 17:54:29.728481 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} executeQuery: Read 27 rows, 49.54 KiB in 0.001907 sec., 14158.36392239119 rows/sec., 25.37 MiB/sec. 2026.01.13 17:54:29.728546 [ 275 ] {95f94962-0a81-4de9-9f07-077541bc697f} TCPHandler: Processed in 0.002107658 sec. 2026.01.13 17:54:29.728654 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.728748 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.13 17:54:29.728787 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.13 17:54:29.729101 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.729136 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.729430 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:29.729635 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): 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.13 17:54:29.729758 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} executeQuery: Read 12 rows, 955.00 B in 0.001027 sec., 11684.518013631938 rows/sec., 908.10 KiB/sec. 2026.01.13 17:54:29.729795 [ 275 ] {1bcf72b6-4f5e-42fd-9054-18d20322e022} TCPHandler: Processed in 0.001187992 sec. 2026.01.13 17:54:29.729908 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:29.730022 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:29.730071 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:29.730451 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.730496 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.730841 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:29.731051 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:29.731145 [ 66 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:29.731177 [ 66 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:29.731180 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.01.13 17:54:29.731195 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:29.731227 [ 275 ] {5cf77daf-6351-4c2a-b1f8-4c090b138af7} TCPHandler: Processed in 0.001377815 sec. 2026.01.13 17:54:29.731337 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:54:29.731499 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:29.731547 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part 2026.01.13 17:54:29.731637 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part 2026.01.13 17:54:29.731684 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part 2026.01.13 17:54:29.731726 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.01.13 17:54:29.731766 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.01.13 17:54:29.731813 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.01.13 17:54:29.732645 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001383525 sec., 216837.4261397517 rows/sec., 14.56 MiB/sec. 2026.01.13 17:54:29.732776 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:29.733042 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:29.733107 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_6_1} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:29.733168 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.13 17:54:33.012875 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 238 2026.01.13 17:54:33.015069 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:33.015124 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:33.016302 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:33.016583 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:33.016899 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 238 2026.01.13 17:54:34.713153 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.713434 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.713818 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.713864 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:34.714125 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.714196 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.714343 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.13 17:54:34.714464 [ 302 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.714483 [ 303 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.714600 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.714628 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.714809 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.714833 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.714888 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.714932 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.715768 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} executeQuery: Read 29 rows, 1.26 KiB in 0.002449 sec., 11841.567986933444 rows/sec., 516.00 KiB/sec. 2026.01.13 17:54:34.715884 [ 275 ] {9b3e10d1-0038-42e3-9390-51f822709159} TCPHandler: Processed in 0.002865942 sec. 2026.01.13 17:54:34.716228 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.716365 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.716586 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.716621 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:34.716816 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.716870 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.716973 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.13 17:54:34.717041 [ 302 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.717045 [ 303 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.717134 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.717161 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.717217 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.717235 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.717265 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.717298 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.717968 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} executeQuery: Read 29 rows, 1.26 KiB in 0.00166 sec., 17469.87951807229 rows/sec., 761.25 KiB/sec. 2026.01.13 17:54:34.718074 [ 275 ] {4ea20749-d139-4939-ac33-53b5bcb6f95a} TCPHandler: Processed in 0.001894544 sec. 2026.01.13 17:54:34.718647 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.718782 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.718996 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.719032 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2026.01.13 17:54:34.719227 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.719278 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.719378 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.13 17:54:34.719443 [ 303 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.719470 [ 310 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.719549 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.719575 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.719629 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.719647 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.719678 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.719710 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2026.01.13 17:54:34.720327 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} executeQuery: Read 29 rows, 1.26 KiB in 0.0016 sec., 18125 rows/sec., 789.79 KiB/sec. 2026.01.13 17:54:34.720410 [ 275 ] {2cdcb923-c3bb-49d5-a4b8-0e483f99a283} TCPHandler: Processed in 0.001816673 sec. 2026.01.13 17:54:34.720655 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.720789 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.720997 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.721033 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.01.13 17:54:34.721226 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.721278 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.721378 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.13 17:54:34.721438 [ 309 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.721448 [ 303 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.721530 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.721557 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.721610 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.721628 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.721658 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.01.13 17:54:34.721694 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.01.13 17:54:34.722262 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} executeQuery: Read 29 rows, 1.26 KiB in 0.001526 sec., 19003.931847968546 rows/sec., 828.09 KiB/sec. 2026.01.13 17:54:34.722346 [ 275 ] {c76629ed-b6b4-46dc-86bd-b647cf2c100f} TCPHandler: Processed in 0.001739561 sec. 2026.01.13 17:54:34.722563 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.722698 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.722906 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.722942 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.01.13 17:54:34.723135 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.723188 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.723289 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.13 17:54:34.723351 [ 310 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.723354 [ 309 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.723446 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.723467 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.723521 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.723538 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.723569 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.13 17:54:34.723600 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.13 17:54:34.724381 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} executeQuery: Read 29 rows, 1.26 KiB in 0.001739 sec., 16676.25071880391 rows/sec., 726.67 KiB/sec. 2026.01.13 17:54:34.724483 [ 275 ] {634f3e9b-65bc-4acc-8d4b-7398b03bcad4} TCPHandler: Processed in 0.001968186 sec. 2026.01.13 17:54:34.724695 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.724829 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.725039 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.725075 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.13 17:54:34.725274 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.725329 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.725435 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.13 17:54:34.725508 [ 303 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.725520 [ 300 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.725612 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.725638 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.725693 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.725712 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.725745 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.13 17:54:34.725778 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.13 17:54:34.726352 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} executeQuery: Read 29 rows, 1.26 KiB in 0.001577 sec., 18389.346861128724 rows/sec., 801.31 KiB/sec. 2026.01.13 17:54:34.726471 [ 275 ] {8483bf6a-b65a-4740-8f9a-93a2ab22cf73} TCPHandler: Processed in 0.001824452 sec. 2026.01.13 17:54:34.726711 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.726869 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.727140 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.727184 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.13 17:54:34.727466 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.727527 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.727649 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.13 17:54:34.727716 [ 310 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.727719 [ 300 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.727813 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.727841 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.727897 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.727916 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.727947 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.13 17:54:34.727983 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.13 17:54:34.728540 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} executeQuery: Read 29 rows, 1.26 KiB in 0.001744 sec., 16628.440366972474 rows/sec., 724.58 KiB/sec. 2026.01.13 17:54:34.728641 [ 275 ] {42943a74-face-4698-aea2-4eb34a1fafd1} TCPHandler: Processed in 0.001988126 sec. 2026.01.13 17:54:34.728875 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.729011 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.729229 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.729265 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:54:34.729465 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.729516 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.729616 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.13 17:54:34.729681 [ 303 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.729689 [ 310 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.729774 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.729799 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.729853 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.729871 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.729901 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.13 17:54:34.729933 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.13 17:54:34.730536 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} executeQuery: Read 29 rows, 1.26 KiB in 0.00158 sec., 18354.430379746835 rows/sec., 799.79 KiB/sec. 2026.01.13 17:54:34.730670 [ 275 ] {5110ae69-6a4f-442d-8a10-0b6ff371d2f2} TCPHandler: Processed in 0.001843173 sec. 2026.01.13 17:54:34.730915 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.731050 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.731290 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.731326 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:54:34.731529 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.731582 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.731682 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.13 17:54:34.731757 [ 332 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.731761 [ 336 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.731845 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.731872 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.731927 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.731944 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.731974 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.13 17:54:34.732015 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.13 17:54:34.732551 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} executeQuery: Read 29 rows, 1.26 KiB in 0.001558 sec., 18613.607188703467 rows/sec., 811.09 KiB/sec. 2026.01.13 17:54:34.732651 [ 275 ] {0523c8e4-463f-45a4-9dea-9d8ab99303c6} TCPHandler: Processed in 0.001785162 sec. 2026.01.13 17:54:34.732893 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.733030 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.733248 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.733286 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:54:34.733498 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.733550 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.733651 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.13 17:54:34.733717 [ 300 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.733724 [ 332 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.733802 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.733830 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.733885 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.733903 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.733933 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:54:34.733966 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:54:34.734470 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} executeQuery: Read 29 rows, 1.26 KiB in 0.001497 sec., 19372.07748830995 rows/sec., 844.14 KiB/sec. 2026.01.13 17:54:34.734571 [ 275 ] {d65d4c4b-0ce9-427d-937f-89a4f023d5c4} TCPHandler: Processed in 0.001726741 sec. 2026.01.13 17:54:34.734830 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.734966 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:54:34.735184 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.735227 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:54:34.735434 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.735487 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.735585 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.13 17:54:34.735650 [ 336 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.735654 [ 300 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.735735 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.735762 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.735815 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.735834 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.735864 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:54:34.735897 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:54:34.736480 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} executeQuery: Read 29 rows, 1.26 KiB in 0.001571 sec., 18459.5798854233 rows/sec., 804.37 KiB/sec. 2026.01.13 17:54:34.736564 [ 275 ] {fead8957-f7e0-47a7-86b2-9bd05d5679db} TCPHandler: Processed in 0.001782663 sec. 2026.01.13 17:54:34.748294 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.748445 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} executeQuery: (from [fd00:1122:3344:101::d]:39845) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link: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.13 17:54:34.748671 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:54:34.748709 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.13 17:54:34.748918 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.748971 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:34.749076 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.13 17:54:34.749149 [ 333 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:54:34.749152 [ 332 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:54:34.749245 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:54:34.749271 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:54:34.749326 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:54:34.749345 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 29 rows with 2 streams 2026.01.13 17:54:34.749375 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.13 17:54:34.749411 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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.13 17:54:34.750011 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} executeQuery: Read 29 rows, 1.26 KiB in 0.001624 sec., 17857.14285714286 rows/sec., 778.12 KiB/sec. 2026.01.13 17:54:34.750098 [ 275 ] {004014ce-1c72-42d3-85ed-5211b612284d} TCPHandler: Processed in 0.001855453 sec. 2026.01.13 17:54:34.757325 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.757437 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.13 17:54:34.757481 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:54:34.758008 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.758051 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.758484 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:34.758692 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:54:34.758847 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} executeQuery: Read 12 rows, 4.37 KiB in 0.00144 sec., 8333.333333333332 rows/sec., 2.96 MiB/sec. 2026.01.13 17:54:34.758886 [ 275 ] {d736f8cd-a7b5-4345-ae59-156772cd88b9} TCPHandler: Processed in 0.001611459 sec. 2026.01.13 17:54:34.759010 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.759109 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.759150 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:54:34.759693 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.759734 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.760063 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:34.760286 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:54:34.760412 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} executeQuery: Read 410 rows, 26.63 KiB in 0.001325 sec., 309433.96226415096 rows/sec., 19.63 MiB/sec. 2026.01.13 17:54:34.760451 [ 275 ] {ccae7447-324c-4fa0-ad51-3fa7e0fd75d8} TCPHandler: Processed in 0.001489167 sec. 2026.01.13 17:54:34.760560 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.760654 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:34.760697 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:34.761588 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.761629 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.762007 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:34.762227 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:34.762352 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} executeQuery: Read 1132 rows, 91.85 KiB in 0.001716 sec., 659673.6596736596 rows/sec., 52.27 MiB/sec. 2026.01.13 17:54:34.762388 [ 275 ] {44cc1a99-52fd-499a-b5f3-65fe79d12b4f} TCPHandler: Processed in 0.001877264 sec. 2026.01.13 17:54:34.762501 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.762595 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.762635 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:34.763070 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.763109 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.763418 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:34.763653 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:34.763793 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} executeQuery: Read 215 rows, 13.07 KiB in 0.001217 sec., 176663.92769104356 rows/sec., 10.49 MiB/sec. 2026.01.13 17:54:34.763804 [ 58 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:34.763835 [ 275 ] {fbe2e8af-cf34-4de8-9473-6ba74b316362} TCPHandler: Processed in 0.001383995 sec. 2026.01.13 17:54:34.763857 [ 58 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.763885 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.763952 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.764000 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:54:34.764052 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.764097 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:54:34.764123 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:34.764163 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.01.13 17:54:34.764254 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.13 17:54:34.764314 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 17 rows starting from the beginning of the part 2026.01.13 17:54:34.764372 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.13 17:54:34.764423 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part 2026.01.13 17:54:34.764477 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 215 rows starting from the beginning of the part 2026.01.13 17:54:34.764544 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.764587 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.764923 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:34.765165 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:54:34.765300 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} executeQuery: Read 212 rows, 14.00 KiB in 0.001266 sec., 167456.5560821485 rows/sec., 10.80 MiB/sec. 2026.01.13 17:54:34.765339 [ 275 ] {88e9b670-220d-4dc1-ad7b-742d142ab9f0} TCPHandler: Processed in 0.001441276 sec. 2026.01.13 17:54:34.765414 [ 200 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 5 columns (5 merged, 0 gathered) in 0.001462356 sec., 211302.85648638225 rows/sec., 14.25 MiB/sec. 2026.01.13 17:54:34.765447 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.765540 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.765581 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:54:34.765614 [ 189 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:34.765901 [ 189 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:34.765980 [ 189 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_6_1} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:34.766022 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.766066 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.766067 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.13 17:54:34.766378 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:34.766604 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:54:34.766736 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} executeQuery: Read 211 rows, 12.27 KiB in 0.001214 sec., 173805.60131795716 rows/sec., 9.87 MiB/sec. 2026.01.13 17:54:34.766774 [ 275 ] {7a6045c7-054a-4747-ba64-f908ddd90596} TCPHandler: Processed in 0.001376185 sec. 2026.01.13 17:54:34.766887 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.766981 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:34.767019 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:34.767617 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.767654 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.767983 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:34.768192 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:34.768317 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} executeQuery: Read 689 rows, 49.27 KiB in 0.001355 sec., 508487.0848708487 rows/sec., 35.51 MiB/sec. 2026.01.13 17:54:34.768356 [ 275 ] {2e260f8e-b16b-47ef-bbd4-863a2d7b05f7} TCPHandler: Processed in 0.001518387 sec. 2026.01.13 17:54:34.768462 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.768557 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:54:34.768599 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:54:34.768905 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.768943 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.769262 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:34.769475 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:54:34.769606 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} executeQuery: Read 6 rows, 321.00 B in 0.001068 sec., 5617.9775280898875 rows/sec., 293.52 KiB/sec. 2026.01.13 17:54:34.769652 [ 275 ] {0aa5fe70-22d8-4f44-8e5e-f719816efe5f} TCPHandler: Processed in 0.001238333 sec. 2026.01.13 17:54:34.769760 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.769861 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.769906 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:34.770374 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.770414 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.770779 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:34.771014 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:34.771158 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} executeQuery: Read 314 rows, 21.12 KiB in 0.001316 sec., 238601.8237082067 rows/sec., 15.67 MiB/sec. 2026.01.13 17:54:34.771207 [ 275 ] {c4294be7-e2e2-43e2-9422-198d039f1fee} TCPHandler: Processed in 0.001498037 sec. 2026.01.13 17:54:34.771330 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.771431 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.771475 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:54:34.771783 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.771821 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.772145 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.13 17:54:34.772364 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:54:34.772492 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} executeQuery: Read 1 rows, 69.00 B in 0.001082 sec., 924.2144177449168 rows/sec., 62.28 KiB/sec. 2026.01.13 17:54:34.772538 [ 275 ] {86c018db-b893-49b6-ac1c-bf8696de3f3f} TCPHandler: Processed in 0.001257663 sec. 2026.01.13 17:54:34.772656 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.772756 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.772808 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} 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.13 17:54:34.773508 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.773555 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.774148 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:34.774393 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:34.774517 [ 58 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:34.774553 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} executeQuery: Read 10 rows, 18.35 KiB in 0.001807 sec., 5534.034311012728 rows/sec., 9.92 MiB/sec. 2026.01.13 17:54:34.774562 [ 58 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.774605 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.774633 [ 275 ] {7b8ee259-4ca3-4a0e-9fb9-ba5f0e189776} TCPHandler: Processed in 0.002027707 sec. 2026.01.13 17:54:34.774681 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:54:34.774759 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:34.774859 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:34.774882 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:34.774901 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:34.774936 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.01.13 17:54:34.775049 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.01.13 17:54:34.775156 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 13 rows starting from the beginning of the part 2026.01.13 17:54:34.775253 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:34.775255 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.13 17:54:34.775298 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:34.775378 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 27 rows starting from the beginning of the part 2026.01.13 17:54:34.775483 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:54:34.775654 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:34.775922 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:34.776053 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} executeQuery: Read 104 rows, 6.53 KiB in 0.001214 sec., 85667.215815486 rows/sec., 5.25 MiB/sec. 2026.01.13 17:54:34.776097 [ 275 ] {987533c0-fab6-4fdc-9f65-539e511a6793} TCPHandler: Processed in 0.001388125 sec. 2026.01.13 17:54:34.777256 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 80 rows, containing 19 columns (19 merged, 0 gathered) in 0.002607417 sec., 30681.705304521678 rows/sec., 54.98 MiB/sec. 2026.01.13 17:54:34.777512 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:34.777826 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:34.777895 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_6_1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:34.777976 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.01.13 17:54:35.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.96 MiB, peak 186.67 MiB, free memory in arenas 0.00 B, will set to 181.80 MiB (RSS), difference: -1.16 MiB 2026.01.13 17:54:35.510477 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3323 2026.01.13 17:54:35.511007 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:35.511054 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:35.511611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:35.511849 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:35.511988 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3323 2026.01.13 17:54:35.674872 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.13 17:54:35.692167 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:35.692214 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:35.698149 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:35.698846 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:35.701889 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.13 17:54:39.469999 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34455 2026.01.13 17:54:39.470120 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.470153 [ 286 ] {} TCP-Session: a7b354d1-f263-4d26-ac86-6866631eb5c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34455 2026.01.13 17:54:39.470180 [ 286 ] {} TCP-Session: a7b354d1-f263-4d26-ac86-6866631eb5c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470198 [ 286 ] {} TCP-Session: a7b354d1-f263-4d26-ac86-6866631eb5c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470470 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62516 2026.01.13 17:54:39.470517 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34166 2026.01.13 17:54:39.470551 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53080 2026.01.13 17:54:39.470625 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.470623 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53224 2026.01.13 17:54:39.470677 [ 287 ] {} TCP-Session: 7dcbf926-7553-42b4-a830-1aa7b5363963 Authenticating user 'default' from [fd00:1122:3344:101::e]:62516 2026.01.13 17:54:39.470714 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.470738 [ 287 ] {} TCP-Session: 7dcbf926-7553-42b4-a830-1aa7b5363963 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470662 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40622 2026.01.13 17:54:39.470772 [ 287 ] {} TCP-Session: 7dcbf926-7553-42b4-a830-1aa7b5363963 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470767 [ 288 ] {} TCP-Session: bea6e341-1a4b-4687-9157-5f3283bc954c Authenticating user 'default' from [fd00:1122:3344:101::e]:34166 2026.01.13 17:54:39.470624 [ 286 ] {} TCP-Session: a7b354d1-f263-4d26-ac86-6866631eb5c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.470855 [ 288 ] {} TCP-Session: bea6e341-1a4b-4687-9157-5f3283bc954c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470877 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.470887 [ 288 ] {} TCP-Session: bea6e341-1a4b-4687-9157-5f3283bc954c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470577 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48467 2026.01.13 17:54:39.470918 [ 291 ] {} TCP-Session: d981df23-3916-460a-8aec-91a12034927b Authenticating user 'default' from [fd00:1122:3344:101::e]:53080 2026.01.13 17:54:39.470971 [ 291 ] {} TCP-Session: d981df23-3916-460a-8aec-91a12034927b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470549 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38341 2026.01.13 17:54:39.470993 [ 291 ] {} TCP-Session: d981df23-3916-460a-8aec-91a12034927b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.470533 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59219 2026.01.13 17:54:39.471071 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.471109 [ 293 ] {} TCP-Session: af8c4e05-f8eb-4d43-afc2-8d62a31dabe2 Authenticating user 'default' from [fd00:1122:3344:101::e]:53224 2026.01.13 17:54:39.471132 [ 293 ] {} TCP-Session: af8c4e05-f8eb-4d43-afc2-8d62a31dabe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471139 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} executeQuery: (from [fd00:1122:3344:101::e]:34455) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:54:39.471146 [ 293 ] {} TCP-Session: af8c4e05-f8eb-4d43-afc2-8d62a31dabe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471268 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.471273 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.471311 [ 294 ] {} TCP-Session: 17716c01-a5c4-4ba2-a877-b9c150757fc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:48467 2026.01.13 17:54:39.471322 [ 290 ] {} TCP-Session: 35be4de3-e5f6-4480-a0ab-9394dc70e274 Authenticating user 'default' from [fd00:1122:3344:101::e]:38341 2026.01.13 17:54:39.471336 [ 294 ] {} TCP-Session: 17716c01-a5c4-4ba2-a877-b9c150757fc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471345 [ 290 ] {} TCP-Session: 35be4de3-e5f6-4480-a0ab-9394dc70e274 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471355 [ 294 ] {} TCP-Session: 17716c01-a5c4-4ba2-a877-b9c150757fc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471366 [ 290 ] {} TCP-Session: 35be4de3-e5f6-4480-a0ab-9394dc70e274 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471409 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.471414 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:54:39.471452 [ 289 ] {} TCP-Session: 07f1b10a-286f-4699-8d1b-58286803c141 Authenticating user 'default' from [fd00:1122:3344:101::e]:59219 2026.01.13 17:54:39.471468 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:54:39.471484 [ 289 ] {} TCP-Session: 07f1b10a-286f-4699-8d1b-58286803c141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471475 [ 292 ] {} TCP-Session: 29105f48-b3da-4281-a734-09c0c7c2d741 Authenticating user 'default' from [fd00:1122:3344:101::e]:40622 2026.01.13 17:54:39.471520 [ 289 ] {} TCP-Session: 07f1b10a-286f-4699-8d1b-58286803c141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471548 [ 292 ] {} TCP-Session: 29105f48-b3da-4281-a734-09c0c7c2d741 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471554 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:54:39.471576 [ 292 ] {} TCP-Session: 29105f48-b3da-4281-a734-09c0c7c2d741 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.471921 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:54:39.472029 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} Aggregator: Compile expression max()(UInt64) 0 2026.01.13 17:54:39.720683 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.720892 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:39.720966 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:39.721608 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.721650 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.723090 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:39.723311 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:39.723469 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} executeQuery: Read 110 rows, 9.48 KiB in 0.002631 sec., 41809.198023565186 rows/sec., 3.52 MiB/sec. 2026.01.13 17:54:39.723517 [ 275 ] {1aa9a849-079f-40f9-8c19-2ebe628344e1} TCPHandler: Processed in 0.002968483 sec. 2026.01.13 17:54:39.723636 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.723732 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:39.723773 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:39.724182 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.724217 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.724524 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:39.724736 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:39.724860 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} executeQuery: Read 27 rows, 2.03 KiB in 0.001148 sec., 23519.163763066204 rows/sec., 1.73 MiB/sec. 2026.01.13 17:54:39.724896 [ 275 ] {f71593ab-b5ae-4903-b037-38040d26708b} TCPHandler: Processed in 0.001309613 sec. 2026.01.13 17:54:39.725004 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.725097 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:39.725136 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:39.725559 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.725596 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.725914 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:39.726132 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:39.726257 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} executeQuery: Read 91 rows, 7.28 KiB in 0.001179 sec., 77184.05428329093 rows/sec., 6.03 MiB/sec. 2026.01.13 17:54:39.726293 [ 275 ] {9844e9a2-2f90-4420-9979-a19f17464f6e} TCPHandler: Processed in 0.001337554 sec. 2026.01.13 17:54:39.726405 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.726498 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:39.726541 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:39.726963 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.727002 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.727387 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:39.727645 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:39.727786 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} executeQuery: Read 160 rows, 11.41 KiB in 0.001305 sec., 122605.36398467433 rows/sec., 8.54 MiB/sec. 2026.01.13 17:54:39.727828 [ 275 ] {56a9f97c-e4d1-4ca4-908f-43e65e437224} TCPHandler: Processed in 0.001471517 sec. 2026.01.13 17:54:39.727967 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.728072 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:39.728124 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} 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.13 17:54:39.728890 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.728930 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.729826 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:54:39.730066 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:39.730211 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} executeQuery: Read 27 rows, 49.54 KiB in 0.002156 sec., 12523.191094619666 rows/sec., 22.44 MiB/sec. 2026.01.13 17:54:39.730262 [ 275 ] {f3475886-8178-49bf-a314-03016f7a7303} TCPHandler: Processed in 0.002358572 sec. 2026.01.13 17:54:39.730385 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:39.730480 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} executeQuery: (from [fd00:1122:3344:101::d]:39845) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:39.730522 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:39.730873 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:39.730909 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:39.731215 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:39.731428 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:39.731556 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.01.13 17:54:39.731610 [ 275 ] {d59b24fe-6b30-4163-86de-79a8c401c2c0} TCPHandler: Processed in 0.001273283 sec. 2026.01.13 17:54:39.732118 [ 332 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} AggregatingTransform: Aggregating 2026.01.13 17:54:39.732184 [ 332 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} Aggregator: Aggregation method: without_key 2026.01.13 17:54:39.732225 [ 332 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001266353 sec. (789.669 rows/sec., 30.85 KiB/sec.) 2026.01.13 17:54:39.732242 [ 332 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} Aggregator: Merging aggregated data 2026.01.13 17:54:39.733269 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} executeQuery: Read 1 rows, 40.00 B in 0.262194 sec., 3.813969808614995 rows/sec., 152.56 B/sec. 2026.01.13 17:54:39.733439 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.13 17:54:39.733458 [ 286 ] {be12f46b-4822-40bd-8fb5-9dc37ceb0142} TCPHandler: Processed in 0.26299405 sec. 2026.01.13 17:54:39.733552 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733584 [ 286 ] {} TCP-Session: a7b354d1-f263-4d26-ac86-6866631eb5c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733594 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733615 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733650 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733671 [ 287 ] {} TCP-Session: 7dcbf926-7553-42b4-a830-1aa7b5363963 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733668 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733687 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733731 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733736 [ 291 ] {} TCP-Session: d981df23-3916-460a-8aec-91a12034927b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733762 [ 289 ] {} TCP-Session: 07f1b10a-286f-4699-8d1b-58286803c141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733774 [ 293 ] {} TCP-Session: af8c4e05-f8eb-4d43-afc2-8d62a31dabe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733700 [ 288 ] {} TCP-Session: bea6e341-1a4b-4687-9157-5f3283bc954c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733694 [ 292 ] {} TCP-Session: 29105f48-b3da-4281-a734-09c0c7c2d741 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733651 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733706 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:39.733881 [ 294 ] {} TCP-Session: 17716c01-a5c4-4ba2-a877-b9c150757fc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:39.733898 [ 290 ] {} TCP-Session: 35be4de3-e5f6-4480-a0ab-9394dc70e274 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:40.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.92 MiB, peak 195.03 MiB, free memory in arenas 0.00 B, will set to 204.14 MiB (RSS), difference: 19.21 MiB 2026.01.13 17:54:42.949647 [ 48 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:54:42.949699 [ 48 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:54:43.012144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3835 2026.01.13 17:54:43.012697 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:43.012744 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:43.013265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:43.013485 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:43.013615 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3835 2026.01.13 17:54:43.017168 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 300 2026.01.13 17:54:43.020387 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:43.020422 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:43.021618 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:54:43.021869 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:43.022111 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 300 2026.01.13 17:54:43.202028 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.13 17:54:43.219844 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:43.219903 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:43.225988 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:43.226688 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:43.229889 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.13 17:54:44.325962 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:54:44.326026 [ 275 ] {} TCP-Session: 2a0a97f2-d809-44fb-a1db-4d9641d693f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:54:44.730488 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.730810 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.730913 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:54:44.732031 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.732071 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.732471 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:44.732712 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:54:44.732874 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} executeQuery: Read 410 rows, 26.63 KiB in 0.002138 sec., 191768.00748362954 rows/sec., 12.16 MiB/sec. 2026.01.13 17:54:44.732916 [ 276 ] {c36040c9-4d19-455f-b725-845435151048} TCPHandler: Processed in 0.002612227 sec. 2026.01.13 17:54:44.733052 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.733154 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:44.733194 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:44.734126 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.734161 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.734572 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:44.734777 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:44.734900 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} executeQuery: Read 1132 rows, 91.85 KiB in 0.001764 sec., 641723.3560090703 rows/sec., 50.85 MiB/sec. 2026.01.13 17:54:44.734936 [ 276 ] {e6d2bba3-228b-49f5-8125-71840d3d8c9f} TCPHandler: Processed in 0.001932345 sec. 2026.01.13 17:54:44.735063 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.735156 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.735194 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:44.735652 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.735687 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.735982 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:44.736182 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:44.736314 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} executeQuery: Read 215 rows, 13.07 KiB in 0.001176 sec., 182823.12925170068 rows/sec., 10.85 MiB/sec. 2026.01.13 17:54:44.736349 [ 276 ] {1c1b3053-4b7c-4126-a027-25ad2bd8e387} TCPHandler: Processed in 0.001343365 sec. 2026.01.13 17:54:44.736456 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.736548 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.736586 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:54:44.737044 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.737080 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.737390 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:44.737592 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:54:44.737722 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} executeQuery: Read 212 rows, 14.00 KiB in 0.001191 sec., 178001.6792611251 rows/sec., 11.48 MiB/sec. 2026.01.13 17:54:44.737758 [ 276 ] {44058da9-d5c4-4f02-a0bc-5c90fb6f668b} TCPHandler: Processed in 0.001349014 sec. 2026.01.13 17:54:44.737879 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.737971 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.738009 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:54:44.738554 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.738599 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.738886 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:44.739088 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:54:44.739219 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} executeQuery: Read 211 rows, 12.27 KiB in 0.001265 sec., 166798.418972332 rows/sec., 9.47 MiB/sec. 2026.01.13 17:54:44.739255 [ 276 ] {6bac6154-c006-49e9-836a-3ce89a71ff79} TCPHandler: Processed in 0.001434046 sec. 2026.01.13 17:54:44.739393 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.739485 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:44.739523 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:44.740157 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.740193 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.740521 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:44.740722 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:44.740849 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} executeQuery: Read 689 rows, 49.27 KiB in 0.001382 sec., 498552.82199710567 rows/sec., 34.81 MiB/sec. 2026.01.13 17:54:44.740886 [ 276 ] {6e032c43-0293-48cf-bd35-5396677f21a2} TCPHandler: Processed in 0.001553658 sec. 2026.01.13 17:54:44.741004 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.741095 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:54:44.741134 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:54:44.741475 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.741511 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.741799 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:44.742004 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:54:44.742138 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. 2026.01.13 17:54:44.742174 [ 276 ] {e709382f-4913-4ea9-af66-ca262d7d0d3b} TCPHandler: Processed in 0.001217431 sec. 2026.01.13 17:54:44.742286 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.742378 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.742419 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:44.742839 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.742874 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.743195 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:44.743396 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:44.743526 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} executeQuery: Read 314 rows, 21.12 KiB in 0.001166 sec., 269296.7409948542 rows/sec., 17.69 MiB/sec. 2026.01.13 17:54:44.743561 [ 276 ] {72fe86ec-1b85-469e-8f04-bb0605809eee} TCPHandler: Processed in 0.001322674 sec. 2026.01.13 17:54:44.743658 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.743749 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.743794 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:54:44.744093 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.744129 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.744414 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.13 17:54:44.744623 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:54:44.744764 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} executeQuery: Read 1 rows, 69.00 B in 0.001033 sec., 968.054211035818 rows/sec., 65.23 KiB/sec. 2026.01.13 17:54:44.744799 [ 276 ] {4747cd53-29a0-431e-9ed5-2c952e890463} TCPHandler: Processed in 0.001187651 sec. 2026.01.13 17:54:44.744909 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.745001 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.745054 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} 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.13 17:54:44.745795 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.745831 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.746305 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:54:44.746530 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:44.746666 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} executeQuery: Read 10 rows, 18.35 KiB in 0.001683 sec., 5941.770647653 rows/sec., 10.65 MiB/sec. 2026.01.13 17:54:44.746713 [ 276 ] {a024af31-902f-40af-acd2-a7dd03ffef8e} TCPHandler: Processed in 0.001850603 sec. 2026.01.13 17:54:44.746823 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:44.746915 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:44.746955 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:44.747274 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:44.747309 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:44.747607 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:44.747807 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:44.747926 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} executeQuery: Read 104 rows, 6.53 KiB in 0.001029 sec., 101068.9990281827 rows/sec., 6.19 MiB/sec. 2026.01.13 17:54:44.747960 [ 276 ] {16cb2c92-2f2b-47b5-a970-780d3c8e2872} TCPHandler: Processed in 0.001184951 sec. 2026.01.13 17:54:45.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.25 MiB, peak 208.71 MiB, free memory in arenas 0.00 B, will set to 205.80 MiB (RSS), difference: 1.56 MiB 2026.01.13 17:54:49.719962 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.720163 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:54:49.720230 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:54:49.720811 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.720860 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.721243 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:49.721467 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:54:49.721635 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} executeQuery: Read 4 rows, 334.00 B in 0.00152 sec., 2631.578947368421 rows/sec., 214.59 KiB/sec. 2026.01.13 17:54:49.721676 [ 276 ] {34dd6a95-85e5-47db-9eb9-7b0159f474e1} TCPHandler: Processed in 0.001847833 sec. 2026.01.13 17:54:49.721797 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.721893 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:49.721933 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:49.722367 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.722402 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.722740 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:49.722959 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:49.723090 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} executeQuery: Read 120 rows, 10.41 KiB in 0.001215 sec., 98765.43209876544 rows/sec., 8.36 MiB/sec. 2026.01.13 17:54:49.723126 [ 276 ] {7567c775-a515-490d-82d0-d766efe0491b} TCPHandler: Processed in 0.001380065 sec. 2026.01.13 17:54:49.723243 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.723337 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:49.723377 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:49.723774 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.723809 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.724112 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:49.724317 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:49.724449 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} executeQuery: Read 35 rows, 2.61 KiB in 0.001131 sec., 30946.065428824048 rows/sec., 2.25 MiB/sec. 2026.01.13 17:54:49.724484 [ 276 ] {d49a0cf4-0b2c-4608-a8f3-e30e394d6ce3} TCPHandler: Processed in 0.001292303 sec. 2026.01.13 17:54:49.724590 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.724683 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:49.724723 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:49.725141 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.725175 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.725482 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:49.725690 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:49.725820 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} executeQuery: Read 105 rows, 8.41 KiB in 0.001155 sec., 90909.09090909091 rows/sec., 7.11 MiB/sec. 2026.01.13 17:54:49.725856 [ 276 ] {09bd4f05-4541-48d7-9d6d-0096af3410a5} TCPHandler: Processed in 0.001314924 sec. 2026.01.13 17:54:49.725971 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.726064 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:49.726107 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:49.726502 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.726536 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.726862 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:49.727062 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:49.727197 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} executeQuery: Read 162 rows, 11.55 KiB in 0.00115 sec., 140869.5652173913 rows/sec., 9.81 MiB/sec. 2026.01.13 17:54:49.727232 [ 276 ] {15edc3f9-316c-42a6-91ae-0ad584ca01a4} TCPHandler: Processed in 0.001311263 sec. 2026.01.13 17:54:49.727342 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.727436 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:49.727490 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} 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.13 17:54:49.728229 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.728263 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.728823 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:49.729043 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:49.729182 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} executeQuery: Read 31 rows, 56.88 KiB in 0.001764 sec., 17573.69614512472 rows/sec., 31.49 MiB/sec. 2026.01.13 17:54:49.729230 [ 276 ] {56eb7e81-3332-4a3f-8d3c-9b56fe4d4da1} TCPHandler: Processed in 0.001937585 sec. 2026.01.13 17:54:49.729344 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.729440 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.13 17:54:49.729481 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.13 17:54:49.729793 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.729826 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.730126 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:49.730327 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} oximeter.measurements_i64 (d1f76582-7773-4dbe-97f5-32a982c1c140): 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.13 17:54:49.730450 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} executeQuery: Read 6 rows, 434.00 B in 0.001028 sec., 5836.575875486381 rows/sec., 412.28 KiB/sec. 2026.01.13 17:54:49.730483 [ 276 ] {b21e4bf3-73dd-4289-81ae-92aca27c43d4} TCPHandler: Processed in 0.001189062 sec. 2026.01.13 17:54:49.730603 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:49.730727 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:49.730777 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:49.731168 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:49.731209 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:49.731585 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:49.731791 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:49.731925 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001223 sec., 49059.68928863451 rows/sec., 3.31 MiB/sec. 2026.01.13 17:54:49.731962 [ 276 ] {ebecc1d6-f9f3-42f4-9bd6-482d48c36a0d} TCPHandler: Processed in 0.001420895 sec. 2026.01.13 17:54:50.513766 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4283 2026.01.13 17:54:50.514287 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:50.514339 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:50.514861 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:50.515097 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:50.515240 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4283 2026.01.13 17:54:50.730036 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.13 17:54:50.746336 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:50.746394 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:50.752381 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:54:50.753090 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:50.755938 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.13 17:54:53.022454 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 338 2026.01.13 17:54:53.024745 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:53.024786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:53.025909 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:54:53.026177 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:53.026303 [ 32 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:54:53.026348 [ 32 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:53.026371 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:53.026415 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 338 2026.01.13 17:54:53.026471 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:54:53.026992 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:53.027150 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:54:53.027577 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part 2026.01.13 17:54:53.027944 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2026.01.13 17:54:53.028305 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.01.13 17:54:53.028651 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 62 rows starting from the beginning of the part 2026.01.13 17:54:53.029012 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 38 rows starting from the beginning of the part 2026.01.13 17:54:53.034557 [ 195 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 338 rows, containing 72 columns (72 merged, 0 gathered) in 0.008124826 sec., 41600.89089907895 rows/sec., 42.33 MiB/sec. 2026.01.13 17:54:53.035227 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:54:53.035706 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:54:53.035765 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_6_1} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:54:53.035898 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2026.01.13 17:54:54.731333 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.731623 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.731720 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:54:54.732543 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.732591 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.733027 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:54.733250 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:54:54.733403 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} executeQuery: Read 410 rows, 26.63 KiB in 0.00185 sec., 221621.6216216216 rows/sec., 14.06 MiB/sec. 2026.01.13 17:54:54.733444 [ 276 ] {9ca32607-fb25-4f94-bdf5-1a898bcadd72} TCPHandler: Processed in 0.002284671 sec. 2026.01.13 17:54:54.733578 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.733678 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:54.733719 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:54.734732 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.734768 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.735146 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:54.735357 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:54.735461 [ 30 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:54.735482 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} executeQuery: Read 1132 rows, 91.85 KiB in 0.001821 sec., 621636.4634816035 rows/sec., 49.26 MiB/sec. 2026.01.13 17:54:54.735528 [ 30 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.735536 [ 276 ] {0858b7a3-bdd2-423f-ab58-8cfb0add79de} TCPHandler: Processed in 0.002014616 sec. 2026.01.13 17:54:54.735556 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.735663 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.735693 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:54:54.735765 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.735809 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:54.735835 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:54.735887 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 256 rows starting from the beginning of the part 2026.01.13 17:54:54.735980 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:54:54.736060 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 110 rows starting from the beginning of the part 2026.01.13 17:54:54.736112 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:54:54.736155 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 120 rows starting from the beginning of the part 2026.01.13 17:54:54.736231 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:54:54.736313 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.736356 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.736707 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:54.736935 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:54.737073 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} executeQuery: Read 215 rows, 13.07 KiB in 0.001326 sec., 162141.7797888386 rows/sec., 9.62 MiB/sec. 2026.01.13 17:54:54.737111 [ 276 ] {5cf39dc7-af1c-452d-b2b1-479cfbd1c3a3} TCPHandler: Processed in 0.001497907 sec. 2026.01.13 17:54:54.737232 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.737326 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.737366 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:54:54.737840 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.737876 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.737909 [ 195 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3882 rows, containing 5 columns (5 merged, 0 gathered) in 0.002277441 sec., 1704544.7060977651 rows/sec., 143.21 MiB/sec. 2026.01.13 17:54:54.738145 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:54.738223 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:54.738468 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:54.738503 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:54:54.738551 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_11_2} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:54.738640 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2026.01.13 17:54:54.738646 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} executeQuery: Read 212 rows, 14.00 KiB in 0.001338 sec., 158445.44095665173 rows/sec., 10.22 MiB/sec. 2026.01.13 17:54:54.738693 [ 276 ] {88423aa3-ade8-42f5-ac5c-a766921efc05} TCPHandler: Processed in 0.001514107 sec. 2026.01.13 17:54:54.738805 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.738899 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.738943 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:54:54.739444 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.739480 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.739786 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:54:54.739993 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:54:54.740119 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} executeQuery: Read 211 rows, 12.27 KiB in 0.001238 sec., 170436.1873990307 rows/sec., 9.68 MiB/sec. 2026.01.13 17:54:54.740157 [ 276 ] {f02e93a3-522a-4ebc-a426-15d2c650d87f} TCPHandler: Processed in 0.001411235 sec. 2026.01.13 17:54:54.740268 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.740361 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:54.740401 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:54.741083 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.741120 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.741461 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:54.741665 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:54.741765 [ 30 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:54.741793 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} executeQuery: Read 689 rows, 49.27 KiB in 0.00145 sec., 475172.4137931035 rows/sec., 33.18 MiB/sec. 2026.01.13 17:54:54.741802 [ 30 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.741834 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.741838 [ 276 ] {4cf6f6fa-b56d-4d7c-8998-484c4804ce2e} TCPHandler: Processed in 0.001623219 sec. 2026.01.13 17:54:54.741958 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.741973 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:54:54.742053 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:54:54.742084 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:54.742094 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:54:54.742119 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part 2026.01.13 17:54:54.742218 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 689 rows starting from the beginning of the part 2026.01.13 17:54:54.742273 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 91 rows starting from the beginning of the part 2026.01.13 17:54:54.742324 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 689 rows starting from the beginning of the part 2026.01.13 17:54:54.742377 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 105 rows starting from the beginning of the part 2026.01.13 17:54:54.742426 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 689 rows starting from the beginning of the part 2026.01.13 17:54:54.742437 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.742474 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.742779 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:54.742995 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:54:54.743121 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} executeQuery: Read 6 rows, 321.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 288.65 KiB/sec. 2026.01.13 17:54:54.743157 [ 276 ] {2013f895-878f-489d-8589-8f5649ee6b24} TCPHandler: Processed in 0.001248102 sec. 2026.01.13 17:54:54.743276 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.743371 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.743414 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:54.743566 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.001655789 sec., 1463954.6463951627 rows/sec., 109.84 MiB/sec. 2026.01.13 17:54:54.743811 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:54.743862 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.743905 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.744173 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:54.744270 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_11_2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:54.744290 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:54.744368 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.01.13 17:54:54.744512 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:54.744615 [ 30 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:54.744646 [ 30 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.744649 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} executeQuery: Read 314 rows, 21.12 KiB in 0.001295 sec., 242471.04247104248 rows/sec., 15.93 MiB/sec. 2026.01.13 17:54:54.744662 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.744695 [ 276 ] {ed3d2c69-aa74-4ea5-86f6-7f16476143e2} TCPHandler: Processed in 0.001478067 sec. 2026.01.13 17:54:54.744744 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:54:54.744804 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.744840 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:54.744872 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 972 rows starting from the beginning of the part 2026.01.13 17:54:54.744909 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.744921 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 314 rows starting from the beginning of the part 2026.01.13 17:54:54.744961 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:54:54.744974 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.01.13 17:54:54.745018 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 314 rows starting from the beginning of the part 2026.01.13 17:54:54.745055 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 162 rows starting from the beginning of the part 2026.01.13 17:54:54.745094 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 314 rows starting from the beginning of the part 2026.01.13 17:54:54.745287 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.745331 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.745658 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.13 17:54:54.745876 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:54:54.746008 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} executeQuery: Read 1 rows, 69.00 B in 0.001117 sec., 895.2551477170995 rows/sec., 60.32 KiB/sec. 2026.01.13 17:54:54.746044 [ 276 ] {8a306495-1d42-4c65-b7d9-8a4f30864987} TCPHandler: Processed in 0.001290623 sec. 2026.01.13 17:54:54.746117 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2236 rows, containing 5 columns (5 merged, 0 gathered) in 0.001401396 sec., 1595551.8639984701 rows/sec., 109.77 MiB/sec. 2026.01.13 17:54:54.746159 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.746257 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.746311 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} 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.13 17:54:54.746323 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:54.746559 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:54.746619 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_11_2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:54.746674 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.01.13 17:54:54.747085 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.747126 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.747632 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:54.747852 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:54.747992 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} executeQuery: Read 10 rows, 18.35 KiB in 0.001753 sec., 5704.5065601825445 rows/sec., 10.22 MiB/sec. 2026.01.13 17:54:54.748049 [ 276 ] {8d7ec3b8-0be3-48a2-878a-5ca22b6d087b} TCPHandler: Processed in 0.001939645 sec. 2026.01.13 17:54:54.748163 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:54.748259 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:54.748299 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:54.748632 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.748669 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.748968 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:54.749167 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:54.749263 [ 30 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:54.749289 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} executeQuery: Read 104 rows, 6.53 KiB in 0.001049 sec., 99142.04003813156 rows/sec., 6.07 MiB/sec. 2026.01.13 17:54:54.749296 [ 30 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:54.749328 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:54.749331 [ 276 ] {6a8c4847-d9ed-4fe5-9d7e-d6d9a902c63a} TCPHandler: Processed in 0.001218462 sec. 2026.01.13 17:54:54.749434 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:54:54.749547 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:54.749582 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2026.01.13 17:54:54.749653 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 104 rows starting from the beginning of the part 2026.01.13 17:54:54.749702 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.01.13 17:54:54.749743 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2026.01.13 17:54:54.749785 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.01.13 17:54:54.749828 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part 2026.01.13 17:54:54.750665 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 732 rows, containing 4 columns (4 merged, 0 gathered) in 0.001279543 sec., 572079.2501697872 rows/sec., 37.00 MiB/sec. 2026.01.13 17:54:54.750811 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:54.751048 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:54.751111 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_11_2} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:54.751163 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.13 17:54:57.949947 [ 25 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:54:57.950002 [ 25 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:54:58.015388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4795 2026.01.13 17:54:58.015970 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:58.016024 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:58.016539 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:58.016776 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:54:58.016926 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4795 2026.01.13 17:54:58.256081 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.13 17:54:58.274383 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:58.274443 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:58.280621 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:54:58.281335 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:54:58.284588 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.13 17:54:59.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.40 MiB, peak 212.40 MiB, free memory in arenas 0.00 B, will set to 212.29 MiB (RSS), difference: 3.89 MiB 2026.01.13 17:54:59.720087 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.720296 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:54:59.720368 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:54:59.721134 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.721181 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.721577 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:54:59.721800 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:54:59.721952 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} executeQuery: Read 118 rows, 10.26 KiB in 0.001707 sec., 69127.12360867018 rows/sec., 5.87 MiB/sec. 2026.01.13 17:54:59.721997 [ 276 ] {f0baf2fa-8616-4f33-84e0-1226177d80db} TCPHandler: Processed in 0.002051647 sec. 2026.01.13 17:54:59.722125 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.722220 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:54:59.722261 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:54:59.722663 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.722700 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.723008 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:59.723209 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:59.723319 [ 63 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:59.723336 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} executeQuery: Read 31 rows, 2.33 KiB in 0.001135 sec., 27312.77533039648 rows/sec., 2.01 MiB/sec. 2026.01.13 17:54:59.723384 [ 63 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.723394 [ 276 ] {b429c72e-356e-424b-8749-08e565b9581c} TCPHandler: Processed in 0.001319234 sec. 2026.01.13 17:54:59.723414 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.723526 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.723535 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:54:59.723628 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:54:59.723671 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:54:59.723691 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:59.723734 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part 2026.01.13 17:54:59.723833 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2026.01.13 17:54:59.723900 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 215 rows starting from the beginning of the part 2026.01.13 17:54:59.723949 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 35 rows starting from the beginning of the part 2026.01.13 17:54:59.723989 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 215 rows starting from the beginning of the part 2026.01.13 17:54:59.724034 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.01.13 17:54:59.724106 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.724148 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.724482 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:54:59.724700 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:54:59.724833 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} executeQuery: Read 95 rows, 7.60 KiB in 0.001223 sec., 77677.84137367131 rows/sec., 6.07 MiB/sec. 2026.01.13 17:54:59.724870 [ 276 ] {4a248b75-a3b4-401e-a93a-058adfc28f0b} TCPHandler: Processed in 0.001394185 sec. 2026.01.13 17:54:59.724986 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.725004 [ 192 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 789 rows, containing 5 columns (5 merged, 0 gathered) in 0.001510017 sec., 522510.6737208919 rows/sec., 34.33 MiB/sec. 2026.01.13 17:54:59.725079 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:59.725126 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:54:59.725163 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:59.725404 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:54:59.725472 [ 195 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_11_2} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:59.725534 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.725541 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.13 17:54:59.725578 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.725904 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:54:59.726115 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:54:59.726242 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.01.13 17:54:59.726277 [ 276 ] {ff08c6b3-b403-4625-9481-367fe69ff02a} TCPHandler: Processed in 0.001342344 sec. 2026.01.13 17:54:59.726378 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.726472 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:54:59.726526 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} 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.13 17:54:59.727338 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.727375 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.727915 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:54:59.728136 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:59.728239 [ 63 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:54:59.728277 [ 63 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.728281 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} executeQuery: Read 31 rows, 56.88 KiB in 0.001827 sec., 16967.706622879035 rows/sec., 30.41 MiB/sec. 2026.01.13 17:54:59.728301 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.728344 [ 276 ] {65e90482-80e1-47c9-b382-206307f2e6a8} TCPHandler: Processed in 0.002015486 sec. 2026.01.13 17:54:59.728451 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:54:59.728469 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:54:59.728577 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:54:59.728618 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:54:59.728711 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:54:59.728820 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part 2026.01.13 17:54:59.728967 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:54:59.728989 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 27 rows starting from the beginning of the part 2026.01.13 17:54:59.729008 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:54:59.729111 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:54:59.729238 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 31 rows starting from the beginning of the part 2026.01.13 17:54:59.729330 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:54:59.729346 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:54:59.729460 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 31 rows starting from the beginning of the part 2026.01.13 17:54:59.729558 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:54:59.729692 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.01.13 17:54:59.729728 [ 276 ] {ba32e92d-b1d5-46ae-8f44-c8018fb3d495} TCPHandler: Processed in 0.001309164 sec. 2026.01.13 17:54:59.737325 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 19 columns (19 merged, 0 gathered) in 0.008933941 sec., 21155.277385422625 rows/sec., 37.91 MiB/sec. 2026.01.13 17:54:59.737881 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:54:59.738224 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:54:59.738295 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_11_2} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:54:59.738379 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.01.13 17:55:00.372756 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.373013 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.373384 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.373426 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.373760 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.373838 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.373981 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.13 17:55:00.374083 [ 320 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.374117 [ 326 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.374127 [ 306 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.374228 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.374257 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.374347 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.374369 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.374412 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.374452 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.374488 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.375340 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} executeQuery: Read 41 rows, 1.65 KiB in 0.002452 sec., 16721.044045676997 rows/sec., 673.48 KiB/sec. 2026.01.13 17:55:00.375489 [ 276 ] {1b1bd646-da18-436a-ae99-9895e1e234fc} TCPHandler: Processed in 0.002870792 sec. 2026.01.13 17:55:00.375832 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.375980 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.376269 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.376310 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.376530 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.376585 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.376686 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.13 17:55:00.376756 [ 326 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.376764 [ 306 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.376755 [ 305 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.376892 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.376918 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.376987 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.377007 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.377038 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.377070 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.377099 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.377851 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} executeQuery: Read 41 rows, 1.65 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 852.54 KiB/sec. 2026.01.13 17:55:00.377963 [ 276 ] {accb471c-a229-48d4-b9a8-ecd4f3fee887} TCPHandler: Processed in 0.00219412 sec. 2026.01.13 17:55:00.378208 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.378346 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.378578 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.378615 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.378828 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.378880 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.378978 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.13 17:55:00.379062 [ 320 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.379062 [ 305 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.379080 [ 323 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.379199 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.379224 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.379293 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.379311 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.379342 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.379374 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.379402 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.380022 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} executeQuery: Read 41 rows, 1.65 KiB in 0.001735 sec., 23631.123919308357 rows/sec., 951.80 KiB/sec. 2026.01.13 17:55:00.380128 [ 276 ] {90b7013b-2295-4df1-9326-77b1750fb6c7} TCPHandler: Processed in 0.001969086 sec. 2026.01.13 17:55:00.380351 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.380487 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.380716 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.380753 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.380987 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.381040 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.381137 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.13 17:55:00.381197 [ 326 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.381219 [ 323 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.381220 [ 320 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.381317 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.381338 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.381406 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.381424 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.381454 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.381492 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.381524 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.382138 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} executeQuery: Read 41 rows, 1.65 KiB in 0.001709 sec., 23990.637799882974 rows/sec., 966.28 KiB/sec. 2026.01.13 17:55:00.382253 [ 276 ] {0343e7b8-2735-4897-99d7-c09905bac6c1} TCPHandler: Processed in 0.001950865 sec. 2026.01.13 17:55:00.382484 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.382618 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.382843 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.382880 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.383100 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.383153 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.383250 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.13 17:55:00.383318 [ 305 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.383331 [ 320 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.383320 [ 326 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.383440 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.383466 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.383532 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.383550 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.383579 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.383610 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.383638 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.384261 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} executeQuery: Read 41 rows, 1.65 KiB in 0.001702 sec., 24089.30669800235 rows/sec., 970.25 KiB/sec. 2026.01.13 17:55:00.384356 [ 276 ] {c4a14a21-e7ca-400f-954c-a99c352b52b3} TCPHandler: Processed in 0.001921725 sec. 2026.01.13 17:55:00.384590 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.384726 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:55:00.384945 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:55:00.384981 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:55:00.385194 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.385245 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:00.385342 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.13 17:55:00.385401 [ 336 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:55:00.385423 [ 326 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:55:00.385425 [ 305 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:55:00.385522 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (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.13 17:55:00.385551 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:55:00.385621 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:55:00.385640 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.13 17:55:00.385673 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.385704 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.385734 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:55:00.386341 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} executeQuery: Read 41 rows, 1.65 KiB in 0.001672 sec., 24521.531100478467 rows/sec., 987.66 KiB/sec. 2026.01.13 17:55:00.386452 [ 276 ] {85974fc1-1b23-474c-b4ba-cbbffaca258a} TCPHandler: Processed in 0.001911175 sec. 2026.01.13 17:55:00.491783 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.491974 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.13 17:55:00.492044 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:55:00.492741 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.492786 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.493351 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:55:00.493611 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:55:00.493799 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} executeQuery: Read 6 rows, 1.34 KiB in 0.001872 sec., 3205.128205128205 rows/sec., 713.64 KiB/sec. 2026.01.13 17:55:00.493853 [ 276 ] {343e27fd-2536-4c9d-b976-434c67370359} TCPHandler: Processed in 0.00220962 sec. 2026.01.13 17:55:00.494008 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.494119 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.494170 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:00.494917 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.494957 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.495395 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:00.495678 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:00.495845 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} executeQuery: Read 410 rows, 26.63 KiB in 0.00175 sec., 234285.7142857143 rows/sec., 14.86 MiB/sec. 2026.01.13 17:55:00.495894 [ 276 ] {1d38d650-ab9e-442b-836a-8a0154dd985f} TCPHandler: Processed in 0.001951855 sec. 2026.01.13 17:55:00.496032 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.496144 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:55:00.496192 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:55:00.496691 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.496733 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.497101 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:55:00.497382 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:55:00.497542 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} executeQuery: Read 10 rows, 835.00 B in 0.001421 sec., 7037.297677691767 rows/sec., 573.84 KiB/sec. 2026.01.13 17:55:00.497591 [ 276 ] {78ecf877-02be-4e7f-aaeb-1404dbeffbca} TCPHandler: Processed in 0.001619769 sec. 2026.01.13 17:55:00.497723 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.497832 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:00.497883 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:00.499286 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.499323 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.499757 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:00.499982 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:00.500119 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} executeQuery: Read 2277 rows, 188.78 KiB in 0.002311 sec., 985287.7542189527 rows/sec., 79.77 MiB/sec. 2026.01.13 17:55:00.500159 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:55:00.500172 [ 276 ] {a0026650-3b10-41e9-a804-1dda09ebd30d} TCPHandler: Processed in 0.002513355 sec. 2026.01.13 17:55:00.500290 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.500384 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.500423 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:00.500889 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.500925 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.501231 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:55:00.501436 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:00.501570 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} executeQuery: Read 225 rows, 13.77 KiB in 0.001204 sec., 186877.07641196012 rows/sec., 11.17 MiB/sec. 2026.01.13 17:55:00.501608 [ 276 ] {4f78283e-395f-4232-8d5c-2f44b8b9fb3d} TCPHandler: Processed in 0.001368675 sec. 2026.01.13 17:55:00.501717 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.501811 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.501849 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:00.502349 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.502385 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.502724 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:00.502926 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:00.503053 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} executeQuery: Read 440 rows, 29.81 KiB in 0.00126 sec., 349206.3492063492 rows/sec., 23.10 MiB/sec. 2026.01.13 17:55:00.503112 [ 276 ] {72449422-5dbc-4871-9874-f98e08dd5699} TCPHandler: Processed in 0.001443906 sec. 2026.01.13 17:55:00.503224 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.503318 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.503356 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:00.503804 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.503839 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.504131 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:00.504343 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:00.504492 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} executeQuery: Read 211 rows, 12.27 KiB in 0.001191 sec., 177162.04869857262 rows/sec., 10.06 MiB/sec. 2026.01.13 17:55:00.504528 [ 276 ] {673c525a-4354-45e3-a904-c887706875a1} TCPHandler: Processed in 0.001353534 sec. 2026.01.13 17:55:00.504639 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.504731 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:00.504769 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:00.505510 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.505546 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.505939 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:00.506143 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:00.506281 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} executeQuery: Read 1155 rows, 84.37 KiB in 0.001567 sec., 737077.2176132738 rows/sec., 52.58 MiB/sec. 2026.01.13 17:55:00.506319 [ 276 ] {cae9f56e-e38c-4078-b44d-f92130a40877} TCPHandler: Processed in 0.001729911 sec. 2026.01.13 17:55:00.506437 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.506531 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:00.506571 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:00.506899 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.506934 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.507226 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:55:00.507437 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:00.507569 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.01.13 17:55:00.507607 [ 276 ] {8895ddb0-3a72-4591-ba35-e7542e7a2afe} TCPHandler: Processed in 0.001219952 sec. 2026.01.13 17:55:00.507709 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.507802 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.507843 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:00.509172 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.509207 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.509707 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:00.509921 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:00.510048 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} executeQuery: Read 2837 rows, 193.22 KiB in 0.002264 sec., 1253091.8727915194 rows/sec., 83.35 MiB/sec. 2026.01.13 17:55:00.510091 [ 276 ] {53ff9af7-f872-4403-a65f-af5989991bc2} TCPHandler: Processed in 0.002430594 sec. 2026.01.13 17:55:00.510204 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.510299 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.510342 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:00.510686 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.510723 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.511022 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.13 17:55:00.511235 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:00.511366 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.01.13 17:55:00.511418 [ 276 ] {adc0ec96-ccae-4c70-936c-524f97526f7f} TCPHandler: Processed in 0.001264253 sec. 2026.01.13 17:55:00.511549 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.511645 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.511698 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} 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.13 17:55:00.512461 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.512499 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.513051 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:55:00.513273 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:00.513410 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} executeQuery: Read 10 rows, 18.35 KiB in 0.001783 sec., 5608.5249579360625 rows/sec., 10.05 MiB/sec. 2026.01.13 17:55:00.513470 [ 276 ] {1541a77b-9c6a-4e5f-b59a-e346c268c218} TCPHandler: Processed in 0.001970736 sec. 2026.01.13 17:55:00.513588 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:00.513688 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:00.513788 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:00.514146 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:00.514213 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:00.514558 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:00.514764 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:00.514904 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} executeQuery: Read 56 rows, 3.21 KiB in 0.001228 sec., 45602.605863192184 rows/sec., 2.56 MiB/sec. 2026.01.13 17:55:00.514964 [ 276 ] {3c6eaaa3-0a5b-4719-8c93-5c49830d021a} TCPHandler: Processed in 0.001426956 sec. 2026.01.13 17:55:03.026888 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 410 2026.01.13 17:55:03.030265 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:03.030313 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:03.031538 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:03.031808 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:03.032072 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2026.01.13 17:55:04.717446 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:04.717750 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:04.717856 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:04.718624 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:04.718669 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:04.719057 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:04.719288 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:04.719455 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} executeQuery: Read 56 rows, 4.41 KiB in 0.001779 sec., 31478.358628442948 rows/sec., 2.42 MiB/sec. 2026.01.13 17:55:04.719510 [ 276 ] {6fabf446-4661-49fb-8a29-a604b6f6af61} TCPHandler: Processed in 0.002248781 sec. 2026.01.13 17:55:04.719642 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:04.719746 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:04.719789 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:04.720232 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:04.720267 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:04.720569 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:04.720781 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:04.720914 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2026.01.13 17:55:04.720959 [ 276 ] {69723ffe-0d0e-4ad0-ab30-cdaeaa005fc9} TCPHandler: Processed in 0.001369435 sec. 2026.01.13 17:55:04.721094 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:04.721195 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:04.721240 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:04.721626 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:04.721660 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:04.722001 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:04.722211 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:04.722341 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} executeQuery: Read 128 rows, 9.13 KiB in 0.001165 sec., 109871.24463519313 rows/sec., 7.65 MiB/sec. 2026.01.13 17:55:04.722377 [ 276 ] {ff78a6a6-4cc6-4791-b48d-47a20d25354d} TCPHandler: Processed in 0.001348064 sec. 2026.01.13 17:55:04.722503 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:04.722598 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:04.722640 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:04.722972 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:04.723007 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:04.723311 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:04.723511 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:04.723639 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} executeQuery: Read 48 rows, 3.31 KiB in 0.00106 sec., 45283.01886792453 rows/sec., 3.05 MiB/sec. 2026.01.13 17:55:04.723675 [ 276 ] {9cde15d6-b721-4a6a-af17-aad4895fc036} TCPHandler: Processed in 0.001230763 sec. 2026.01.13 17:55:05.517074 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5243 2026.01.13 17:55:05.517553 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:05.517594 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:05.518078 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:55:05.518300 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:05.518419 [ 102 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:55:05.518422 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5243 2026.01.13 17:55:05.518456 [ 102 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:05.518475 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:05.518610 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.518762 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:05.518806 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2875 rows starting from the beginning of the part 2026.01.13 17:55:05.518878 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.518928 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.518973 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.519016 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.519061 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:05.520427 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5243 rows, containing 4 columns (4 merged, 0 gathered) in 0.001878974 sec., 2790352.60732719 rows/sec., 39.92 MiB/sec. 2026.01.13 17:55:05.520962 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:55:05.521299 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:05.521381 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_11_2} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:55:05.521485 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.13 17:55:05.784725 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.13 17:55:05.802271 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:05.802328 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:05.808378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:55:05.809065 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:05.809341 [ 102 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:55:05.809403 [ 102 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:05.809426 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:05.809610 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.812251 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.13 17:55:05.813928 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:05.815282 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.819600 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.823769 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.827860 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.832564 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.836905 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:05.887085 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077561458 sec., 1070.1191305609545 rows/sec., 5.53 MiB/sec. 2026.01.13 17:55:05.889318 [ 201 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:55:05.891425 [ 201 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_11_2} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:05.891504 [ 201 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_11_2} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:55:05.893454 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.13 17:55:06.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 214.95 MiB, peak 224.84 MiB, free memory in arenas 0.00 B, will set to 224.45 MiB (RSS), difference: 9.50 MiB 2026.01.13 17:55:09.721148 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.721342 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:09.721409 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:09.722109 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.722160 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.722590 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:09.722841 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:09.723025 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} executeQuery: Read 118 rows, 10.26 KiB in 0.001732 sec., 68129.33025404158 rows/sec., 5.78 MiB/sec. 2026.01.13 17:55:09.723079 [ 276 ] {35c91df5-7de2-427c-a21f-053a65e324ca} TCPHandler: Processed in 0.002105358 sec. 2026.01.13 17:55:09.723228 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.723339 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:09.723395 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:09.723856 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.723901 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.724251 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:09.724477 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:09.724633 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} executeQuery: Read 31 rows, 2.33 KiB in 0.001319 sec., 23502.65352539803 rows/sec., 1.73 MiB/sec. 2026.01.13 17:55:09.724678 [ 276 ] {e92c394a-fc81-4dd7-95cc-e8af1b7adb18} TCPHandler: Processed in 0.001502987 sec. 2026.01.13 17:55:09.724812 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.724911 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:09.724953 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:09.725399 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.725436 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.725779 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:09.726046 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:09.726193 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} executeQuery: Read 95 rows, 7.60 KiB in 0.001303 sec., 72908.67229470453 rows/sec., 5.69 MiB/sec. 2026.01.13 17:55:09.726233 [ 276 ] {2c864416-b6eb-466f-bfb3-99b38e5090f7} TCPHandler: Processed in 0.001477477 sec. 2026.01.13 17:55:09.726365 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.726469 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:09.726514 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:09.726931 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.726968 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.727296 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:09.727512 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:09.727653 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.01.13 17:55:09.727691 [ 276 ] {239bd474-efa2-4082-bc4d-f2667485c5c5} TCPHandler: Processed in 0.001380845 sec. 2026.01.13 17:55:09.727821 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.727926 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:09.727990 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} 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.13 17:55:09.728996 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.729033 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.729619 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:09.729871 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:09.730021 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} executeQuery: Read 31 rows, 56.88 KiB in 0.002114 sec., 14664.143803216652 rows/sec., 26.28 MiB/sec. 2026.01.13 17:55:09.730085 [ 276 ] {1ea80fdd-53ae-499e-88bc-396099fe0a82} TCPHandler: Processed in 0.002327372 sec. 2026.01.13 17:55:09.730221 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:09.730318 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:09.730360 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:09.730716 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:09.730757 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:09.731082 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:09.731303 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:09.731433 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.01.13 17:55:09.731470 [ 276 ] {23229515-27d9-4f81-a488-e323aee505d7} TCPHandler: Processed in 0.001299773 sec. 2026.01.13 17:55:11.683191 [ 144 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.13 17:55:11.683260 [ 144 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:11.683283 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:11.683446 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:11.683591 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:11.683628 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.13 17:55:11.683724 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:11.683776 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:11.683823 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2026.01.13 17:55:11.683868 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2026.01.13 17:55:11.684907 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530538 sec., 1087199.4030857123 rows/sec., 73.42 MiB/sec. 2026.01.13 17:55:11.685133 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.13 17:55:11.685475 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:11.685561 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_5_1} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.13 17:55:11.685670 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.13 17:55:11.775105 [ 144 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.13 17:55:11.775161 [ 144 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:11.775185 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:11.775300 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:11.775433 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:11.775468 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.13 17:55:11.775539 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:11.775603 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:11.775652 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2026.01.13 17:55:11.775701 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2026.01.13 17:55:11.776623 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 856 rows, containing 5 columns (5 merged, 0 gathered) in 0.001366445 sec., 626443.069424675 rows/sec., 38.13 MiB/sec. 2026.01.13 17:55:11.776784 [ 199 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.13 17:55:11.777054 [ 199 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:11.777123 [ 199 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_5_1} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.13 17:55:11.777199 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.13 17:55:12.950036 [ 143 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:55:12.950091 [ 143 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:55:13.018580 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5755 2026.01.13 17:55:13.019165 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:13.019228 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:13.019840 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:55:13.020102 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:13.020268 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5755 2026.01.13 17:55:13.032526 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 430 2026.01.13 17:55:13.034861 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:13.034906 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:13.036062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:13.036331 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:13.036585 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 430 2026.01.13 17:55:13.312387 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.13 17:55:13.329222 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:13.329276 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:13.334624 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:55:13.335304 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:13.338068 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.13 17:55:14.731254 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.731467 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.731546 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:14.732429 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.732474 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.732918 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:14.733191 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:14.733391 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} executeQuery: Read 410 rows, 26.63 KiB in 0.001975 sec., 207594.93670886074 rows/sec., 13.17 MiB/sec. 2026.01.13 17:55:14.733446 [ 276 ] {b9389d29-7b21-4c4b-970a-9be45df07ce7} TCPHandler: Processed in 0.002371263 sec. 2026.01.13 17:55:14.733580 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.733686 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:14.733732 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:14.734657 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.734692 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.735089 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:14.735303 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:14.735401 [ 141 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:14.735429 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} executeQuery: Read 1132 rows, 91.85 KiB in 0.001768 sec., 640271.4932126696 rows/sec., 50.73 MiB/sec. 2026.01.13 17:55:14.735439 [ 141 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.735460 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.735468 [ 276 ] {6d306ba4-5f56-4d3f-bbe3-b92037387aa4} TCPHandler: Processed in 0.001940486 sec. 2026.01.13 17:55:14.735586 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.735582 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:55:14.735682 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.735727 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:14.735743 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.735782 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1322 rows starting from the beginning of the part 2026.01.13 17:55:14.735848 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 118 rows starting from the beginning of the part 2026.01.13 17:55:14.735898 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2277 rows starting from the beginning of the part 2026.01.13 17:55:14.735948 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 56 rows starting from the beginning of the part 2026.01.13 17:55:14.736006 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 118 rows starting from the beginning of the part 2026.01.13 17:55:14.736055 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:55:14.736218 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.736260 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.736592 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:14.736834 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:14.736972 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} executeQuery: Read 215 rows, 13.07 KiB in 0.001309 sec., 164247.51718869366 rows/sec., 9.75 MiB/sec. 2026.01.13 17:55:14.737010 [ 276 ] {6f90c7cc-ea08-404a-a49b-695603925700} TCPHandler: Processed in 0.001473396 sec. 2026.01.13 17:55:14.737145 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.737242 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.737294 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:14.737845 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.737886 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.738097 [ 201 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002576147 sec., 1949811.0938545044 rows/sec., 164.87 MiB/sec. 2026.01.13 17:55:14.738238 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:14.738503 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:14.738518 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:14.738613 [ 141 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:55:14.738638 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} executeQuery: Read 212 rows, 14.00 KiB in 0.001415 sec., 149823.32155477031 rows/sec., 9.66 MiB/sec. 2026.01.13 17:55:14.738651 [ 141 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.738680 [ 276 ] {80672f71-7f1a-41e2-9ff8-20fd490c220b} TCPHandler: Processed in 0.001583068 sec. 2026.01.13 17:55:14.738685 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.738781 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:55:14.738803 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.738887 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.738921 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.13 17:55:14.738920 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.738948 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:14.738985 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:14.738994 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2026.01.13 17:55:14.739044 [ 190 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_16_3} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:14.739054 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2026.01.13 17:55:14.739106 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2026.01.13 17:55:14.739146 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 440 rows starting from the beginning of the part 2026.01.13 17:55:14.739159 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.01.13 17:55:14.739191 [ 199 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2026.01.13 17:55:14.739486 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.739530 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.739865 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:14.740094 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:14.740137 [ 201 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1312 rows, containing 5 columns (5 merged, 0 gathered) in 0.001390096 sec., 943819.7074158908 rows/sec., 65.31 MiB/sec. 2026.01.13 17:55:14.740227 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} executeQuery: Read 211 rows, 12.27 KiB in 0.001331 sec., 158527.4229902329 rows/sec., 9.00 MiB/sec. 2026.01.13 17:55:14.740269 [ 276 ] {322a53af-3eb3-4546-b426-eb2944f0ebc8} TCPHandler: Processed in 0.001517067 sec. 2026.01.13 17:55:14.740291 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:55:14.740383 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.740484 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:14.740527 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:14.740556 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:14.740628 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_6_1} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:55:14.740699 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.01.13 17:55:14.741216 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.741257 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.741601 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:14.741814 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:14.741909 [ 141 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:14.741939 [ 141 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.741940 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} executeQuery: Read 689 rows, 49.27 KiB in 0.001474 sec., 467435.5495251017 rows/sec., 32.64 MiB/sec. 2026.01.13 17:55:14.741958 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.741985 [ 276 ] {8a59ed9a-7800-4069-9897-022cfa95f652} TCPHandler: Processed in 0.00165076 sec. 2026.01.13 17:55:14.742037 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:55:14.742093 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.742129 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.742160 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 790 rows starting from the beginning of the part 2026.01.13 17:55:14.742194 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:14.742206 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 95 rows starting from the beginning of the part 2026.01.13 17:55:14.742243 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:14.742253 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1155 rows starting from the beginning of the part 2026.01.13 17:55:14.742297 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 64 rows starting from the beginning of the part 2026.01.13 17:55:14.742331 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 95 rows starting from the beginning of the part 2026.01.13 17:55:14.742376 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 689 rows starting from the beginning of the part 2026.01.13 17:55:14.742613 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.742656 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.742992 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:14.743266 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:14.743432 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} executeQuery: Read 6 rows, 321.00 B in 0.001257 sec., 4773.26968973747 rows/sec., 249.38 KiB/sec. 2026.01.13 17:55:14.743475 [ 276 ] {14d1f3ad-ead6-4bd8-81fc-facb89b64080} TCPHandler: Processed in 0.001430386 sec. 2026.01.13 17:55:14.743541 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 5 columns (5 merged, 0 gathered) in 0.001535158 sec., 1881239.5857625077 rows/sec., 141.85 MiB/sec. 2026.01.13 17:55:14.743606 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.743709 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.743732 [ 197 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:14.743754 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:14.743982 [ 197 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:14.744044 [ 197 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_16_3} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:14.744122 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.13 17:55:14.744212 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.744247 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.744595 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:14.744836 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:14.744945 [ 141 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:14.744972 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} executeQuery: Read 314 rows, 21.12 KiB in 0.001282 sec., 244929.7971918877 rows/sec., 16.09 MiB/sec. 2026.01.13 17:55:14.744975 [ 141 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.745002 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.745010 [ 276 ] {d81df8e6-7df0-4ec7-a9dc-01a4fb5df059} TCPHandler: Processed in 0.001457156 sec. 2026.01.13 17:55:14.745078 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:55:14.745127 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.745160 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.745189 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2236 rows starting from the beginning of the part 2026.01.13 17:55:14.745221 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.745245 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.01.13 17:55:14.745264 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:14.745289 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2837 rows starting from the beginning of the part 2026.01.13 17:55:14.745329 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 128 rows starting from the beginning of the part 2026.01.13 17:55:14.745369 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.01.13 17:55:14.745407 [ 197 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 314 rows starting from the beginning of the part 2026.01.13 17:55:14.745576 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.745610 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.745917 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:14.746155 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:14.746316 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} executeQuery: Read 1 rows, 69.00 B in 0.001113 sec., 898.4725965858041 rows/sec., 60.54 KiB/sec. 2026.01.13 17:55:14.746358 [ 141 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.13 17:55:14.746361 [ 276 ] {7a2b55f2-13f7-4f2f-82b9-00dd9556b0d4} TCPHandler: Processed in 0.001283803 sec. 2026.01.13 17:55:14.746399 [ 141 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.746425 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.746511 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:55:14.746512 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.746609 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.746642 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:55:14.746646 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.746687 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:55:14.746723 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} 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.13 17:55:14.746727 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:55:14.746782 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.01.13 17:55:14.746814 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:55:14.747461 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.000984058 sec., 5081.001323092745 rows/sec., 342.37 KiB/sec. 2026.01.13 17:55:14.747622 [ 189 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.13 17:55:14.747796 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.747838 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.747976 [ 189 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:14.748057 [ 189 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_5_1} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.13 17:55:14.748145 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.13 17:55:14.748705 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5835 rows, containing 5 columns (5 merged, 0 gathered) in 0.003658166 sec., 1595061.5691032063 rows/sec., 107.80 MiB/sec. 2026.01.13 17:55:14.748852 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:14.749223 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:14.749268 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:14.749476 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} executeQuery: Read 10 rows, 18.35 KiB in 0.002848 sec., 3511.23595505618 rows/sec., 6.29 MiB/sec. 2026.01.13 17:55:14.749581 [ 276 ] {80b003a2-3ee6-4674-b08e-35c025d161b9} TCPHandler: Processed in 0.003127027 sec. 2026.01.13 17:55:14.749586 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:14.749673 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_16_3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:14.749752 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2026.01.13 17:55:14.750297 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:14.750420 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:14.750469 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:14.750842 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.750878 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.751241 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:14.751511 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:14.751648 [ 140 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:14.751669 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} executeQuery: Read 104 rows, 6.53 KiB in 0.001275 sec., 81568.62745098039 rows/sec., 5.00 MiB/sec. 2026.01.13 17:55:14.751714 [ 140 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:14.751726 [ 276 ] {08d3fb71-d7a3-4e38-b64b-11c44ee99dd9} TCPHandler: Processed in 0.001533218 sec. 2026.01.13 17:55:14.751742 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:14.751846 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:14.751928 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:14.751954 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 732 rows starting from the beginning of the part 2026.01.13 17:55:14.752003 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.01.13 17:55:14.752039 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part 2026.01.13 17:55:14.752074 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 48 rows starting from the beginning of the part 2026.01.13 17:55:14.752113 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.13 17:55:14.752152 [ 197 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2026.01.13 17:55:14.752937 [ 198 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 4 columns (4 merged, 0 gathered) in 0.0011242 sec., 942892.7237146416 rows/sec., 60.65 MiB/sec. 2026.01.13 17:55:14.753115 [ 189 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:14.753357 [ 189 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:14.753415 [ 189 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_16_3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:14.753467 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.13 17:55:19.720240 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.720444 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:55:19.720515 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:55:19.721145 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.721196 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.721578 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:55:19.721805 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:55:19.721966 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} executeQuery: Read 4 rows, 334.00 B in 0.001571 sec., 2546.1489497135585 rows/sec., 207.62 KiB/sec. 2026.01.13 17:55:19.722015 [ 276 ] {610498b6-eb6e-4ec3-9e85-41a64c6975a8} TCPHandler: Processed in 0.001911055 sec. 2026.01.13 17:55:19.722144 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.722249 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:19.722293 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:19.722760 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.722799 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.723123 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:19.723333 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:19.723459 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} executeQuery: Read 120 rows, 10.41 KiB in 0.001234 sec., 97244.7325769854 rows/sec., 8.24 MiB/sec. 2026.01.13 17:55:19.723497 [ 276 ] {48be8668-5bb0-456c-85ca-48f6dcff9a08} TCPHandler: Processed in 0.001406846 sec. 2026.01.13 17:55:19.723612 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.723706 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:19.723748 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:19.724170 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.724207 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.724503 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:19.724720 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:19.724847 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} executeQuery: Read 35 rows, 2.61 KiB in 0.00116 sec., 30172.41379310345 rows/sec., 2.20 MiB/sec. 2026.01.13 17:55:19.724884 [ 276 ] {f7ec8a28-4b99-410e-9b43-4e16267d3536} TCPHandler: Processed in 0.001322143 sec. 2026.01.13 17:55:19.724996 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.725091 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:19.725131 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:19.725569 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.725605 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.725911 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:19.726110 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:19.726236 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} executeQuery: Read 99 rows, 7.92 KiB in 0.001163 sec., 85124.67755803955 rows/sec., 6.65 MiB/sec. 2026.01.13 17:55:19.726273 [ 276 ] {b0f2c11a-3609-4025-9b5f-2dc99d2767b3} TCPHandler: Processed in 0.001326874 sec. 2026.01.13 17:55:19.726397 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.726492 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:19.726535 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:19.726961 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.726998 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.727328 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:19.727539 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:19.727664 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} executeQuery: Read 162 rows, 11.55 KiB in 0.001191 sec., 136020.15113350126 rows/sec., 9.47 MiB/sec. 2026.01.13 17:55:19.727701 [ 276 ] {a1c63c4b-f963-4c4d-bdbe-b0bf337886f9} TCPHandler: Processed in 0.001354204 sec. 2026.01.13 17:55:19.727820 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.727914 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:19.727970 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} 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.13 17:55:19.728766 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.728803 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.729318 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:19.729552 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:19.729683 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} executeQuery: Read 31 rows, 56.88 KiB in 0.001787 sec., 17347.509792949077 rows/sec., 31.09 MiB/sec. 2026.01.13 17:55:19.729736 [ 276 ] {d607a7e5-d452-41ca-92bf-39882d1c9205} TCPHandler: Processed in 0.001965175 sec. 2026.01.13 17:55:19.729919 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:19.730013 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:19.730057 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:19.730415 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:19.730453 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:19.730764 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:19.730973 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:19.731100 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.13 17:55:19.731136 [ 276 ] {73a04274-4286-45fe-a4af-7fac3db113b9} TCPHandler: Processed in 0.001268273 sec. 2026.01.13 17:55:20.520349 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6203 2026.01.13 17:55:20.520846 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:20.520890 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:20.521352 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:20.521598 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:20.521743 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6203 2026.01.13 17:55:20.838131 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.13 17:55:20.854087 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:20.854131 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:20.860037 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:55:20.860762 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:20.863680 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.13 17:55:21.000169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 226.47 MiB, peak 232.02 MiB, free memory in arenas 0.00 B, will set to 227.84 MiB (RSS), difference: 1.37 MiB 2026.01.13 17:55:23.036680 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 466 2026.01.13 17:55:23.039086 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:23.039129 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.60 GiB. 2026.01.13 17:55:23.040280 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:23.040552 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:23.040792 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 466 2026.01.13 17:55:24.732068 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.732377 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.732482 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:24.733440 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.733477 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.733888 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:24.734115 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:24.734262 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} executeQuery: Read 410 rows, 26.63 KiB in 0.001961 sec., 209077.0015298317 rows/sec., 13.26 MiB/sec. 2026.01.13 17:55:24.734303 [ 276 ] {6907cc70-b0a6-4fdb-b711-fffb6b061d31} TCPHandler: Processed in 0.002423304 sec. 2026.01.13 17:55:24.734430 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.734526 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:24.734568 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:24.735450 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.735485 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.735852 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:24.736064 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:24.736198 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} executeQuery: Read 1132 rows, 91.85 KiB in 0.00169 sec., 669822.4852071005 rows/sec., 53.08 MiB/sec. 2026.01.13 17:55:24.736236 [ 276 ] {244ea5ac-7aea-487f-b964-4a24415b4ad6} TCPHandler: Processed in 0.001855954 sec. 2026.01.13 17:55:24.736358 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.736455 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.736496 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:24.736982 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.737019 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.737345 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:24.737563 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:24.737691 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} executeQuery: Read 215 rows, 13.07 KiB in 0.001254 sec., 171451.355661882 rows/sec., 10.18 MiB/sec. 2026.01.13 17:55:24.737704 [ 128 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:24.737728 [ 276 ] {3e188457-2961-4161-836e-74cbda6ee36a} TCPHandler: Processed in 0.001420536 sec. 2026.01.13 17:55:24.737793 [ 128 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.737825 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.737868 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.737969 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.737991 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:55:24.738010 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:24.738215 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:24.738278 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 274 rows starting from the beginning of the part 2026.01.13 17:55:24.738381 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 225 rows starting from the beginning of the part 2026.01.13 17:55:24.738462 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:24.738538 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 215 rows starting from the beginning of the part 2026.01.13 17:55:24.738546 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.738598 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.738611 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 35 rows starting from the beginning of the part 2026.01.13 17:55:24.738692 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 215 rows starting from the beginning of the part 2026.01.13 17:55:24.738939 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:24.739190 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:24.739326 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} executeQuery: Read 212 rows, 14.00 KiB in 0.001375 sec., 154181.81818181818 rows/sec., 9.94 MiB/sec. 2026.01.13 17:55:24.739364 [ 276 ] {1fb175b6-0d2b-47f6-9653-3c5a3f6ced1a} TCPHandler: Processed in 0.001546628 sec. 2026.01.13 17:55:24.739486 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.739581 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.739621 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:24.739762 [ 189 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 995 rows, containing 5 columns (5 merged, 0 gathered) in 0.001861844 sec., 534416.4172723385 rows/sec., 34.73 MiB/sec. 2026.01.13 17:55:24.739989 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:24.740094 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.740139 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.740375 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:24.740473 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_16_3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:24.740485 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:24.740577 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.13 17:55:24.740706 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:24.740841 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} executeQuery: Read 211 rows, 12.27 KiB in 0.001278 sec., 165101.7214397496 rows/sec., 9.38 MiB/sec. 2026.01.13 17:55:24.740880 [ 276 ] {732cfb35-bba3-4ce8-8d07-3b0d1e70ed02} TCPHandler: Processed in 0.001442656 sec. 2026.01.13 17:55:24.741001 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.741123 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:24.741171 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:24.741897 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.741935 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.742275 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:24.742489 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:24.742621 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} executeQuery: Read 689 rows, 49.27 KiB in 0.001522 sec., 452693.82391590014 rows/sec., 31.61 MiB/sec. 2026.01.13 17:55:24.742659 [ 276 ] {970d9b07-66db-43e2-9b3d-092ac8799c54} TCPHandler: Processed in 0.001717631 sec. 2026.01.13 17:55:24.742770 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.742863 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:24.742904 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:24.743230 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.743266 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.743557 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:24.743757 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:24.743850 [ 128 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.13 17:55:24.743879 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} executeQuery: Read 6 rows, 321.00 B in 0.001034 sec., 5802.707930367505 rows/sec., 303.17 KiB/sec. 2026.01.13 17:55:24.743903 [ 128 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.743921 [ 276 ] {0385806c-2a9f-4c33-b5cd-3d704f169319} TCPHandler: Processed in 0.001198791 sec. 2026.01.13 17:55:24.743928 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.744040 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.744041 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744142 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.744175 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:24.744188 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:24.744214 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744271 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744313 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744351 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744389 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744427 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:55:24.744645 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.744688 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.745047 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:24.745136 [ 193 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001133791 sec., 31751.883724601797 rows/sec., 1.62 MiB/sec. 2026.01.13 17:55:24.745257 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:24.745325 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.13 17:55:24.745400 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} executeQuery: Read 314 rows, 21.12 KiB in 0.00128 sec., 245312.49999999997 rows/sec., 16.11 MiB/sec. 2026.01.13 17:55:24.745444 [ 276 ] {990fb181-f7b8-4853-ae06-17b7e050d4ee} TCPHandler: Processed in 0.001451566 sec. 2026.01.13 17:55:24.745568 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.745645 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_6_1} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:24.745694 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.745725 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_6_1} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.13 17:55:24.745753 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:24.745835 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:55:24.746137 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.746186 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.746557 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:24.746806 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:24.746933 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} executeQuery: Read 1 rows, 69.00 B in 0.001264 sec., 791.1392405063292 rows/sec., 53.31 KiB/sec. 2026.01.13 17:55:24.746970 [ 276 ] {88eeac18-1411-4564-b32d-4f4a3e446d3f} TCPHandler: Processed in 0.001464036 sec. 2026.01.13 17:55:24.747087 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.747206 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.747271 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} 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.13 17:55:24.748101 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.748140 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.748647 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:24.748865 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:24.748977 [ 128 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:24.749008 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} executeQuery: Read 10 rows, 18.35 KiB in 0.001826 sec., 5476.45125958379 rows/sec., 9.81 MiB/sec. 2026.01.13 17:55:24.749025 [ 128 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.749050 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.749064 [ 276 ] {1234e391-2091-488f-a775-cb3243684629} TCPHandler: Processed in 0.002037117 sec. 2026.01.13 17:55:24.749152 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:55:24.749191 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:24.749293 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:24.749335 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:24.749356 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:24.749413 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 189 rows starting from the beginning of the part 2026.01.13 17:55:24.749559 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:24.749664 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:24.749688 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:24.749730 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:24.749755 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:24.749847 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:24.749934 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:24.750057 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:24.750293 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:24.750430 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} executeQuery: Read 104 rows, 6.53 KiB in 0.001155 sec., 90043.29004329005 rows/sec., 5.52 MiB/sec. 2026.01.13 17:55:24.750466 [ 276 ] {cfd107ad-9f5b-4487-929b-1f40f623804a} TCPHandler: Processed in 0.001325174 sec. 2026.01.13 17:55:24.752850 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 281 rows, containing 19 columns (19 merged, 0 gathered) in 0.003740918 sec., 75115.25245942306 rows/sec., 134.60 MiB/sec. 2026.01.13 17:55:24.753295 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:24.753581 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:24.753639 [ 200 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_16_3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:24.753734 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2026.01.13 17:55:27.950162 [ 124 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:55:27.950225 [ 124 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:55:28.021831 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6715 2026.01.13 17:55:28.022331 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:28.022377 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:28.022895 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:28.023130 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:28.023256 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6715 2026.01.13 17:55:28.363753 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.13 17:55:28.380600 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:28.380662 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:28.385982 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:55:28.386651 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:28.389521 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.13 17:55:29.720189 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.720380 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:29.720447 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:29.721145 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.721189 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.721578 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:29.721798 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:29.721943 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} executeQuery: Read 118 rows, 10.26 KiB in 0.001611 sec., 73246.43078833022 rows/sec., 6.22 MiB/sec. 2026.01.13 17:55:29.721983 [ 276 ] {d06a2ca7-3375-4615-8dfe-3207b446f031} TCPHandler: Processed in 0.001921945 sec. 2026.01.13 17:55:29.722116 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.722212 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:29.722253 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:29.722655 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.722691 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.722981 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:29.723193 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:29.723320 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} executeQuery: Read 31 rows, 2.33 KiB in 0.001128 sec., 27482.269503546097 rows/sec., 2.02 MiB/sec. 2026.01.13 17:55:29.723356 [ 276 ] {cc5a4210-e2b7-4abb-9731-3350375b22ec} TCPHandler: Processed in 0.001288214 sec. 2026.01.13 17:55:29.723462 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.723554 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:29.723594 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:29.724014 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.724049 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.724346 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:29.724560 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:29.724687 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} executeQuery: Read 95 rows, 7.60 KiB in 0.00115 sec., 82608.69565217392 rows/sec., 6.45 MiB/sec. 2026.01.13 17:55:29.724722 [ 276 ] {4c3559d2-1af9-4992-96d4-2cd19feec8cd} TCPHandler: Processed in 0.001306653 sec. 2026.01.13 17:55:29.724834 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.724927 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:29.724969 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:29.725369 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.725404 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.725722 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:29.725927 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:29.726054 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2026.01.13 17:55:29.726090 [ 276 ] {90486f29-08ca-423e-9c70-53d4c3ceb8a7} TCPHandler: Processed in 0.001302933 sec. 2026.01.13 17:55:29.726193 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.726285 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:29.726339 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} 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.13 17:55:29.727141 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.727179 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.727704 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:29.727915 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:29.728048 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} executeQuery: Read 31 rows, 56.88 KiB in 0.00178 sec., 17415.730337078654 rows/sec., 31.21 MiB/sec. 2026.01.13 17:55:29.728097 [ 276 ] {cd250fa3-95d6-4f47-b4ef-164de48b66ca} TCPHandler: Processed in 0.001955955 sec. 2026.01.13 17:55:29.728214 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:29.728308 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:29.728349 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:29.728681 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:29.728716 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:29.729011 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:29.729226 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:29.729351 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.01.13 17:55:29.729385 [ 276 ] {3efd5892-673c-4ca8-b420-12545d17ce22} TCPHandler: Processed in 0.001219012 sec. 2026.01.13 17:55:31.695799 [ 118 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.13 17:55:31.695869 [ 118 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:31.695894 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:31.696063 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:55:31.696271 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:31.696325 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.13 17:55:31.696427 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:55:31.696502 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.01.13 17:55:31.696572 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:31.696638 [ 193 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.01.13 17:55:31.697573 [ 200 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001590249 sec., 18864.970202779565 rows/sec., 1.57 MiB/sec. 2026.01.13 17:55:31.697773 [ 199 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.13 17:55:31.698112 [ 199 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:55:31.698193 [ 199 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_5_1} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.13 17:55:31.698294 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:55:32.229437 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.229608 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.229668 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:32.230470 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.230507 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.230898 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:32.231128 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:32.231274 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} executeQuery: Read 410 rows, 26.63 KiB in 0.001714 sec., 239206.53442240373 rows/sec., 15.17 MiB/sec. 2026.01.13 17:55:32.231320 [ 276 ] {d32746d0-0e8a-45ed-a2ad-9b818828cb98} TCPHandler: Processed in 0.002008436 sec. 2026.01.13 17:55:32.231454 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.231548 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:32.231588 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:32.232994 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.233028 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.233487 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:32.233695 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:32.233817 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} executeQuery: Read 2272 rows, 188.41 KiB in 0.002288 sec., 993006.993006993 rows/sec., 80.42 MiB/sec. 2026.01.13 17:55:32.233854 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:55:32.233868 [ 276 ] {ec3cd5ee-5ed1-48ab-a29a-35a778e5cedf} TCPHandler: Processed in 0.002461884 sec. 2026.01.13 17:55:32.234001 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.234094 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.234132 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:32.234625 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.234658 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.234949 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:32.235155 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:32.235283 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} executeQuery: Read 215 rows, 13.07 KiB in 0.001207 sec., 178127.58906379453 rows/sec., 10.57 MiB/sec. 2026.01.13 17:55:32.235317 [ 276 ] {e6b4c4b9-7166-46a4-8977-7ccb682f9f94} TCPHandler: Processed in 0.001363574 sec. 2026.01.13 17:55:32.235436 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.235528 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.235566 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:32.236082 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.236115 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.236433 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:32.236635 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:32.236753 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} executeQuery: Read 440 rows, 29.81 KiB in 0.001243 sec., 353982.30088495574 rows/sec., 23.42 MiB/sec. 2026.01.13 17:55:32.236786 [ 276 ] {59fccb93-54c2-44bf-bfa2-d59eb434d9e7} TCPHandler: Processed in 0.001397665 sec. 2026.01.13 17:55:32.236903 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.236995 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.237034 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:32.237498 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.237533 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.237835 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:32.238034 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:32.238155 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} executeQuery: Read 211 rows, 12.27 KiB in 0.001178 sec., 179117.14770797963 rows/sec., 10.17 MiB/sec. 2026.01.13 17:55:32.238191 [ 276 ] {5c8928ec-c29e-4eb1-a066-a3d609677a32} TCPHandler: Processed in 0.001334504 sec. 2026.01.13 17:55:32.238301 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.238393 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:32.238431 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:32.239192 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.239226 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.239584 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:32.239825 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:32.239955 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} executeQuery: Read 1145 rows, 83.56 KiB in 0.001579 sec., 725142.4952501582 rows/sec., 51.68 MiB/sec. 2026.01.13 17:55:32.239992 [ 276 ] {4f31ed60-43c9-47e5-852a-b97f35665923} TCPHandler: Processed in 0.001737151 sec. 2026.01.13 17:55:32.240111 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.240205 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:32.240245 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:32.240578 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.240613 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.240908 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:32.241107 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:32.241229 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.01.13 17:55:32.241263 [ 276 ] {4e221ce3-7d27-42d0-a9c0-4f6d3f075cef} TCPHandler: Processed in 0.001200431 sec. 2026.01.13 17:55:32.241374 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.241466 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.241508 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:32.242080 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.242115 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.242469 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:32.242669 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:32.242794 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} executeQuery: Read 924 rows, 62.61 KiB in 0.001346 sec., 686478.4546805349 rows/sec., 45.42 MiB/sec. 2026.01.13 17:55:32.242829 [ 276 ] {02732468-871c-47c6-9034-13d4bb190ec8} TCPHandler: Processed in 0.001503596 sec. 2026.01.13 17:55:32.242942 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.243035 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.243075 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:32.243382 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.243418 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.243698 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:55:32.243893 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:32.244019 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} executeQuery: Read 1 rows, 69.00 B in 0.001002 sec., 998.003992015968 rows/sec., 67.25 KiB/sec. 2026.01.13 17:55:32.244053 [ 276 ] {2ac65519-3297-4748-827d-06e5d982399f} TCPHandler: Processed in 0.00115752 sec. 2026.01.13 17:55:32.244162 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.244254 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.244307 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} 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.13 17:55:32.245031 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.245068 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.245570 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:32.245783 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:32.245922 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} executeQuery: Read 10 rows, 18.35 KiB in 0.001686 sec., 5931.198102016608 rows/sec., 10.63 MiB/sec. 2026.01.13 17:55:32.245971 [ 276 ] {aac8a304-df92-4ef2-bb63-af7d59450ebd} TCPHandler: Processed in 0.001856443 sec. 2026.01.13 17:55:32.246081 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:32.246173 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:32.246214 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:32.246535 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:32.246571 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:32.246865 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:32.247067 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:32.247191 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} executeQuery: Read 76 rows, 4.59 KiB in 0.001035 sec., 73429.95169082127 rows/sec., 4.33 MiB/sec. 2026.01.13 17:55:32.247226 [ 276 ] {8c42066e-7fea-4b37-8934-a009b783aa82} TCPHandler: Processed in 0.001192682 sec. 2026.01.13 17:55:33.041030 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 522 2026.01.13 17:55:33.043849 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:33.043888 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:33.045072 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:55:33.045361 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:33.045614 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 522 2026.01.13 17:55:34.714587 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:34.714790 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:34.714862 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:34.715603 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.715645 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.716036 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:34.716273 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:34.716400 [ 113 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:34.716421 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} executeQuery: Read 56 rows, 4.41 KiB in 0.001682 sec., 33293.69797859691 rows/sec., 2.56 MiB/sec. 2026.01.13 17:55:34.716442 [ 113 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.716466 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.716468 [ 276 ] {746d38ee-73c8-49f7-9f32-12ebaa21cf93} TCPHandler: Processed in 0.002015247 sec. 2026.01.13 17:55:34.716637 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:34.716657 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:55:34.716740 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:34.716789 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:34.716875 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:34.716966 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2464 rows starting from the beginning of the part 2026.01.13 17:55:34.717115 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 120 rows starting from the beginning of the part 2026.01.13 17:55:34.717208 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:55:34.717244 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.717250 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 118 rows starting from the beginning of the part 2026.01.13 17:55:34.717297 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.717334 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 2272 rows starting from the beginning of the part 2026.01.13 17:55:34.717379 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2026.01.13 17:55:34.717649 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:34.717882 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:34.717976 [ 113 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:34.718000 [ 113 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.718015 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.718015 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} executeQuery: Read 64 rows, 5.12 KiB in 0.001299 sec., 49268.66820631255 rows/sec., 3.85 MiB/sec. 2026.01.13 17:55:34.718057 [ 276 ] {67e71cd2-cbbe-474c-87cf-82c75f433607} TCPHandler: Processed in 0.001480497 sec. 2026.01.13 17:55:34.718092 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:55:34.718192 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:34.718195 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:34.718247 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1250 rows starting from the beginning of the part 2026.01.13 17:55:34.718294 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:34.718299 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 99 rows starting from the beginning of the part 2026.01.13 17:55:34.718345 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:34.718361 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 689 rows starting from the beginning of the part 2026.01.13 17:55:34.718432 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 95 rows starting from the beginning of the part 2026.01.13 17:55:34.718480 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1145 rows starting from the beginning of the part 2026.01.13 17:55:34.718521 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2026.01.13 17:55:34.718746 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.718786 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.719232 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:34.719456 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:34.719549 [ 113 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:34.719571 [ 113 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.719585 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} executeQuery: Read 74 rows, 5.27 KiB in 0.001309 sec., 56531.70359052712 rows/sec., 3.93 MiB/sec. 2026.01.13 17:55:34.719586 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.719620 [ 276 ] {f8e3f205-806f-4b2b-8ecd-e9f7bbca894d} TCPHandler: Processed in 0.001484017 sec. 2026.01.13 17:55:34.719688 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6162 rows, containing 5 columns (5 merged, 0 gathered) in 0.003132837 sec., 1966907.3111687587 rows/sec., 167.04 MiB/sec. 2026.01.13 17:55:34.719702 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:55:34.719746 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:34.719754 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001695441 sec., 1971168.5632233738 rows/sec., 149.12 MiB/sec. 2026.01.13 17:55:34.719848 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:34.719850 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:34.719893 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5835 rows starting from the beginning of the part 2026.01.13 17:55:34.719910 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:34.719963 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 162 rows starting from the beginning of the part 2026.01.13 17:55:34.719984 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:34.719990 [ 192 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:34.720012 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 314 rows starting from the beginning of the part 2026.01.13 17:55:34.720053 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.01.13 17:55:34.720092 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 924 rows starting from the beginning of the part 2026.01.13 17:55:34.720130 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part 2026.01.13 17:55:34.720265 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.720307 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.720308 [ 192 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:34.720307 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:34.720412 [ 192 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_21_4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:34.720443 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_21_4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:34.720514 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.13 17:55:34.720553 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.13 17:55:34.720671 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:34.720899 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:34.721031 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} executeQuery: Read 28 rows, 1.94 KiB in 0.001199 sec., 23352.79399499583 rows/sec., 1.58 MiB/sec. 2026.01.13 17:55:34.721034 [ 112 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:34.721068 [ 276 ] {3575b34a-7235-4cdc-bc62-1c95da7243da} TCPHandler: Processed in 0.001368985 sec. 2026.01.13 17:55:34.721085 [ 112 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:34.721110 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:34.721208 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:34.721341 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:34.721371 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1060 rows starting from the beginning of the part 2026.01.13 17:55:34.721451 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.13 17:55:34.721495 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2026.01.13 17:55:34.721551 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.01.13 17:55:34.721594 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part 2026.01.13 17:55:34.721644 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 28 rows starting from the beginning of the part 2026.01.13 17:55:34.722322 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7469 rows, containing 5 columns (5 merged, 0 gathered) in 0.002674318 sec., 2792861.5819061156 rows/sec., 188.34 MiB/sec. 2026.01.13 17:55:34.722570 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001409225 sec., 984938.5300431087 rows/sec., 63.16 MiB/sec. 2026.01.13 17:55:34.722749 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:34.722977 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:34.723000 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:34.723079 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_21_4} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:34.723149 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.13 17:55:34.723287 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:34.723367 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_21_4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:34.723452 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2026.01.13 17:55:35.523384 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7163 2026.01.13 17:55:35.523998 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:35.524061 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:35.524554 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:35.524783 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:35.524927 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7163 2026.01.13 17:55:35.889640 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.13 17:55:35.906558 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:35.906611 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:35.912816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:55:35.913532 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:35.916473 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.13 17:55:36.000268 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.62 MiB, peak 238.99 MiB, free memory in arenas 0.00 B, will set to 231.98 MiB (RSS), difference: 1.35 MiB 2026.01.13 17:55:39.561204 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48906 2026.01.13 17:55:39.561364 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.561391 [ 289 ] {} TCP-Session: c3f80615-01a2-45e3-a28d-1584e5d94b15 Authenticating user 'default' from [fd00:1122:3344:101::e]:48906 2026.01.13 17:55:39.561413 [ 289 ] {} TCP-Session: c3f80615-01a2-45e3-a28d-1584e5d94b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561426 [ 289 ] {} TCP-Session: c3f80615-01a2-45e3-a28d-1584e5d94b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561600 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56196 2026.01.13 17:55:39.561629 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38766 2026.01.13 17:55:39.561670 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39750 2026.01.13 17:55:39.561676 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45167 2026.01.13 17:55:39.561712 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60288 2026.01.13 17:55:39.561737 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.561658 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57228 2026.01.13 17:55:39.561785 [ 289 ] {} TCP-Session: c3f80615-01a2-45e3-a28d-1584e5d94b15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.561795 [ 290 ] {} TCP-Session: 906c2b5e-3e91-4e63-9069-42e229c52a03 Authenticating user 'default' from [fd00:1122:3344:101::e]:56196 2026.01.13 17:55:39.561785 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.561855 [ 290 ] {} TCP-Session: 906c2b5e-3e91-4e63-9069-42e229c52a03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561776 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.561885 [ 291 ] {} TCP-Session: 78560713-85b6-49fb-a476-17820baaadb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:38766 2026.01.13 17:55:39.561921 [ 275 ] {} TCP-Session: dc988c40-bf23-4623-8365-c498767a4e42 Authenticating user 'default' from [fd00:1122:3344:101::e]:39750 2026.01.13 17:55:39.561938 [ 291 ] {} TCP-Session: 78560713-85b6-49fb-a476-17820baaadb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561954 [ 275 ] {} TCP-Session: dc988c40-bf23-4623-8365-c498767a4e42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561953 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.561968 [ 291 ] {} TCP-Session: 78560713-85b6-49fb-a476-17820baaadb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561981 [ 275 ] {} TCP-Session: dc988c40-bf23-4623-8365-c498767a4e42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562005 [ 287 ] {} TCP-Session: 0f4583bb-5658-44a8-8dee-6e5d38ba036e Authenticating user 'default' from [fd00:1122:3344:101::e]:60288 2026.01.13 17:55:39.562035 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.562035 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.562055 [ 287 ] {} TCP-Session: 0f4583bb-5658-44a8-8dee-6e5d38ba036e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562078 [ 286 ] {} TCP-Session: c2540786-be8e-42a6-8e6a-7a147d9ab9d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45167 2026.01.13 17:55:39.562091 [ 294 ] {} TCP-Session: 0b6a3dd8-b344-460c-b866-fc597e6ac0f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:57228 2026.01.13 17:55:39.562124 [ 287 ] {} TCP-Session: 0f4583bb-5658-44a8-8dee-6e5d38ba036e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562134 [ 286 ] {} TCP-Session: c2540786-be8e-42a6-8e6a-7a147d9ab9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562138 [ 294 ] {} TCP-Session: 0b6a3dd8-b344-460c-b866-fc597e6ac0f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562167 [ 286 ] {} TCP-Session: c2540786-be8e-42a6-8e6a-7a147d9ab9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562175 [ 294 ] {} TCP-Session: 0b6a3dd8-b344-460c-b866-fc597e6ac0f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561992 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} executeQuery: (from [fd00:1122:3344:101::e]:48906) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:55:39.561886 [ 290 ] {} TCP-Session: 906c2b5e-3e91-4e63-9069-42e229c52a03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.561642 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37763 2026.01.13 17:55:39.561633 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33901 2026.01.13 17:55:39.562482 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.562506 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.562518 [ 292 ] {} TCP-Session: 9587a61f-cf16-473c-8276-fd9f78a6c5bf Authenticating user 'default' from [fd00:1122:3344:101::e]:37763 2026.01.13 17:55:39.562539 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:55:39.562541 [ 293 ] {} TCP-Session: 95019b39-301d-421a-8711-99a0a99a36ed Authenticating user 'default' from [fd00:1122:3344:101::e]:33901 2026.01.13 17:55:39.562553 [ 292 ] {} TCP-Session: 9587a61f-cf16-473c-8276-fd9f78a6c5bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562581 [ 293 ] {} TCP-Session: 95019b39-301d-421a-8711-99a0a99a36ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562593 [ 292 ] {} TCP-Session: 9587a61f-cf16-473c-8276-fd9f78a6c5bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562606 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:39.562607 [ 293 ] {} TCP-Session: 95019b39-301d-421a-8711-99a0a99a36ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.562933 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:55:39.563983 [ 336 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} AggregatingTransform: Aggregating 2026.01.13 17:55:39.564025 [ 336 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} Aggregator: Aggregation method: without_key 2026.01.13 17:55:39.564061 [ 336 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001027609 sec. (973.133 rows/sec., 38.01 KiB/sec.) 2026.01.13 17:55:39.564075 [ 336 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} Aggregator: Merging aggregated data 2026.01.13 17:55:39.565546 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} executeQuery: Read 1 rows, 40.00 B in 0.003617 sec., 276.4722145424385 rows/sec., 10.80 KiB/sec. 2026.01.13 17:55:39.565723 [ 289 ] {209b1cf5-bc4a-456e-8f94-784c673bc904} TCPHandler: Processed in 0.004076254 sec. 2026.01.13 17:55:39.565798 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565822 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565827 [ 289 ] {} TCP-Session: c3f80615-01a2-45e3-a28d-1584e5d94b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565848 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565869 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565886 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565897 [ 291 ] {} TCP-Session: 78560713-85b6-49fb-a476-17820baaadb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565923 [ 286 ] {} TCP-Session: c2540786-be8e-42a6-8e6a-7a147d9ab9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565938 [ 275 ] {} TCP-Session: dc988c40-bf23-4623-8365-c498767a4e42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565938 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.565954 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.566003 [ 292 ] {} TCP-Session: 9587a61f-cf16-473c-8276-fd9f78a6c5bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565902 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.566030 [ 287 ] {} TCP-Session: 0f4583bb-5658-44a8-8dee-6e5d38ba036e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565869 [ 290 ] {} TCP-Session: 906c2b5e-3e91-4e63-9069-42e229c52a03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.566059 [ 293 ] {} TCP-Session: 95019b39-301d-421a-8711-99a0a99a36ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.565920 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.566132 [ 294 ] {} TCP-Session: 0b6a3dd8-b344-460c-b866-fc597e6ac0f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.582946 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60961 2026.01.13 17:55:39.583012 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583034 [ 289 ] {} TCP-Session: 71970905-15c7-4e13-b6f7-994aba7fcdd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:60961 2026.01.13 17:55:39.583053 [ 289 ] {} TCP-Session: 71970905-15c7-4e13-b6f7-994aba7fcdd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583066 [ 289 ] {} TCP-Session: 71970905-15c7-4e13-b6f7-994aba7fcdd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583237 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46392 2026.01.13 17:55:39.583273 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51405 2026.01.13 17:55:39.583288 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45748 2026.01.13 17:55:39.583316 [ 289 ] {} TCP-Session: 71970905-15c7-4e13-b6f7-994aba7fcdd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.583321 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36029 2026.01.13 17:55:39.583353 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583366 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583383 [ 291 ] {} TCP-Session: d11fc25d-6694-40cf-afe2-04c496511549 Authenticating user 'default' from [fd00:1122:3344:101::e]:51405 2026.01.13 17:55:39.583399 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583400 [ 293 ] {} TCP-Session: c211a84b-db3a-470d-b6c0-76ff8cd6d320 Authenticating user 'default' from [fd00:1122:3344:101::e]:45748 2026.01.13 17:55:39.583413 [ 291 ] {} TCP-Session: d11fc25d-6694-40cf-afe2-04c496511549 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583425 [ 287 ] {} TCP-Session: de2b0fd1-a5bd-4640-8598-768f0c5d8b51 Authenticating user 'default' from [fd00:1122:3344:101::e]:36029 2026.01.13 17:55:39.583441 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} executeQuery: (from [fd00:1122:3344:101::e]:60961) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:55:39.583454 [ 287 ] {} TCP-Session: de2b0fd1-a5bd-4640-8598-768f0c5d8b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583447 [ 291 ] {} TCP-Session: d11fc25d-6694-40cf-afe2-04c496511549 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583478 [ 287 ] {} TCP-Session: de2b0fd1-a5bd-4640-8598-768f0c5d8b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583438 [ 293 ] {} TCP-Session: c211a84b-db3a-470d-b6c0-76ff8cd6d320 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583315 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38719 2026.01.13 17:55:39.583510 [ 293 ] {} TCP-Session: c211a84b-db3a-470d-b6c0-76ff8cd6d320 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583306 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40485 2026.01.13 17:55:39.583297 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51020 2026.01.13 17:55:39.583571 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583294 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583595 [ 286 ] {} TCP-Session: ec6a6294-2f9e-40d2-aea0-b1d8df81b881 Authenticating user 'default' from [fd00:1122:3344:101::e]:38719 2026.01.13 17:55:39.583595 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583616 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583617 [ 286 ] {} TCP-Session: ec6a6294-2f9e-40d2-aea0-b1d8df81b881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583637 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:55:39.583647 [ 294 ] {} TCP-Session: a8c3867a-a943-4a5c-a1af-21298f6cc309 Authenticating user 'default' from [fd00:1122:3344:101::e]:51020 2026.01.13 17:55:39.583648 [ 286 ] {} TCP-Session: ec6a6294-2f9e-40d2-aea0-b1d8df81b881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583682 [ 294 ] {} TCP-Session: a8c3867a-a943-4a5c-a1af-21298f6cc309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583686 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:39.583697 [ 294 ] {} TCP-Session: a8c3867a-a943-4a5c-a1af-21298f6cc309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583611 [ 290 ] {} TCP-Session: 1f4294f2-d8ae-4906-88c0-8dd99f2b5ab2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46392 2026.01.13 17:55:39.583282 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64674 2026.01.13 17:55:39.583739 [ 290 ] {} TCP-Session: 1f4294f2-d8ae-4906-88c0-8dd99f2b5ab2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583633 [ 275 ] {} TCP-Session: d2049b98-b2e2-4f7a-9159-10d8f9e053d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:40485 2026.01.13 17:55:39.583789 [ 290 ] {} TCP-Session: 1f4294f2-d8ae-4906-88c0-8dd99f2b5ab2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583809 [ 275 ] {} TCP-Session: d2049b98-b2e2-4f7a-9159-10d8f9e053d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583812 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.583832 [ 275 ] {} TCP-Session: d2049b98-b2e2-4f7a-9159-10d8f9e053d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583852 [ 292 ] {} TCP-Session: 1e2b7bdf-3d43-47c8-b66f-e7bdd741e751 Authenticating user 'default' from [fd00:1122:3344:101::e]:64674 2026.01.13 17:55:39.583874 [ 292 ] {} TCP-Session: 1e2b7bdf-3d43-47c8-b66f-e7bdd741e751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583885 [ 292 ] {} TCP-Session: 1e2b7bdf-3d43-47c8-b66f-e7bdd741e751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.583936 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:55:39.584810 [ 317 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} AggregatingTransform: Aggregating 2026.01.13 17:55:39.584859 [ 317 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} Aggregator: Aggregation method: without_key 2026.01.13 17:55:39.584895 [ 317 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000819755 sec. (1219.877 rows/sec., 47.65 KiB/sec.) 2026.01.13 17:55:39.584917 [ 317 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} Aggregator: Merging aggregated data 2026.01.13 17:55:39.587914 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} executeQuery: Read 1 rows, 40.00 B in 0.004495 sec., 222.4694104560623 rows/sec., 8.69 KiB/sec. 2026.01.13 17:55:39.588019 [ 289 ] {f170d9dd-ad24-4ee8-b544-1c14685f6a9b} TCPHandler: Processed in 0.004752986 sec. 2026.01.13 17:55:39.588141 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588174 [ 289 ] {} TCP-Session: 71970905-15c7-4e13-b6f7-994aba7fcdd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588174 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588195 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588223 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588237 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588256 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588277 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588299 [ 293 ] {} TCP-Session: c211a84b-db3a-470d-b6c0-76ff8cd6d320 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588317 [ 291 ] {} TCP-Session: d11fc25d-6694-40cf-afe2-04c496511549 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588337 [ 275 ] {} TCP-Session: d2049b98-b2e2-4f7a-9159-10d8f9e053d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588314 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588296 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.588396 [ 286 ] {} TCP-Session: ec6a6294-2f9e-40d2-aea0-b1d8df81b881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588273 [ 292 ] {} TCP-Session: 1e2b7bdf-3d43-47c8-b66f-e7bdd741e751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588410 [ 294 ] {} TCP-Session: a8c3867a-a943-4a5c-a1af-21298f6cc309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588252 [ 287 ] {} TCP-Session: de2b0fd1-a5bd-4640-8598-768f0c5d8b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.588244 [ 290 ] {} TCP-Session: 1f4294f2-d8ae-4906-88c0-8dd99f2b5ab2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.721630 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.721812 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:39.721878 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:39.722569 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.722620 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.723096 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:39.723354 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:39.723543 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} executeQuery: Read 118 rows, 10.26 KiB in 0.00178 sec., 66292.13483146067 rows/sec., 5.63 MiB/sec. 2026.01.13 17:55:39.723587 [ 276 ] {f348bce7-2580-423f-8de8-e3becbf1e5ea} TCPHandler: Processed in 0.002092748 sec. 2026.01.13 17:55:39.723724 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.723821 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:39.723863 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:39.724300 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.724340 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.724650 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:39.724852 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:39.724987 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} executeQuery: Read 31 rows, 2.33 KiB in 0.001186 sec., 26138.279932546375 rows/sec., 1.92 MiB/sec. 2026.01.13 17:55:39.725026 [ 276 ] {f7021d19-c676-4f13-bf57-8d15e00efd97} TCPHandler: Processed in 0.001352365 sec. 2026.01.13 17:55:39.725136 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.725232 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:39.725273 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:39.725722 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.725759 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.726060 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:39.726267 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:39.726396 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} executeQuery: Read 95 rows, 7.60 KiB in 0.001183 sec., 80304.31107354184 rows/sec., 6.27 MiB/sec. 2026.01.13 17:55:39.726433 [ 276 ] {15a027e7-a88d-4544-877f-061365247864} TCPHandler: Processed in 0.001345994 sec. 2026.01.13 17:55:39.726549 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.726645 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:39.726690 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:39.727105 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.727142 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.727481 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:39.727691 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:39.727823 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.01.13 17:55:39.727860 [ 276 ] {1462228d-6873-4e66-9631-95919fa34d5f} TCPHandler: Processed in 0.001360185 sec. 2026.01.13 17:55:39.727976 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.728071 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:39.728128 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} 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.13 17:55:39.728959 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.728996 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.729543 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:55:39.729772 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:39.729917 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} executeQuery: Read 31 rows, 56.88 KiB in 0.001863 sec., 16639.82823403113 rows/sec., 29.82 MiB/sec. 2026.01.13 17:55:39.729986 [ 276 ] {c552c7b1-65bd-4afd-8cd8-52478c7aa60a} TCPHandler: Processed in 0.002058867 sec. 2026.01.13 17:55:39.730112 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.730206 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:39.730254 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:39.730609 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:39.730646 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:39.730948 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:39.731158 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:39.731284 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.01.13 17:55:39.731320 [ 276 ] {3e8bb9ce-1a3e-416b-a0d0-f8e19a65ddab} TCPHandler: Processed in 0.001257563 sec. 2026.01.13 17:55:39.749360 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48611 2026.01.13 17:55:39.749471 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.749497 [ 289 ] {} TCP-Session: 8e789099-8486-4f20-b4c4-8e1bc3747b1c Authenticating user 'default' from [fd00:1122:3344:101::e]:48611 2026.01.13 17:55:39.749519 [ 289 ] {} TCP-Session: 8e789099-8486-4f20-b4c4-8e1bc3747b1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749532 [ 289 ] {} TCP-Session: 8e789099-8486-4f20-b4c4-8e1bc3747b1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749707 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47168 2026.01.13 17:55:39.749736 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50380 2026.01.13 17:55:39.749751 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65200 2026.01.13 17:55:39.749784 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61405 2026.01.13 17:55:39.749819 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.749789 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64094 2026.01.13 17:55:39.749858 [ 290 ] {} TCP-Session: 907e7208-a2b1-4871-bb97-32e4efd52eb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:47168 2026.01.13 17:55:39.749854 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.749863 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.749886 [ 290 ] {} TCP-Session: 907e7208-a2b1-4871-bb97-32e4efd52eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749893 [ 289 ] {} TCP-Session: 8e789099-8486-4f20-b4c4-8e1bc3747b1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:39.749920 [ 293 ] {} TCP-Session: 218edae0-7fbb-4aed-bbe6-d3dcb3b0dd2a Authenticating user 'default' from [fd00:1122:3344:101::e]:65200 2026.01.13 17:55:39.749919 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.749955 [ 293 ] {} TCP-Session: 218edae0-7fbb-4aed-bbe6-d3dcb3b0dd2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749975 [ 286 ] {} TCP-Session: 3c47f4d9-5a47-43e0-a3de-2fe32701bb13 Authenticating user 'default' from [fd00:1122:3344:101::e]:64094 2026.01.13 17:55:39.749984 [ 293 ] {} TCP-Session: 218edae0-7fbb-4aed-bbe6-d3dcb3b0dd2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750005 [ 286 ] {} TCP-Session: 3c47f4d9-5a47-43e0-a3de-2fe32701bb13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749923 [ 290 ] {} TCP-Session: 907e7208-a2b1-4871-bb97-32e4efd52eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750032 [ 286 ] {} TCP-Session: 3c47f4d9-5a47-43e0-a3de-2fe32701bb13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749905 [ 291 ] {} TCP-Session: c835591b-b935-49ea-a2c1-d065a6281df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50380 2026.01.13 17:55:39.749882 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.750078 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} executeQuery: (from [fd00:1122:3344:101::e]:48611) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:55:39.750085 [ 291 ] {} TCP-Session: c835591b-b935-49ea-a2c1-d065a6281df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750104 [ 275 ] {} TCP-Session: 270ab29a-00ed-4f3a-958a-3e00a05e9c0a Authenticating user 'default' from [fd00:1122:3344:101::e]:61405 2026.01.13 17:55:39.750123 [ 291 ] {} TCP-Session: c835591b-b935-49ea-a2c1-d065a6281df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750141 [ 275 ] {} TCP-Session: 270ab29a-00ed-4f3a-958a-3e00a05e9c0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749745 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34306 2026.01.13 17:55:39.750173 [ 275 ] {} TCP-Session: 270ab29a-00ed-4f3a-958a-3e00a05e9c0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.749771 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38191 2026.01.13 17:55:39.750280 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.750296 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.750320 [ 292 ] {} TCP-Session: d9c6f800-cdbc-4e5e-a4a2-2a87afa21ef3 Authenticating user 'default' from [fd00:1122:3344:101::e]:34306 2026.01.13 17:55:39.750329 [ 294 ] {} TCP-Session: 6e821aeb-767e-48f7-a76d-fd10705eb47d Authenticating user 'default' from [fd00:1122:3344:101::e]:38191 2026.01.13 17:55:39.750345 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:55:39.750354 [ 292 ] {} TCP-Session: d9c6f800-cdbc-4e5e-a4a2-2a87afa21ef3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750360 [ 294 ] {} TCP-Session: 6e821aeb-767e-48f7-a76d-fd10705eb47d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750403 [ 292 ] {} TCP-Session: d9c6f800-cdbc-4e5e-a4a2-2a87afa21ef3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750412 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:55:39.750420 [ 294 ] {} TCP-Session: 6e821aeb-767e-48f7-a76d-fd10705eb47d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.750711 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:55:39.751706 [ 340 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} AggregatingTransform: Aggregating 2026.01.13 17:55:39.751753 [ 340 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} Aggregator: Aggregation method: without_key 2026.01.13 17:55:39.751793 [ 340 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000982518 sec. (1017.793 rows/sec., 39.76 KiB/sec.) 2026.01.13 17:55:39.751815 [ 340 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} Aggregator: Merging aggregated data 2026.01.13 17:55:39.753020 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} executeQuery: Read 1 rows, 40.00 B in 0.002995 sec., 333.889816360601 rows/sec., 13.04 KiB/sec. 2026.01.13 17:55:39.753167 [ 289 ] {a523c7b8-f1d4-42f3-9725-4e70b05bcfaf} TCPHandler: Processed in 0.003381261 sec. 2026.01.13 17:55:39.753266 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753283 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753305 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753349 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753368 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753380 [ 291 ] {} TCP-Session: c835591b-b935-49ea-a2c1-d065a6281df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753396 [ 293 ] {} TCP-Session: 218edae0-7fbb-4aed-bbe6-d3dcb3b0dd2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753415 [ 294 ] {} TCP-Session: 6e821aeb-767e-48f7-a76d-fd10705eb47d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753424 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753405 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753467 [ 286 ] {} TCP-Session: 3c47f4d9-5a47-43e0-a3de-2fe32701bb13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753385 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:55:39.753492 [ 292 ] {} TCP-Session: d9c6f800-cdbc-4e5e-a4a2-2a87afa21ef3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753353 [ 290 ] {} TCP-Session: 907e7208-a2b1-4871-bb97-32e4efd52eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753526 [ 275 ] {} TCP-Session: 270ab29a-00ed-4f3a-958a-3e00a05e9c0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.753323 [ 289 ] {} TCP-Session: 8e789099-8486-4f20-b4c4-8e1bc3747b1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.754980 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48573 2026.01.13 17:55:39.755049 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:55:39.755071 [ 287 ] {} TCP-Session: c39362ed-6c5f-4379-b889-215c01124644 Authenticating user 'default' from [fd00:1122:3344:101::e]:48573 2026.01.13 17:55:39.755089 [ 287 ] {} TCP-Session: c39362ed-6c5f-4379-b889-215c01124644 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.755101 [ 287 ] {} TCP-Session: c39362ed-6c5f-4379-b889-215c01124644 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:39.769527 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:48573). (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 @ 0x0000000000117057 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.13 17:55:39.769695 [ 287 ] {} TCP-Session: c39362ed-6c5f-4379-b889-215c01124644 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:55:42.950811 [ 50 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:55:42.950865 [ 50 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:55:43.025923 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7675 2026.01.13 17:55:43.026432 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.026479 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.026968 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:43.027219 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:43.027351 [ 50 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:43.027369 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7675 2026.01.13 17:55:43.027401 [ 50 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.027421 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.027551 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.027709 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:43.027752 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5243 rows starting from the beginning of the part 2026.01.13 17:55:43.027824 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.027874 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.027922 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.027968 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.028011 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:55:43.029474 [ 200 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7675 rows, containing 4 columns (4 merged, 0 gathered) in 0.001984315 sec., 3867833.484099047 rows/sec., 55.33 MiB/sec. 2026.01.13 17:55:43.030067 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:43.030349 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:43.030412 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_16_3} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:43.030497 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.01.13 17:55:43.046740 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 548 2026.01.13 17:55:43.048753 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.048795 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.049887 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:55:43.050149 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:43.050304 [ 50 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:55:43.050350 [ 50 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.050370 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.050389 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 548 2026.01.13 17:55:43.050443 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:55:43.050883 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:43.050998 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 338 rows starting from the beginning of the part 2026.01.13 17:55:43.051319 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part 2026.01.13 17:55:43.051662 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 20 rows starting from the beginning of the part 2026.01.13 17:55:43.052028 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.01.13 17:55:43.052411 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.01.13 17:55:43.052804 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part 2026.01.13 17:55:43.059463 [ 194 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 548 rows, containing 72 columns (72 merged, 0 gathered) in 0.009047543 sec., 60568.930150428685 rows/sec., 56.63 MiB/sec. 2026.01.13 17:55:43.060194 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:55:43.060690 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:43.060761 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_11_2} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:55:43.060900 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. 2026.01.13 17:55:43.417441 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.13 17:55:43.433928 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.433978 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.440218 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:55:43.440882 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:43.441184 [ 50 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:55:43.441243 [ 50 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:43.441264 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:43.441400 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.443769 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.13 17:55:43.445070 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:43.446354 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.450731 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.454939 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.459193 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.463380 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.467457 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:55:43.522041 [ 194 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.080710454 sec., 1499.1862144648574 rows/sec., 7.75 MiB/sec. 2026.01.13 17:55:43.524884 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:55:43.528288 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_16_3} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:43.528409 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_16_3} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:55:43.530837 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.01.13 17:55:44.001144 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 233.73 MiB, peak 243.68 MiB, free memory in arenas 0.00 B, will set to 245.23 MiB (RSS), difference: 11.49 MiB 2026.01.13 17:55:44.002171 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000802684 sec. 2026.01.13 17:55:44.731038 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.731232 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.731298 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:44.732124 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.732173 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.732588 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:44.732806 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:44.732955 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} executeQuery: Read 410 rows, 26.63 KiB in 0.00177 sec., 231638.41807909604 rows/sec., 14.69 MiB/sec. 2026.01.13 17:55:44.732995 [ 276 ] {0de19d1d-09e6-432f-b174-470d69baad3d} TCPHandler: Processed in 0.002086728 sec. 2026.01.13 17:55:44.733121 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.733212 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:44.733252 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:44.734348 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.734384 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.734779 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:44.734985 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:44.735106 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} executeQuery: Read 1132 rows, 91.85 KiB in 0.001912 sec., 592050.2092050209 rows/sec., 46.91 MiB/sec. 2026.01.13 17:55:44.735142 [ 276 ] {f7a531a2-cf50-4517-a314-a1f9abba97e5} TCPHandler: Processed in 0.002069097 sec. 2026.01.13 17:55:44.735254 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.735346 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.735390 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:44.735878 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.735914 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.736229 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:44.736431 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:44.736555 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} executeQuery: Read 215 rows, 13.07 KiB in 0.001227 sec., 175224.1238793806 rows/sec., 10.40 MiB/sec. 2026.01.13 17:55:44.736590 [ 276 ] {4fd33cb7-730b-4703-a62b-21509c873b1e} TCPHandler: Processed in 0.001383165 sec. 2026.01.13 17:55:44.736700 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.736791 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.736828 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:44.737310 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.737344 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.737637 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:44.737832 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:44.737953 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} executeQuery: Read 212 rows, 14.00 KiB in 0.00118 sec., 179661.01694915254 rows/sec., 11.59 MiB/sec. 2026.01.13 17:55:44.737988 [ 276 ] {4efe9cd2-d173-43b4-a563-f427cf488465} TCPHandler: Processed in 0.001335084 sec. 2026.01.13 17:55:44.738097 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.738187 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.738224 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:44.738752 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.738785 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.739089 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:44.739303 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:44.739422 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} executeQuery: Read 211 rows, 12.27 KiB in 0.001252 sec., 168530.35143769966 rows/sec., 9.57 MiB/sec. 2026.01.13 17:55:44.739457 [ 276 ] {1a1be5f3-55be-4739-9400-e3ed5f4fe27d} TCPHandler: Processed in 0.001407055 sec. 2026.01.13 17:55:44.739583 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.739674 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:44.739712 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:44.740361 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.740394 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.740733 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:44.740938 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:44.741060 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} executeQuery: Read 689 rows, 49.27 KiB in 0.001403 sec., 491090.5203136137 rows/sec., 34.29 MiB/sec. 2026.01.13 17:55:44.741097 [ 276 ] {7d3b38e2-9a76-4f12-877b-04c4d00bee1f} TCPHandler: Processed in 0.001560028 sec. 2026.01.13 17:55:44.741197 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.741287 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:44.741326 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:44.741632 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.741666 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.741956 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:44.742158 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:44.742279 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} executeQuery: Read 6 rows, 321.00 B in 0.001009 sec., 5946.481665014867 rows/sec., 310.68 KiB/sec. 2026.01.13 17:55:44.742313 [ 276 ] {00b4666d-63b8-48db-9792-34e90f8532aa} TCPHandler: Processed in 0.001162141 sec. 2026.01.13 17:55:44.742412 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.742501 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.742542 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:44.742946 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.742980 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.743323 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:44.743531 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:44.743652 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} executeQuery: Read 314 rows, 21.12 KiB in 0.001168 sec., 268835.61643835617 rows/sec., 17.66 MiB/sec. 2026.01.13 17:55:44.743686 [ 276 ] {537c1197-31db-46bd-91e0-9192dcbceb8b} TCPHandler: Processed in 0.001319963 sec. 2026.01.13 17:55:44.743804 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.743921 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.743973 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:44.744355 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.744391 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.744685 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:55:44.744905 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:44.745062 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} executeQuery: Read 1 rows, 69.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 57.94 KiB/sec. 2026.01.13 17:55:44.745109 [ 276 ] {a82ce4bc-c05f-4718-855c-4bd14c452e74} TCPHandler: Processed in 0.001364285 sec. 2026.01.13 17:55:44.745218 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.745312 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.745366 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} 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.13 17:55:44.746136 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.746170 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.746714 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:55:44.746932 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:44.747067 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} executeQuery: Read 10 rows, 18.35 KiB in 0.001774 sec., 5636.978579481398 rows/sec., 10.10 MiB/sec. 2026.01.13 17:55:44.747119 [ 276 ] {4c6ecbea-44fb-4cab-ad73-0820bade5baa} TCPHandler: Processed in 0.001952095 sec. 2026.01.13 17:55:44.747227 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:44.747321 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:44.747362 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:44.747694 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:44.747728 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:44.748033 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:44.748236 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:44.748359 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} executeQuery: Read 104 rows, 6.53 KiB in 0.001058 sec., 98298.67674858223 rows/sec., 6.02 MiB/sec. 2026.01.13 17:55:44.748394 [ 276 ] {33043211-2c47-4017-b5f0-343941443a0b} TCPHandler: Processed in 0.001217192 sec. 2026.01.13 17:55:49.725211 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.725485 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:55:49.725579 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:55:49.726453 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.726487 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.726899 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.13 17:55:49.727096 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:55:49.727230 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} executeQuery: Read 4 rows, 334.00 B in 0.001797 sec., 2225.9321090706735 rows/sec., 181.51 KiB/sec. 2026.01.13 17:55:49.727267 [ 276 ] {6cbe615a-0959-4fc2-9920-a3d4f494b920} TCPHandler: Processed in 0.00223397 sec. 2026.01.13 17:55:49.727384 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.727472 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:49.727508 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:49.727990 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.728022 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.728324 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:55:49.728510 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:49.728624 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} executeQuery: Read 120 rows, 10.41 KiB in 0.001178 sec., 101867.57215619694 rows/sec., 8.63 MiB/sec. 2026.01.13 17:55:49.728657 [ 276 ] {ef2651e1-e33e-4be9-bfb3-9d2d8ba381b1} TCPHandler: Processed in 0.001335284 sec. 2026.01.13 17:55:49.728839 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.728926 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:49.728962 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:49.729333 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.729365 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.729628 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:49.729882 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:49.729972 [ 101 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:49.729995 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} executeQuery: Read 35 rows, 2.61 KiB in 0.001089 sec., 32139.577594123053 rows/sec., 2.34 MiB/sec. 2026.01.13 17:55:49.730004 [ 101 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.730024 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.730029 [ 276 ] {85f25aa2-d06b-48e9-a403-497341c4fdbd} TCPHandler: Processed in 0.001250923 sec. 2026.01.13 17:55:49.730102 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:55:49.730122 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.730192 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:49.730208 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:49.730224 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 278 rows starting from the beginning of the part 2026.01.13 17:55:49.730244 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:49.730283 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:49.730328 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 215 rows starting from the beginning of the part 2026.01.13 17:55:49.730371 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:49.730414 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 215 rows starting from the beginning of the part 2026.01.13 17:55:49.730457 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 35 rows starting from the beginning of the part 2026.01.13 17:55:49.730646 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.730678 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.731149 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:55:49.731334 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:49.731387 [ 194 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001333174 sec., 603822.1567477314 rows/sec., 39.78 MiB/sec. 2026.01.13 17:55:49.731446 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} executeQuery: Read 99 rows, 7.92 KiB in 0.001269 sec., 78014.18439716312 rows/sec., 6.10 MiB/sec. 2026.01.13 17:55:49.731484 [ 276 ] {dde347ac-b99e-4bba-a8c5-c0bf2cf3c38e} TCPHandler: Processed in 0.001430135 sec. 2026.01.13 17:55:49.731521 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:49.731588 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.731673 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:49.731712 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:49.731806 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:49.731863 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_21_4} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:49.731924 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:55:49.732149 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.732181 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.732468 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:55:49.732652 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:49.732831 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} executeQuery: Read 162 rows, 11.55 KiB in 0.001112 sec., 145683.45323741008 rows/sec., 10.14 MiB/sec. 2026.01.13 17:55:49.732863 [ 276 ] {5a2e6f6e-06f9-4c11-b0b7-c57db134bdfd} TCPHandler: Processed in 0.001266963 sec. 2026.01.13 17:55:49.732965 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.733052 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:49.733102 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} 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.13 17:55:49.733921 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.733953 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.734450 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:55:49.734650 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:49.734820 [ 101 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:55:49.734838 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} executeQuery: Read 31 rows, 56.88 KiB in 0.001784 sec., 17376.681614349774 rows/sec., 31.14 MiB/sec. 2026.01.13 17:55:49.734856 [ 101 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.734878 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.734886 [ 276 ] {c6bed6be-d6b2-49e3-8bd9-f7240394d909} TCPHandler: Processed in 0.001957376 sec. 2026.01.13 17:55:49.734978 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:55:49.734991 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:49.735101 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:49.735140 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:49.735273 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:49.735367 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 281 rows starting from the beginning of the part 2026.01.13 17:55:49.735466 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:49.735504 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:49.735553 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:49.735814 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:49.735894 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:55:49.735976 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:49.736112 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:49.736130 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 10 rows starting from the beginning of the part 2026.01.13 17:55:49.736241 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001164 sec., 51546.391752577314 rows/sec., 3.47 MiB/sec. 2026.01.13 17:55:49.736242 [ 196 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 31 rows starting from the beginning of the part 2026.01.13 17:55:49.736280 [ 276 ] {916f0fe2-e06f-4f0c-8c93-8bfbddc8b1bc} TCPHandler: Processed in 0.001352904 sec. 2026.01.13 17:55:49.740076 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 394 rows, containing 19 columns (19 merged, 0 gathered) in 0.005142142 sec., 76621.76579332116 rows/sec., 137.30 MiB/sec. 2026.01.13 17:55:49.740694 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:55:49.741154 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:49.741232 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_21_4} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:55:49.741381 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. 2026.01.13 17:55:50.002952 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.92 MiB, peak 251.01 MiB, free memory in arenas 0.00 B, will set to 247.07 MiB (RSS), difference: 1.14 MiB 2026.01.13 17:55:50.533649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8123 2026.01.13 17:55:50.534104 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:50.534151 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:50.534658 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:50.534876 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:50.535015 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8123 2026.01.13 17:55:50.950685 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.01.13 17:55:50.965625 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:50.965672 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:50.971859 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:55:50.972586 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:50.975176 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.01.13 17:55:53.056594 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 584 2026.01.13 17:55:53.059143 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:53.059201 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:53.060444 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:55:53.060736 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:55:53.061107 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 584 2026.01.13 17:55:54.736175 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.736375 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.736442 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:55:54.737236 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.737288 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.737723 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:55:54.737952 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:54.738104 [ 100 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.13 17:55:54.738116 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} executeQuery: Read 410 rows, 26.63 KiB in 0.001789 sec., 229178.3119060928 rows/sec., 14.54 MiB/sec. 2026.01.13 17:55:54.738183 [ 100 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.738212 [ 276 ] {84556295-e2fd-4520-b109-85c5245d7e8f} TCPHandler: Processed in 0.002179059 sec. 2026.01.13 17:55:54.738214 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.738345 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:54.738347 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.738453 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:54.738480 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:54.738488 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:54.738526 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:54.738554 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2026.01.13 17:55:54.738606 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2026.01.13 17:55:54.738654 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:54.738697 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:54.738741 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:55:54.739640 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.739677 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.739974 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001662569 sec., 1494073.3286859072 rows/sec., 100.76 MiB/sec. 2026.01.13 17:55:54.740135 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.13 17:55:54.740151 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:55:54.740390 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:54.740391 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:55:54.740466 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_10_2} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.13 17:55:54.740528 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.13 17:55:54.740534 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} executeQuery: Read 1132 rows, 91.85 KiB in 0.002078 sec., 544754.5717035611 rows/sec., 43.17 MiB/sec. 2026.01.13 17:55:54.740576 [ 276 ] {d6afaab6-89e7-4168-8afd-8f87b9626c28} TCPHandler: Processed in 0.002282041 sec. 2026.01.13 17:55:54.740690 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.740789 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.740832 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:54.741328 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.741367 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.741696 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:54.741911 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:54.742044 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} executeQuery: Read 215 rows, 13.07 KiB in 0.001277 sec., 168363.35160532498 rows/sec., 9.99 MiB/sec. 2026.01.13 17:55:54.742081 [ 276 ] {97296396-32d5-4590-bfc0-ce127ab0f62f} TCPHandler: Processed in 0.001442746 sec. 2026.01.13 17:55:54.742189 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.742285 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.742325 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:55:54.742799 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.742837 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.743159 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:55:54.743370 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:55:54.743496 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} executeQuery: Read 212 rows, 14.00 KiB in 0.001232 sec., 172077.92207792206 rows/sec., 11.10 MiB/sec. 2026.01.13 17:55:54.743534 [ 276 ] {f75cc84e-479f-4bcb-b34e-e847a53acb5d} TCPHandler: Processed in 0.001396205 sec. 2026.01.13 17:55:54.743635 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.743729 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.743769 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:55:54.744235 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.744272 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.744577 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:55:54.744782 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:54.744878 [ 100 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.13 17:55:54.744913 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} executeQuery: Read 211 rows, 12.27 KiB in 0.001198 sec., 176126.87813021702 rows/sec., 10.00 MiB/sec. 2026.01.13 17:55:54.744919 [ 100 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.744954 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.744958 [ 276 ] {aa006114-cc67-41ac-9d65-3b72f35fbec7} TCPHandler: Processed in 0.001372744 sec. 2026.01.13 17:55:54.745068 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:54.745100 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.745168 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:54.745196 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:54.745198 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:54.745237 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:54.745261 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2026.01.13 17:55:54.745304 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2026.01.13 17:55:54.745344 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:54.745385 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:54.745420 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:55:54.745942 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.745976 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.746219 [ 189 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001207431 sec., 1058445.5757720317 rows/sec., 64.34 MiB/sec. 2026.01.13 17:55:54.746313 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:55:54.746331 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.13 17:55:54.746532 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:54.746582 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:55:54.746645 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_10_2} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.13 17:55:54.746664 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} executeQuery: Read 689 rows, 49.27 KiB in 0.001485 sec., 463973.06397306395 rows/sec., 32.40 MiB/sec. 2026.01.13 17:55:54.746701 [ 276 ] {9a356a53-3b51-4a69-99f5-6da4a30bed2f} TCPHandler: Processed in 0.00165099 sec. 2026.01.13 17:55:54.746708 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.13 17:55:54.746812 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.746907 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:55:54.746949 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:55:54.747280 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.747316 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.747634 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:54.747837 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:55:54.747965 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2026.01.13 17:55:54.748000 [ 276 ] {11080815-89a1-43df-b002-a757d8e45589} TCPHandler: Processed in 0.001238242 sec. 2026.01.13 17:55:54.748109 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.748202 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.748244 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:54.748679 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.748714 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.749052 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:55:54.749257 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:54.749389 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} executeQuery: Read 314 rows, 21.12 KiB in 0.001205 sec., 260580.91286307055 rows/sec., 17.12 MiB/sec. 2026.01.13 17:55:54.749426 [ 276 ] {2b083133-2d84-4cb6-ad99-78a839b2775e} TCPHandler: Processed in 0.001367454 sec. 2026.01.13 17:55:54.749532 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.749625 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.749667 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:55:54.749963 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.749999 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.750389 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:55:54.750596 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:55:54.750722 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} executeQuery: Read 1 rows, 69.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 60.43 KiB/sec. 2026.01.13 17:55:54.750759 [ 276 ] {972ba488-3433-4007-b075-166c3a0a1c95} TCPHandler: Processed in 0.001276623 sec. 2026.01.13 17:55:54.750863 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.750959 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.751013 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} 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.13 17:55:54.751772 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.751809 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.752336 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:55:54.752562 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:54.752701 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} executeQuery: Read 10 rows, 18.35 KiB in 0.00176 sec., 5681.818181818182 rows/sec., 10.18 MiB/sec. 2026.01.13 17:55:54.752758 [ 276 ] {f99ae29e-9c8a-4065-8f59-f002e6a544a6} TCPHandler: Processed in 0.001944345 sec. 2026.01.13 17:55:54.752864 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:54.752959 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:54.753000 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:54.753384 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:54.753421 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:54.753739 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:55:54.753943 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:54.754075 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} executeQuery: Read 104 rows, 6.53 KiB in 0.001136 sec., 91549.29577464788 rows/sec., 5.61 MiB/sec. 2026.01.13 17:55:54.754111 [ 276 ] {a8695dd9-b2e2-41db-a585-b700c0e55d3b} TCPHandler: Processed in 0.001298164 sec. 2026.01.13 17:55:57.951106 [ 96 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:55:57.951159 [ 96 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:55:58.035462 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8635 2026.01.13 17:55:58.035955 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:58.036001 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:58.036476 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:58.036699 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:55:58.036847 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8635 2026.01.13 17:55:58.475232 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.01.13 17:55:58.492127 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:58.492190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:58.498425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:55:58.499156 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:55:58.501923 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.13 17:55:59.725989 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.726285 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:55:59.726388 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:55:59.727116 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.727162 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.727539 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:55:59.727764 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:59.727915 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} executeQuery: Read 118 rows, 10.26 KiB in 0.001707 sec., 69127.12360867018 rows/sec., 5.87 MiB/sec. 2026.01.13 17:55:59.727908 [ 95 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:55:59.727953 [ 276 ] {3deb25e9-d8b2-4e57-84d1-409650d318cb} TCPHandler: Processed in 0.002153939 sec. 2026.01.13 17:55:59.728013 [ 95 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.728054 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.728099 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.728190 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:55:59.728198 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:55:59.728278 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:55:59.728337 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:59.728377 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2464 rows starting from the beginning of the part 2026.01.13 17:55:59.728443 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 118 rows starting from the beginning of the part 2026.01.13 17:55:59.728492 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:55:59.728531 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 120 rows starting from the beginning of the part 2026.01.13 17:55:59.728571 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:55:59.728607 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 118 rows starting from the beginning of the part 2026.01.13 17:55:59.728657 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.728697 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.729122 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:59.729349 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:55:59.729481 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} executeQuery: Read 31 rows, 2.33 KiB in 0.001282 sec., 24180.967238689547 rows/sec., 1.78 MiB/sec. 2026.01.13 17:55:59.729519 [ 276 ] {42fabf68-9ea8-4f11-8212-9dc7764dd166} TCPHandler: Processed in 0.001451957 sec. 2026.01.13 17:55:59.729625 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.729717 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:55:59.729756 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:55:59.730157 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.730194 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.730505 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:55:59.730599 [ 201 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5084 rows, containing 5 columns (5 merged, 0 gathered) in 0.002449924 sec., 2075166.4133254746 rows/sec., 175.76 MiB/sec. 2026.01.13 17:55:59.730712 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:59.730812 [ 95 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:55:59.730845 [ 95 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.730848 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} executeQuery: Read 95 rows, 7.60 KiB in 0.001148 sec., 82752.61324041813 rows/sec., 6.46 MiB/sec. 2026.01.13 17:55:59.730864 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.730899 [ 276 ] {1117f0a0-c00c-4436-a5e1-6fb9f32bce92} TCPHandler: Processed in 0.001319793 sec. 2026.01.13 17:55:59.730901 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:55:59.730974 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:55:59.731039 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.731085 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:59.731122 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1250 rows starting from the beginning of the part 2026.01.13 17:55:59.731137 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:59.731184 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 95 rows starting from the beginning of the part 2026.01.13 17:55:59.731188 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:55:59.731185 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:55:59.731240 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 689 rows starting from the beginning of the part 2026.01.13 17:55:59.731279 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_26_5} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:55:59.731289 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 99 rows starting from the beginning of the part 2026.01.13 17:55:59.731332 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 689 rows starting from the beginning of the part 2026.01.13 17:55:59.731367 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.13 17:55:59.731374 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 95 rows starting from the beginning of the part 2026.01.13 17:55:59.731655 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.731695 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.732046 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:55:59.732243 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:59.732340 [ 95 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:55:59.732369 [ 95 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.732371 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2026.01.13 17:55:59.732385 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.732418 [ 276 ] {74867483-ea51-43f6-8e21-850b60e32648} TCPHandler: Processed in 0.001462657 sec. 2026.01.13 17:55:59.732475 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:55:59.732495 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2917 rows, containing 5 columns (5 merged, 0 gathered) in 0.001605359 sec., 1817039.0548157764 rows/sec., 137.13 MiB/sec. 2026.01.13 17:55:59.732524 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.732559 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:59.732588 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7469 rows starting from the beginning of the part 2026.01.13 17:55:59.732611 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:55:59.732632 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.01.13 17:55:59.732666 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} 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.13 17:55:59.732673 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2026.01.13 17:55:59.732717 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part 2026.01.13 17:55:59.732733 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:55:59.732751 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 314 rows starting from the beginning of the part 2026.01.13 17:55:59.732794 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:55:59.733181 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:55:59.733274 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_26_5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:55:59.733374 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:55:59.733608 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.733650 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.734254 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:55:59.734487 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:55:59.734625 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} executeQuery: Read 31 rows, 56.88 KiB in 0.001982 sec., 15640.766902119072 rows/sec., 28.03 MiB/sec. 2026.01.13 17:55:59.734677 [ 276 ] {22ef9e1b-5192-4e54-ae09-2b7e6a9756c9} TCPHandler: Processed in 0.002155919 sec. 2026.01.13 17:55:59.734799 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:55:59.734897 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:55:59.734939 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:55:59.735290 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.735327 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.735665 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:55:59.735857 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8579 rows, containing 5 columns (5 merged, 0 gathered) in 0.003374841 sec., 2542045.684522619 rows/sec., 171.42 MiB/sec. 2026.01.13 17:55:59.735877 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:59.735984 [ 95 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:55:59.736013 [ 95 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:55:59.736015 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.01.13 17:55:59.736031 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:55:59.736055 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:55:59.736064 [ 276 ] {c3129073-4e07-4653-9f1e-91773c2bc5fb} TCPHandler: Processed in 0.001312054 sec. 2026.01.13 17:55:59.736110 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:59.736204 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:55:59.736230 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1388 rows starting from the beginning of the part 2026.01.13 17:55:59.736271 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:59.736307 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2026.01.13 17:55:59.736339 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:59.736372 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2026.01.13 17:55:59.736387 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:55:59.736405 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:55:59.736476 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_26_5} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:55:59.736565 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.01.13 17:55:59.737192 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1776 rows, containing 4 columns (4 merged, 0 gathered) in 0.00112961 sec., 1572224.0419259744 rows/sec., 100.82 MiB/sec. 2026.01.13 17:55:59.737500 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:55:59.737904 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:55:59.737996 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_26_5} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:55:59.738115 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.13 17:56:02.236787 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.237039 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.237133 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:56:02.238125 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.238171 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.238596 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:56:02.238820 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:56:02.238998 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} executeQuery: Read 410 rows, 26.63 KiB in 0.002028 sec., 202169.62524654833 rows/sec., 12.82 MiB/sec. 2026.01.13 17:56:02.239049 [ 276 ] {47233db8-ec14-4057-ad8b-168761b0b304} TCPHandler: Processed in 0.002415723 sec. 2026.01.13 17:56:02.239203 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.239305 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:56:02.239349 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:56:02.239766 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.239804 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.240156 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.13 17:56:02.240373 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:56:02.240505 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} executeQuery: Read 10 rows, 835.00 B in 0.001223 sec., 8176.6148814390845 rows/sec., 666.75 KiB/sec. 2026.01.13 17:56:02.240541 [ 276 ] {c5a90588-5321-4b9a-b482-fbed76318e7b} TCPHandler: Processed in 0.001388795 sec. 2026.01.13 17:56:02.240662 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.240756 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:02.240794 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:02.241993 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.242030 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.242421 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:02.242608 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:02.242729 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} executeQuery: Read 2277 rows, 188.78 KiB in 0.002038 sec., 1117271.835132483 rows/sec., 90.46 MiB/sec. 2026.01.13 17:56:02.242766 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:56:02.242777 [ 276 ] {194e7bbb-8021-49d7-a849-634fa9f2d17b} TCPHandler: Processed in 0.00221428 sec. 2026.01.13 17:56:02.242890 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.243042 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.243081 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:02.243539 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.243575 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.243866 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:56:02.244069 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:02.244198 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} executeQuery: Read 225 rows, 13.77 KiB in 0.001175 sec., 191489.36170212764 rows/sec., 11.44 MiB/sec. 2026.01.13 17:56:02.244234 [ 276 ] {34869d79-8004-47ed-940f-5751cbe6dacc} TCPHandler: Processed in 0.001333564 sec. 2026.01.13 17:56:02.244343 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.244435 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.244473 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:56:02.244963 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.244999 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.245310 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:56:02.245519 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:02.245624 [ 91 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.13 17:56:02.245643 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} executeQuery: Read 440 rows, 29.81 KiB in 0.001225 sec., 359183.67346938775 rows/sec., 23.76 MiB/sec. 2026.01.13 17:56:02.245690 [ 91 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.245698 [ 276 ] {90676295-5738-4ed8-a89c-5cf8bc03747f} TCPHandler: Processed in 0.001402165 sec. 2026.01.13 17:56:02.245723 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.245824 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.245856 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:56:02.245921 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.245965 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:56:02.245994 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:02.246030 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 464 rows starting from the beginning of the part 2026.01.13 17:56:02.246092 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2026.01.13 17:56:02.246134 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 440 rows starting from the beginning of the part 2026.01.13 17:56:02.246175 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2026.01.13 17:56:02.246213 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2026.01.13 17:56:02.246257 [ 198 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 440 rows starting from the beginning of the part 2026.01.13 17:56:02.246424 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.246465 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.246787 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:56:02.247007 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:56:02.247143 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} executeQuery: Read 211 rows, 12.27 KiB in 0.001239 sec., 170298.62792574655 rows/sec., 9.67 MiB/sec. 2026.01.13 17:56:02.247179 [ 276 ] {34574290-8b51-4488-bbfa-95b033e093fb} TCPHandler: Processed in 0.001402766 sec. 2026.01.13 17:56:02.247300 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.247341 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539227 sec., 1286359.9715961323 rows/sec., 89.58 MiB/sec. 2026.01.13 17:56:02.247422 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:02.247476 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:02.247532 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.13 17:56:02.247833 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:02.247920 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_11_2} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.13 17:56:02.248000 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.01.13 17:56:02.248285 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.248328 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.248704 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:02.248915 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:02.249048 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} executeQuery: Read 1155 rows, 84.37 KiB in 0.00165 sec., 700000 rows/sec., 49.94 MiB/sec. 2026.01.13 17:56:02.249087 [ 276 ] {7f2c1f7f-4f7d-4f07-b22a-c6a4673255e1} TCPHandler: Processed in 0.001849033 sec. 2026.01.13 17:56:02.249202 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.249296 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:56:02.249338 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:56:02.249666 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.249702 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.249997 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:56:02.250198 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:56:02.250328 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2026.01.13 17:56:02.250364 [ 276 ] {41a1ab9b-1d6f-42bf-ad56-63af399f4044} TCPHandler: Processed in 0.001212612 sec. 2026.01.13 17:56:02.250491 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.250613 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.250665 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:02.251346 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.251393 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.251837 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:02.252050 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:02.252178 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} executeQuery: Read 929 rows, 62.96 KiB in 0.001599 sec., 580988.1175734835 rows/sec., 38.45 MiB/sec. 2026.01.13 17:56:02.252214 [ 276 ] {9e895968-b1f8-4e8a-8be9-c45c6ded29ce} TCPHandler: Processed in 0.001794652 sec. 2026.01.13 17:56:02.252318 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.252407 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.252446 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:56:02.252742 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.252774 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.253117 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:56:02.253323 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:56:02.253420 [ 91 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.13 17:56:02.253451 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.01.13 17:56:02.253452 [ 91 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.253491 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.253495 [ 276 ] {4267d10d-c3a3-4a2b-8c07-d3707f7b08a6} TCPHandler: Processed in 0.001205292 sec. 2026.01.13 17:56:02.253588 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.253633 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.253690 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:02.253727 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.01.13 17:56:02.253754 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.253788 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.253819 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} 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.13 17:56:02.253836 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.253881 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.253921 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.253964 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:56:02.254703 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.254745 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.254755 [ 195 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001208242 sec., 8276.487657273956 rows/sec., 557.69 KiB/sec. 2026.01.13 17:56:02.254859 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.13 17:56:02.255092 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:56:02.255150 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_10_2} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.13 17:56:02.255203 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.01.13 17:56:02.255255 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:56:02.255474 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:02.255613 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} executeQuery: Read 10 rows, 18.35 KiB in 0.001884 sec., 5307.855626326964 rows/sec., 9.51 MiB/sec. 2026.01.13 17:56:02.255672 [ 276 ] {7869a7ca-8db2-4cd5-b681-6a1d94884440} TCPHandler: Processed in 0.002097438 sec. 2026.01.13 17:56:02.255781 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:02.255874 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:02.255914 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:02.256238 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:02.256274 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:02.256568 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:02.256772 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:02.256892 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} executeQuery: Read 76 rows, 4.59 KiB in 0.001036 sec., 73359.07335907336 rows/sec., 4.32 MiB/sec. 2026.01.13 17:56:02.256926 [ 276 ] {49b3ce18-bed4-422d-ad64-68f1bb27d37b} TCPHandler: Processed in 0.001191902 sec. 2026.01.13 17:56:03.062148 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 642 2026.01.13 17:56:03.064945 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:03.064995 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:03.066207 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:56:03.066476 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:03.066718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 642 2026.01.13 17:56:04.721340 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:04.721519 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:04.721581 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:04.722238 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:04.722279 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:04.722660 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:04.722875 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:04.723023 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} executeQuery: Read 56 rows, 4.41 KiB in 0.001551 sec., 36105.73823339781 rows/sec., 2.77 MiB/sec. 2026.01.13 17:56:04.723063 [ 276 ] {032a2ee9-9ba6-4d40-a1d7-d3e632788f0b} TCPHandler: Processed in 0.001847733 sec. 2026.01.13 17:56:04.723186 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:04.723274 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:04.723311 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:04.723701 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:04.723734 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:04.724005 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:04.724267 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:04.724389 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} executeQuery: Read 64 rows, 5.12 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 4.45 MiB/sec. 2026.01.13 17:56:04.724425 [ 276 ] {32cf6bee-d96d-4703-9e6a-378c3fc5d020} TCPHandler: Processed in 0.001280203 sec. 2026.01.13 17:56:04.724539 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:04.724632 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:04.724674 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:04.725036 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:04.725071 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:04.725377 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:04.725572 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:04.725692 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} executeQuery: Read 74 rows, 5.27 KiB in 0.001079 sec., 68582.0203892493 rows/sec., 4.77 MiB/sec. 2026.01.13 17:56:04.725727 [ 276 ] {217658a4-4273-4acd-8a14-70db4d975035} TCPHandler: Processed in 0.001234852 sec. 2026.01.13 17:56:04.725838 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:04.725930 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:04.725969 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:04.726306 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:04.726340 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:04.726632 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:04.726828 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:04.726949 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} executeQuery: Read 28 rows, 1.94 KiB in 0.001037 sec., 27000.964320154293 rows/sec., 1.82 MiB/sec. 2026.01.13 17:56:04.726983 [ 276 ] {4c583df7-67cc-4238-bd55-390968f2a438} TCPHandler: Processed in 0.001192071 sec. 2026.01.13 17:56:05.537310 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9083 2026.01.13 17:56:05.538049 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:05.538133 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:05.538684 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:56:05.538921 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:05.539069 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9083 2026.01.13 17:56:06.002336 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.13 17:56:06.019616 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:06.019667 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.59 GiB. 2026.01.13 17:56:06.025793 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:56:06.026532 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:06.029664 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.13 17:56:09.727000 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.727221 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:09.727296 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:09.728013 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.728064 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.728470 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:09.728706 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:09.728858 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} executeQuery: Read 118 rows, 10.26 KiB in 0.001692 sec., 69739.95271867613 rows/sec., 5.92 MiB/sec. 2026.01.13 17:56:09.728899 [ 276 ] {b2e273b8-c374-487d-97b3-140e70a96764} TCPHandler: Processed in 0.002052757 sec. 2026.01.13 17:56:09.729029 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.729123 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:09.729165 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:09.729581 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.729618 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.729945 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:56:09.730164 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:09.730298 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} executeQuery: Read 31 rows, 2.33 KiB in 0.001194 sec., 25963.14907872697 rows/sec., 1.91 MiB/sec. 2026.01.13 17:56:09.730337 [ 276 ] {a6aa3e5a-9ea0-46b3-828f-6ec2450ad579} TCPHandler: Processed in 0.001359414 sec. 2026.01.13 17:56:09.730452 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.730545 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:09.730586 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:09.731026 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.731063 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.731377 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:09.731597 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:09.731722 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} executeQuery: Read 95 rows, 7.60 KiB in 0.001194 sec., 79564.4891122278 rows/sec., 6.21 MiB/sec. 2026.01.13 17:56:09.731758 [ 276 ] {2021ff95-4d0b-4ca6-8364-f8bc8867ed60} TCPHandler: Processed in 0.001356914 sec. 2026.01.13 17:56:09.731873 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.731966 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:09.732010 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:09.732420 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.732456 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.732807 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:09.733024 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:09.733151 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2026.01.13 17:56:09.733188 [ 276 ] {b0b977df-9426-4b2b-ba7a-d0c3e3a24c2e} TCPHandler: Processed in 0.001365005 sec. 2026.01.13 17:56:09.733289 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.733382 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:09.733437 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} 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.13 17:56:09.734274 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.734311 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.734881 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:56:09.735105 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:09.735247 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} executeQuery: Read 31 rows, 56.88 KiB in 0.001882 sec., 16471.83846971307 rows/sec., 29.52 MiB/sec. 2026.01.13 17:56:09.735309 [ 276 ] {e40cb160-6312-407b-856a-da8cdf83b84f} TCPHandler: Processed in 0.002067897 sec. 2026.01.13 17:56:09.735424 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:09.735516 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:09.735557 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:09.735892 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:09.735928 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:09.736235 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:09.736472 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:09.736604 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.01.13 17:56:09.736640 [ 276 ] {d55b4438-b259-4a61-a137-29c92565e074} TCPHandler: Processed in 0.001266233 sec. 2026.01.13 17:56:12.951193 [ 75 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:56:12.951245 [ 75 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:56:13.039144 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9595 2026.01.13 17:56:13.039722 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:13.039770 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:13.040321 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:56:13.040543 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:13.040674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9595 2026.01.13 17:56:13.066966 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 662 2026.01.13 17:56:13.068927 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:13.068967 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:13.070123 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:56:13.070384 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:13.070620 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 662 2026.01.13 17:56:13.149051 [ 75 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.01.13 17:56:13.149110 [ 75 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:13.149132 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:13.149233 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:56:13.149343 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:13.149377 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:56:13.149439 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:56:13.149486 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:56:13.149529 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::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.13 17:56:13.149570 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.01.13 17:56:13.150324 [ 201 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001134011 sec., 52909.53967818654 rows/sec., 2.70 MiB/sec. 2026.01.13 17:56:13.150454 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.13 17:56:13.150694 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:56:13.150752 [ 192 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_10_2} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.01.13 17:56:13.150814 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:56:13.529760 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.13 17:56:13.546321 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:13.546379 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:13.552945 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:56:13.553660 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:13.556562 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.13 17:56:14.737385 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.737690 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.737797 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:56:14.738724 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.738773 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.739187 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:56:14.739430 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:56:14.739668 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} executeQuery: Read 410 rows, 26.63 KiB in 0.002053 sec., 199707.74476376033 rows/sec., 12.67 MiB/sec. 2026.01.13 17:56:14.739710 [ 276 ] {55d02cac-1a39-4d4a-8795-45c9bc928fb3} TCPHandler: Processed in 0.002517886 sec. 2026.01.13 17:56:14.739825 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.739920 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:14.739962 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:14.740753 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.740789 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.741165 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:14.741389 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:14.741511 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} executeQuery: Read 1132 rows, 91.85 KiB in 0.00161 sec., 703105.5900621117 rows/sec., 55.71 MiB/sec. 2026.01.13 17:56:14.741549 [ 276 ] {59c7d278-e467-4633-a563-b7deab3be5e6} TCPHandler: Processed in 0.001773532 sec. 2026.01.13 17:56:14.741660 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.741755 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.741795 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:14.742248 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.742283 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.742597 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:56:14.742806 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:14.742899 [ 73 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:56:14.742931 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} executeQuery: Read 215 rows, 13.07 KiB in 0.001194 sec., 180067.0016750419 rows/sec., 10.69 MiB/sec. 2026.01.13 17:56:14.742938 [ 73 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.742961 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.742969 [ 276 ] {033fca29-dfb6-48da-a725-6485fe552f6c} TCPHandler: Processed in 0.001357255 sec. 2026.01.13 17:56:14.743076 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:56:14.743105 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.743213 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.743231 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:14.743253 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:56:14.743271 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 278 rows starting from the beginning of the part 2026.01.13 17:56:14.743343 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 215 rows starting from the beginning of the part 2026.01.13 17:56:14.743392 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:14.743435 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 225 rows starting from the beginning of the part 2026.01.13 17:56:14.743480 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:14.743525 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 215 rows starting from the beginning of the part 2026.01.13 17:56:14.743745 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.743788 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.744207 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:56:14.744431 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:14.744487 [ 192 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 995 rows, containing 5 columns (5 merged, 0 gathered) in 0.001462957 sec., 680129.3544512929 rows/sec., 44.19 MiB/sec. 2026.01.13 17:56:14.744562 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} executeQuery: Read 212 rows, 14.00 KiB in 0.001366 sec., 155197.65739385065 rows/sec., 10.01 MiB/sec. 2026.01.13 17:56:14.744603 [ 276 ] {7651baff-062b-49ac-9cee-050604903e6c} TCPHandler: Processed in 0.001547628 sec. 2026.01.13 17:56:14.744662 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:56:14.744713 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.744807 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.744846 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:56:14.744918 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:14.744980 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_26_5} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:56:14.745055 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:56:14.745299 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.745335 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.745666 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:56:14.745879 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:56:14.746005 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} executeQuery: Read 211 rows, 12.27 KiB in 0.001216 sec., 173519.73684210525 rows/sec., 9.85 MiB/sec. 2026.01.13 17:56:14.746042 [ 276 ] {765305da-7962-4202-9924-f29ad7c023e6} TCPHandler: Processed in 0.001377785 sec. 2026.01.13 17:56:14.746152 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.746245 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:14.746283 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:14.746893 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.746927 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.747274 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:14.747485 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:14.747609 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} executeQuery: Read 689 rows, 49.27 KiB in 0.001382 sec., 498552.82199710567 rows/sec., 34.81 MiB/sec. 2026.01.13 17:56:14.747645 [ 276 ] {4e28a296-2055-4ddc-89bd-142cbe734b0d} TCPHandler: Processed in 0.001542368 sec. 2026.01.13 17:56:14.747745 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.747837 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:56:14.747879 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:56:14.748193 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.748227 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.748525 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:56:14.748736 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:56:14.748870 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} executeQuery: Read 6 rows, 321.00 B in 0.00105 sec., 5714.285714285715 rows/sec., 298.55 KiB/sec. 2026.01.13 17:56:14.748907 [ 276 ] {4cea36e5-2360-447d-81da-f8b24cb8d3bb} TCPHandler: Processed in 0.001210981 sec. 2026.01.13 17:56:14.749027 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.749149 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.749201 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:14.749696 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.749738 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.750146 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:14.750359 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:14.750489 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} executeQuery: Read 314 rows, 21.12 KiB in 0.001365 sec., 230036.63003663006 rows/sec., 15.11 MiB/sec. 2026.01.13 17:56:14.750526 [ 276 ] {9fd276ac-0e51-4c2a-a1b7-1adf6dcdb811} TCPHandler: Processed in 0.001561649 sec. 2026.01.13 17:56:14.750630 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.750724 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.750765 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:56:14.751072 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.751105 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.751402 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:56:14.751606 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:56:14.751732 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2026.01.13 17:56:14.751768 [ 276 ] {6a122d5f-30e4-4592-b42f-170b57f15ed3} TCPHandler: Processed in 0.001187961 sec. 2026.01.13 17:56:14.751886 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.752006 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.752070 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} 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.13 17:56:14.752831 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.752865 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.753378 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:56:14.753604 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:14.753698 [ 73 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:56:14.753728 [ 73 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.753740 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} executeQuery: Read 10 rows, 18.35 KiB in 0.001757 sec., 5691.519635742743 rows/sec., 10.20 MiB/sec. 2026.01.13 17:56:14.753747 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.753799 [ 276 ] {cbf5d2d8-217d-4b41-aca5-0b504bc1e2de} TCPHandler: Processed in 0.001973696 sec. 2026.01.13 17:56:14.753829 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:56:14.753908 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:14.754006 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:14.754047 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:14.754065 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:14.754130 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 394 rows starting from the beginning of the part 2026.01.13 17:56:14.754255 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 10 rows starting from the beginning of the part 2026.01.13 17:56:14.754364 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:14.754373 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:14.754413 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:14.754474 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 10 rows starting from the beginning of the part 2026.01.13 17:56:14.754586 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:14.754690 [ 199 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 10 rows starting from the beginning of the part 2026.01.13 17:56:14.754765 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:14.754985 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:14.755118 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} executeQuery: Read 104 rows, 6.53 KiB in 0.00113 sec., 92035.3982300885 rows/sec., 5.64 MiB/sec. 2026.01.13 17:56:14.755155 [ 276 ] {7530646a-8c69-41a9-9fcb-c1fc42c50923} TCPHandler: Processed in 0.001296993 sec. 2026.01.13 17:56:14.758031 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 486 rows, containing 19 columns (19 merged, 0 gathered) in 0.004295508 sec., 113141.4491603787 rows/sec., 202.74 MiB/sec. 2026.01.13 17:56:14.759010 [ 186 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:56:14.759439 [ 186 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:14.759526 [ 186 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_26_5} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:56:14.759662 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.01.13 17:56:19.726299 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.726512 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:56:19.726583 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:56:19.727356 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.727401 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.727770 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.13 17:56:19.727992 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:56:19.728140 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} executeQuery: Read 4 rows, 334.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 194.15 KiB/sec. 2026.01.13 17:56:19.728181 [ 276 ] {29e84ae0-c503-4cd0-8c6d-233c424b6ab2} TCPHandler: Processed in 0.002031216 sec. 2026.01.13 17:56:19.728328 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.728421 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:19.728461 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:19.728973 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.729007 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.729310 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:19.729533 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:19.729631 [ 69 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:19.729656 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} executeQuery: Read 120 rows, 10.41 KiB in 0.001253 sec., 95770.15163607342 rows/sec., 8.11 MiB/sec. 2026.01.13 17:56:19.729666 [ 69 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.729687 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.729693 [ 276 ] {8c303c62-7cdf-4da9-9e3b-838de19f7434} TCPHandler: Processed in 0.001429126 sec. 2026.01.13 17:56:19.729820 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.729829 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:56:19.729914 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:19.729957 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:19.729972 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:19.730011 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2464 rows starting from the beginning of the part 2026.01.13 17:56:19.730076 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2277 rows starting from the beginning of the part 2026.01.13 17:56:19.730120 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.01.13 17:56:19.730163 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:56:19.730203 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:56:19.730244 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 120 rows starting from the beginning of the part 2026.01.13 17:56:19.730391 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.730433 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.730755 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:19.730970 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:19.731105 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} executeQuery: Read 35 rows, 2.61 KiB in 0.00121 sec., 28925.619834710746 rows/sec., 2.11 MiB/sec. 2026.01.13 17:56:19.731143 [ 276 ] {cf2e66f6-01df-4f23-a046-8d9a68568ebb} TCPHandler: Processed in 0.001372565 sec. 2026.01.13 17:56:19.731254 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.731348 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:19.731386 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:19.731829 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.731863 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.732171 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:19.732329 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6167 rows, containing 5 columns (5 merged, 0 gathered) in 0.002562546 sec., 2406590.9450991317 rows/sec., 204.36 MiB/sec. 2026.01.13 17:56:19.732386 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:19.732483 [ 69 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:19.732513 [ 69 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.732515 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} executeQuery: Read 99 rows, 7.92 KiB in 0.001186 sec., 83473.86172006745 rows/sec., 6.52 MiB/sec. 2026.01.13 17:56:19.732533 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.732559 [ 276 ] {0fff7964-6937-4a70-8fea-64e883c61231} TCPHandler: Processed in 0.001353854 sec. 2026.01.13 17:56:19.732638 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:19.732647 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:56:19.732680 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.732762 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:19.732779 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:19.732801 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1250 rows starting from the beginning of the part 2026.01.13 17:56:19.732828 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:19.732877 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1155 rows starting from the beginning of the part 2026.01.13 17:56:19.732925 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:19.732934 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2026.01.13 17:56:19.732982 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:56:19.733008 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_31_6} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:19.733026 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 689 rows starting from the beginning of the part 2026.01.13 17:56:19.733069 [ 188 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 99 rows starting from the beginning of the part 2026.01.13 17:56:19.733118 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.13 17:56:19.733261 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.733301 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.733646 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:19.733891 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:19.733984 [ 69 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:19.734006 [ 69 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.734016 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} executeQuery: Read 162 rows, 11.55 KiB in 0.001256 sec., 128980.89171974522 rows/sec., 8.98 MiB/sec. 2026.01.13 17:56:19.734022 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.734053 [ 276 ] {61ccbeea-c0c5-42c1-85c5-5a3459a0248c} TCPHandler: Processed in 0.001421735 sec. 2026.01.13 17:56:19.734099 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:56:19.734160 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.734201 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:19.734236 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8579 rows starting from the beginning of the part 2026.01.13 17:56:19.734260 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:19.734283 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 929 rows starting from the beginning of the part 2026.01.13 17:56:19.734320 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} 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.13 17:56:19.734328 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 74 rows starting from the beginning of the part 2026.01.13 17:56:19.734345 [ 192 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001744011 sec., 1922006.2258781625 rows/sec., 145.45 MiB/sec. 2026.01.13 17:56:19.734376 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:56:19.734419 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 314 rows starting from the beginning of the part 2026.01.13 17:56:19.734454 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 162 rows starting from the beginning of the part 2026.01.13 17:56:19.734558 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:19.734825 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:19.734911 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_31_6} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:19.735009 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.13 17:56:19.735175 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.735216 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.735791 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:56:19.736012 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:19.736151 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} executeQuery: Read 31 rows, 56.88 KiB in 0.00191 sec., 16230.366492146597 rows/sec., 29.08 MiB/sec. 2026.01.13 17:56:19.736204 [ 276 ] {ae7bc825-a6e3-4f5b-bb1e-93306928a317} TCPHandler: Processed in 0.002092978 sec. 2026.01.13 17:56:19.736322 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:19.736415 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:19.736456 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:19.736807 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.736845 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.737217 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:19.737431 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:19.737527 [ 69 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:19.737555 [ 69 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:19.737556 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2026.01.13 17:56:19.737573 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:19.737597 [ 276 ] {137b62fc-3385-40f9-8e0b-e10e70e423b3} TCPHandler: Processed in 0.001325514 sec. 2026.01.13 17:56:19.737661 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:56:19.737684 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10218 rows, containing 5 columns (5 merged, 0 gathered) in 0.003618346 sec., 2823942.2100595133 rows/sec., 190.20 MiB/sec. 2026.01.13 17:56:19.737751 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:19.737780 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1776 rows starting from the beginning of the part 2026.01.13 17:56:19.737819 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 76 rows starting from the beginning of the part 2026.01.13 17:56:19.737851 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 28 rows starting from the beginning of the part 2026.01.13 17:56:19.737878 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:56:19.737908 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2026.01.13 17:56:19.737911 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:19.737938 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.01.13 17:56:19.738155 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:19.738224 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_31_6} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:19.738295 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.01.13 17:56:19.738750 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2104 rows, containing 4 columns (4 merged, 0 gathered) in 0.001136661 sec., 1851035.6209986971 rows/sec., 118.52 MiB/sec. 2026.01.13 17:56:19.739038 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:19.739289 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:19.739368 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_31_6} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:19.739450 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.01.13 17:56:20.540851 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10043 2026.01.13 17:56:20.541534 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:20.541586 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:20.542070 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:56:20.542306 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:20.542455 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10043 2026.01.13 17:56:20.542451 [ 67 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:56:20.542535 [ 67 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:20.542557 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:20.542685 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.542843 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:20.542889 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7675 rows starting from the beginning of the part 2026.01.13 17:56:20.542963 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.543017 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.543064 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.543109 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.543156 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:20.544942 [ 197 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10043 rows, containing 4 columns (4 merged, 0 gathered) in 0.002318381 sec., 4331902.305962652 rows/sec., 61.97 MiB/sec. 2026.01.13 17:56:20.545418 [ 200 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:56:20.545694 [ 200 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:20.545766 [ 200 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_21_4} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:56:20.545857 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.13 17:56:21.056665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.13 17:56:21.074133 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:21.074191 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:21.079800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:56:21.080490 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:21.080811 [ 66 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:56:21.080876 [ 66 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:21.080895 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:21.081005 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.083700 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.13 17:56:21.085043 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:21.086711 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.091717 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.096232 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.100857 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.105044 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.108854 [ 196 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:21.160508 [ 197 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.079554783 sec., 1998.6227603687887 rows/sec., 10.33 MiB/sec. 2026.01.13 17:56:21.162999 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:56:21.165052 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_21_4} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:21.165130 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_21_4} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:56:21.167251 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.13 17:56:22.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.21 MiB, peak 266.75 MiB, free memory in arenas 0.00 B, will set to 258.80 MiB (RSS), difference: 2.59 MiB 2026.01.13 17:56:23.070805 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 698 2026.01.13 17:56:23.073218 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:23.073266 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:23.074448 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:56:23.074715 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:23.074966 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 698 2026.01.13 17:56:24.737121 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.737405 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.737499 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:56:24.738363 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.738403 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.738790 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:56:24.739030 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:56:24.739181 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} executeQuery: Read 410 rows, 26.63 KiB in 0.001845 sec., 222222.22222222222 rows/sec., 14.10 MiB/sec. 2026.01.13 17:56:24.739221 [ 276 ] {35214dfc-5a60-493f-bbf0-4401caba1fcf} TCPHandler: Processed in 0.002263911 sec. 2026.01.13 17:56:24.739369 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.739462 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:24.739502 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:24.740426 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.740467 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.740843 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:24.741053 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:24.741177 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} executeQuery: Read 1132 rows, 91.85 KiB in 0.001734 sec., 652825.8362168396 rows/sec., 51.73 MiB/sec. 2026.01.13 17:56:24.741214 [ 276 ] {ce22388a-143a-4b7d-99b5-0a454442fca1} TCPHandler: Processed in 0.001901635 sec. 2026.01.13 17:56:24.741339 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.741436 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.741474 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:24.741992 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.742027 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.742327 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:24.742531 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:24.742656 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} executeQuery: Read 215 rows, 13.07 KiB in 0.001238 sec., 173667.20516962843 rows/sec., 10.31 MiB/sec. 2026.01.13 17:56:24.742692 [ 276 ] {b855a85e-2ea3-4363-8028-39bf4889eba3} TCPHandler: Processed in 0.001400245 sec. 2026.01.13 17:56:24.742802 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.742894 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.742932 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:56:24.743419 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.743455 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.743762 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:56:24.743966 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:24.744102 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} executeQuery: Read 212 rows, 14.00 KiB in 0.001226 sec., 172920.0652528548 rows/sec., 11.15 MiB/sec. 2026.01.13 17:56:24.744139 [ 276 ] {edb02e72-3d2e-461e-86bd-cf75c9149eba} TCPHandler: Processed in 0.001383735 sec. 2026.01.13 17:56:24.744239 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.744332 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.744370 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:56:24.744861 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.744898 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.745203 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:56:24.745411 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:56:24.745535 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} executeQuery: Read 211 rows, 12.27 KiB in 0.001222 sec., 172667.75777414074 rows/sec., 9.81 MiB/sec. 2026.01.13 17:56:24.745573 [ 276 ] {fc3dfd1a-01db-4488-82c3-d82ce45ccf32} TCPHandler: Processed in 0.001381855 sec. 2026.01.13 17:56:24.745673 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.745765 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:24.745804 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:24.746458 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.746496 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.746830 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:24.747035 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:24.747161 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} executeQuery: Read 689 rows, 49.27 KiB in 0.001414 sec., 487270.1555869873 rows/sec., 34.03 MiB/sec. 2026.01.13 17:56:24.747198 [ 276 ] {2076075c-4456-4a26-a580-28c4455ef8d1} TCPHandler: Processed in 0.001572438 sec. 2026.01.13 17:56:24.747307 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.747408 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:56:24.747449 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:56:24.747817 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.747860 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.748219 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:56:24.748460 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:56:24.748595 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} executeQuery: Read 6 rows, 321.00 B in 0.001206 sec., 4975.124378109453 rows/sec., 259.93 KiB/sec. 2026.01.13 17:56:24.748632 [ 276 ] {9579179b-235f-4425-9d75-2661ba27ef59} TCPHandler: Processed in 0.001373025 sec. 2026.01.13 17:56:24.748738 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.748838 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.748881 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:24.749312 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.749349 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.749687 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:24.749893 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:24.750026 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} executeQuery: Read 314 rows, 21.12 KiB in 0.001207 sec., 260149.13007456504 rows/sec., 17.09 MiB/sec. 2026.01.13 17:56:24.750063 [ 276 ] {f2841b67-1eba-45df-86c3-61b1cbae8efc} TCPHandler: Processed in 0.001376855 sec. 2026.01.13 17:56:24.750177 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.750290 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.750338 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:56:24.750697 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.750732 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.751015 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:56:24.751213 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:56:24.751335 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2026.01.13 17:56:24.751370 [ 276 ] {9acfce1a-8605-412a-b14a-f9998f5541fe} TCPHandler: Processed in 0.001250582 sec. 2026.01.13 17:56:24.751487 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.751606 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.751670 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} 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.13 17:56:24.752529 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.752564 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.753051 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:56:24.753266 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:24.753397 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} executeQuery: Read 10 rows, 18.35 KiB in 0.001816 sec., 5506.607929515419 rows/sec., 9.87 MiB/sec. 2026.01.13 17:56:24.753448 [ 276 ] {ccdf3dd7-92bf-4751-8c57-bafa015001dc} TCPHandler: Processed in 0.002019626 sec. 2026.01.13 17:56:24.753562 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:24.753654 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:24.753694 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:24.754019 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:24.754054 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:24.754368 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:24.754575 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:24.754695 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} executeQuery: Read 104 rows, 6.53 KiB in 0.001059 sec., 98205.85457979226 rows/sec., 6.02 MiB/sec. 2026.01.13 17:56:24.754730 [ 276 ] {96a09651-75f4-486e-a34d-90959a054f3b} TCPHandler: Processed in 0.001216932 sec. 2026.01.13 17:56:27.951323 [ 57 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:56:27.951396 [ 57 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:56:28.042578 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10555 2026.01.13 17:56:28.043352 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:28.043422 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:28.044265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:56:28.044524 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:28.044655 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10555 2026.01.13 17:56:28.583832 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.13 17:56:28.598793 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:28.598861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:28.605366 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:56:28.606209 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:28.609833 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.13 17:56:29.726530 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.726807 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:29.726872 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:29.727532 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.727575 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.728008 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:29.728239 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:29.728389 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} executeQuery: Read 118 rows, 10.26 KiB in 0.00163 sec., 72392.63803680982 rows/sec., 6.15 MiB/sec. 2026.01.13 17:56:29.728430 [ 276 ] {29532eff-8836-4fbe-9124-f2a185042baa} TCPHandler: Processed in 0.002078398 sec. 2026.01.13 17:56:29.728550 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.728645 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:29.728685 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:29.729092 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.729129 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.729435 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:29.729668 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:29.729797 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} executeQuery: Read 31 rows, 2.33 KiB in 0.001171 sec., 26473.099914602906 rows/sec., 1.94 MiB/sec. 2026.01.13 17:56:29.729834 [ 276 ] {be8c30ff-658a-4957-a310-e8d41745bd25} TCPHandler: Processed in 0.001332914 sec. 2026.01.13 17:56:29.729941 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.730034 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:29.730073 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:29.730511 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.730548 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.730870 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:29.731087 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:29.731214 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} executeQuery: Read 95 rows, 7.60 KiB in 0.001197 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.13 17:56:29.731251 [ 276 ] {97dad759-d0cd-43b4-b04c-ec68d3742ec8} TCPHandler: Processed in 0.001358045 sec. 2026.01.13 17:56:29.731366 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.731459 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:29.731502 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:29.731917 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.731953 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.732289 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:29.732497 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:29.732629 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.01.13 17:56:29.732665 [ 276 ] {0f3a1b91-4cc6-47bc-baf9-459ca4dd0ac3} TCPHandler: Processed in 0.001347844 sec. 2026.01.13 17:56:29.732789 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.732914 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:29.732980 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} 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.13 17:56:29.733884 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.733920 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.734493 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:56:29.734721 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:29.734857 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} executeQuery: Read 31 rows, 56.88 KiB in 0.001968 sec., 15752.032520325201 rows/sec., 28.23 MiB/sec. 2026.01.13 17:56:29.734910 [ 276 ] {2794cfd8-2d9e-459d-8601-39ef70f98a53} TCPHandler: Processed in 0.00218364 sec. 2026.01.13 17:56:29.735024 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:29.735120 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:29.735161 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:29.735494 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:29.735529 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:29.735837 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:29.736038 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:29.736165 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.13 17:56:29.736201 [ 276 ] {b2542f7c-72d8-4259-84d9-4c42ef81e264} TCPHandler: Processed in 0.001227012 sec. 2026.01.13 17:56:32.280982 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.281159 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.281230 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:56:32.281843 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.281892 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.282273 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:56:32.282507 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:56:32.282654 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} executeQuery: Read 24 rows, 2.04 KiB in 0.001543 sec., 15554.115359688916 rows/sec., 1.29 MiB/sec. 2026.01.13 17:56:32.282696 [ 276 ] {f942abf8-cb78-47d9-9487-c29e4fb44225} TCPHandler: Processed in 0.001850154 sec. 2026.01.13 17:56:32.282818 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.282912 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:32.282954 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:32.283860 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.283897 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.284380 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:32.284603 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:32.284735 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} executeQuery: Read 1336 rows, 114.44 KiB in 0.001841 sec., 725692.5583921782 rows/sec., 60.70 MiB/sec. 2026.01.13 17:56:32.284772 [ 276 ] {967334b4-a32f-4d3c-84fa-9fc245623b39} TCPHandler: Processed in 0.002001756 sec. 2026.01.13 17:56:32.284894 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.284988 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.285027 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:32.285427 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.285464 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.285765 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:32.285972 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:32.286099 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} executeQuery: Read 22 rows, 1.71 KiB in 0.001129 sec., 19486.271036315324 rows/sec., 1.48 MiB/sec. 2026.01.13 17:56:32.286135 [ 276 ] {67c190bd-8bb5-4ff7-95b9-e70ec36fce20} TCPHandler: Processed in 0.001288954 sec. 2026.01.13 17:56:32.286247 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.286340 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.286379 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:56:32.286822 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.286858 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.287155 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:56:32.287362 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:32.287484 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} executeQuery: Read 252 rows, 17.85 KiB in 0.001162 sec., 216867.46987951806 rows/sec., 15.00 MiB/sec. 2026.01.13 17:56:32.287519 [ 276 ] {c06ee022-6577-4ff2-a3d4-ff710f3edf0d} TCPHandler: Processed in 0.001319574 sec. 2026.01.13 17:56:32.287631 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.287724 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.287762 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:56:32.288147 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.288189 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.288477 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:56:32.288680 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:56:32.288802 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} executeQuery: Read 12 rows, 960.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 855.38 KiB/sec. 2026.01.13 17:56:32.288838 [ 276 ] {59e7dc26-e143-4a93-9d50-90f4557a2ba6} TCPHandler: Processed in 0.001254322 sec. 2026.01.13 17:56:32.288946 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.289039 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:32.289078 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:32.289644 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.289680 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.290005 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:32.290215 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:32.290347 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} executeQuery: Read 566 rows, 43.46 KiB in 0.001326 sec., 426847.6621417798 rows/sec., 32.01 MiB/sec. 2026.01.13 17:56:32.290384 [ 276 ] {b78e8dd9-10e1-4dde-8aa6-a9d0c3a1d739} TCPHandler: Processed in 0.001484757 sec. 2026.01.13 17:56:32.290501 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.290596 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.290639 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:32.291220 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.291258 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.291620 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:32.291836 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:32.291969 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} executeQuery: Read 960 rows, 68.55 KiB in 0.00139 sec., 690647.4820143885 rows/sec., 48.16 MiB/sec. 2026.01.13 17:56:32.292007 [ 276 ] {b31648ea-a897-4747-9e43-c9601d3fc521} TCPHandler: Processed in 0.001553408 sec. 2026.01.13 17:56:32.292124 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.292220 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.292272 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} 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.13 17:56:32.292988 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.293022 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.293593 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:56:32.293813 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:32.293947 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} executeQuery: Read 10 rows, 18.35 KiB in 0.001748 sec., 5720.823798627002 rows/sec., 10.25 MiB/sec. 2026.01.13 17:56:32.293999 [ 276 ] {4aefdff0-38fa-4122-a0d8-c40eb0886701} TCPHandler: Processed in 0.001921044 sec. 2026.01.13 17:56:32.294110 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:32.294204 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:32.294245 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:32.294580 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:32.294617 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:32.294919 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:32.295137 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:32.295265 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} executeQuery: Read 36 rows, 2.48 KiB in 0.001079 sec., 33364.22613531047 rows/sec., 2.25 MiB/sec. 2026.01.13 17:56:32.295303 [ 276 ] {baa3bcdd-ee16-4ee3-914c-4dcf1cf1f0a5} TCPHandler: Processed in 0.001239603 sec. 2026.01.13 17:56:33.075257 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 750 2026.01.13 17:56:33.078067 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:33.078112 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:33.079379 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:56:33.079628 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:33.079831 [ 51 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:56:33.079881 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 750 2026.01.13 17:56:33.079921 [ 51 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:33.079951 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:33.080108 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:56:33.080712 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:33.080844 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 548 rows starting from the beginning of the part 2026.01.13 17:56:33.081275 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2026.01.13 17:56:33.081622 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 58 rows starting from the beginning of the part 2026.01.13 17:56:33.082000 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 20 rows starting from the beginning of the part 2026.01.13 17:56:33.082339 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.01.13 17:56:33.082687 [ 189 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:56:33.088781 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 750 rows, containing 72 columns (72 merged, 0 gathered) in 0.008727607 sec., 85934.2085407833 rows/sec., 75.07 MiB/sec. 2026.01.13 17:56:33.090053 [ 198 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:56:33.090744 [ 198 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:33.090820 [ 198 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_16_3} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:56:33.091094 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2026.01.13 17:56:34.720226 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:34.720423 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:34.720489 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:34.721211 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:34.721247 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:34.721678 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:34.721902 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:34.722050 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} executeQuery: Read 56 rows, 4.41 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.57 MiB/sec. 2026.01.13 17:56:34.722091 [ 276 ] {5876e558-92f9-42a8-81fb-98e755d75023} TCPHandler: Processed in 0.001998646 sec. 2026.01.13 17:56:34.722223 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:34.722325 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:34.722364 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:34.722864 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:34.722900 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:34.723195 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:34.723408 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:34.723533 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} executeQuery: Read 64 rows, 5.12 KiB in 0.001227 sec., 52159.73920130399 rows/sec., 4.07 MiB/sec. 2026.01.13 17:56:34.723570 [ 276 ] {894a44c5-dfee-4e5d-8e64-40d772b14003} TCPHandler: Processed in 0.001394765 sec. 2026.01.13 17:56:34.723695 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:34.723797 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:34.723841 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:34.724277 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:34.724315 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:34.724646 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:34.724862 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:34.724985 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} executeQuery: Read 64 rows, 4.56 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 3.69 MiB/sec. 2026.01.13 17:56:34.725022 [ 276 ] {9914c33a-184f-4a31-8e79-c487db9d2f50} TCPHandler: Processed in 0.001374984 sec. 2026.01.13 17:56:34.725145 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:34.725240 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:34.725280 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:34.725603 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:34.725639 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:34.725934 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:34.726139 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:34.726264 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} executeQuery: Read 24 rows, 1.66 KiB in 0.001042 sec., 23032.629558541266 rows/sec., 1.55 MiB/sec. 2026.01.13 17:56:34.726298 [ 276 ] {12d3d60c-6e59-40ff-a2be-544bb54d7067} TCPHandler: Processed in 0.001201691 sec. 2026.01.13 17:56:35.544874 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11003 2026.01.13 17:56:35.545533 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:35.545601 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:35.546283 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:56:35.546513 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:35.546644 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11003 2026.01.13 17:56:36.110035 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.13 17:56:36.128176 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:36.128245 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:36.134863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:56:36.135608 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:36.139123 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.13 17:56:39.392204 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55017 2026.01.13 17:56:39.392313 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.392340 [ 287 ] {} TCP-Session: 0d85ab14-f9de-4519-a188-091476f5e2da Authenticating user 'default' from [fd00:1122:3344:101::e]:55017 2026.01.13 17:56:39.392362 [ 287 ] {} TCP-Session: 0d85ab14-f9de-4519-a188-091476f5e2da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392377 [ 287 ] {} TCP-Session: 0d85ab14-f9de-4519-a188-091476f5e2da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392565 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40530 2026.01.13 17:56:39.392589 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54726 2026.01.13 17:56:39.392637 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45276 2026.01.13 17:56:39.392649 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33836 2026.01.13 17:56:39.392664 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62105 2026.01.13 17:56:39.392706 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.392752 [ 287 ] {} TCP-Session: 0d85ab14-f9de-4519-a188-091476f5e2da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.392756 [ 289 ] {} TCP-Session: 2bc34774-8d68-4204-bff2-0330b1836527 Authenticating user 'default' from [fd00:1122:3344:101::e]:40530 2026.01.13 17:56:39.392670 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38060 2026.01.13 17:56:39.392812 [ 289 ] {} TCP-Session: 2bc34774-8d68-4204-bff2-0330b1836527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392638 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34017 2026.01.13 17:56:39.392873 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.392853 [ 289 ] {} TCP-Session: 2bc34774-8d68-4204-bff2-0330b1836527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392922 [ 293 ] {} TCP-Session: 537b5bc9-1e27-42e7-ab40-8fe619d44333 Authenticating user 'default' from [fd00:1122:3344:101::e]:45276 2026.01.13 17:56:39.392934 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.392947 [ 293 ] {} TCP-Session: 537b5bc9-1e27-42e7-ab40-8fe619d44333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392968 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} executeQuery: (from [fd00:1122:3344:101::e]:55017) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:56:39.392983 [ 293 ] {} TCP-Session: 537b5bc9-1e27-42e7-ab40-8fe619d44333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392996 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.392998 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.393036 [ 275 ] {} TCP-Session: 6ffc19e2-8320-44bf-aa03-563d67c55ee3 Authenticating user 'default' from [fd00:1122:3344:101::e]:62105 2026.01.13 17:56:39.392981 [ 294 ] {} TCP-Session: 45c73cc7-d47a-4afe-a81f-6aa7225c3a90 Authenticating user 'default' from [fd00:1122:3344:101::e]:33836 2026.01.13 17:56:39.393063 [ 286 ] {} TCP-Session: 904b4f6b-fde6-4488-90ad-72eff354da9d Authenticating user 'default' from [fd00:1122:3344:101::e]:38060 2026.01.13 17:56:39.393069 [ 275 ] {} TCP-Session: 6ffc19e2-8320-44bf-aa03-563d67c55ee3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393105 [ 286 ] {} TCP-Session: 904b4f6b-fde6-4488-90ad-72eff354da9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393121 [ 275 ] {} TCP-Session: 6ffc19e2-8320-44bf-aa03-563d67c55ee3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393140 [ 286 ] {} TCP-Session: 904b4f6b-fde6-4488-90ad-72eff354da9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393111 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.393093 [ 294 ] {} TCP-Session: 45c73cc7-d47a-4afe-a81f-6aa7225c3a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393193 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.393210 [ 294 ] {} TCP-Session: 45c73cc7-d47a-4afe-a81f-6aa7225c3a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393210 [ 292 ] {} TCP-Session: 72a7e87e-913f-48bc-8dbd-06c33fd100f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34017 2026.01.13 17:56:39.393234 [ 290 ] {} TCP-Session: af7f6e20-c4e4-4c12-b85e-a79f5777e458 Authenticating user 'default' from [fd00:1122:3344:101::e]:54726 2026.01.13 17:56:39.393258 [ 292 ] {} TCP-Session: 72a7e87e-913f-48bc-8dbd-06c33fd100f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393274 [ 290 ] {} TCP-Session: af7f6e20-c4e4-4c12-b85e-a79f5777e458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393285 [ 292 ] {} TCP-Session: 72a7e87e-913f-48bc-8dbd-06c33fd100f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393303 [ 290 ] {} TCP-Session: af7f6e20-c4e4-4c12-b85e-a79f5777e458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.392613 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59191 2026.01.13 17:56:39.393391 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:56:39.393452 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:56:39.393585 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.393611 [ 291 ] {} TCP-Session: 67ca285d-6e14-46f9-9263-202c60921304 Authenticating user 'default' from [fd00:1122:3344:101::e]:59191 2026.01.13 17:56:39.393629 [ 291 ] {} TCP-Session: 67ca285d-6e14-46f9-9263-202c60921304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393642 [ 291 ] {} TCP-Session: 67ca285d-6e14-46f9-9263-202c60921304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.393775 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:56:39.394880 [ 317 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} AggregatingTransform: Aggregating 2026.01.13 17:56:39.394918 [ 317 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} Aggregator: Aggregation method: without_key 2026.01.13 17:56:39.394954 [ 317 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001076009 sec. (929.360 rows/sec., 36.30 KiB/sec.) 2026.01.13 17:56:39.394973 [ 317 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} Aggregator: Merging aggregated data 2026.01.13 17:56:39.396209 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} executeQuery: Read 1 rows, 40.00 B in 0.003306 sec., 302.48033877797945 rows/sec., 11.82 KiB/sec. 2026.01.13 17:56:39.396354 [ 287 ] {fa4085ec-7a47-4f6c-85cc-4fa96a129f82} TCPHandler: Processed in 0.003736578 sec. 2026.01.13 17:56:39.396485 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396512 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396523 [ 287 ] {} TCP-Session: 0d85ab14-f9de-4519-a188-091476f5e2da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396541 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396568 [ 289 ] {} TCP-Session: 2bc34774-8d68-4204-bff2-0330b1836527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396581 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396604 [ 290 ] {} TCP-Session: af7f6e20-c4e4-4c12-b85e-a79f5777e458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396643 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396663 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396641 [ 291 ] {} TCP-Session: 67ca285d-6e14-46f9-9263-202c60921304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396706 [ 293 ] {} TCP-Session: 537b5bc9-1e27-42e7-ab40-8fe619d44333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396723 [ 286 ] {} TCP-Session: 904b4f6b-fde6-4488-90ad-72eff354da9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396625 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396602 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396787 [ 275 ] {} TCP-Session: 6ffc19e2-8320-44bf-aa03-563d67c55ee3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396561 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.396811 [ 294 ] {} TCP-Session: 45c73cc7-d47a-4afe-a81f-6aa7225c3a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.396857 [ 292 ] {} TCP-Session: 72a7e87e-913f-48bc-8dbd-06c33fd100f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.559702 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64429 2026.01.13 17:56:39.559826 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.559881 [ 287 ] {} TCP-Session: 55c56a10-ac8f-48e8-bc3f-9598af5d687a Authenticating user 'default' from [fd00:1122:3344:101::e]:64429 2026.01.13 17:56:39.559906 [ 287 ] {} TCP-Session: 55c56a10-ac8f-48e8-bc3f-9598af5d687a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.559918 [ 287 ] {} TCP-Session: 55c56a10-ac8f-48e8-bc3f-9598af5d687a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560110 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65165 2026.01.13 17:56:39.560130 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54072 2026.01.13 17:56:39.560164 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59590 2026.01.13 17:56:39.560175 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60356 2026.01.13 17:56:39.560196 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61191 2026.01.13 17:56:39.560226 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560249 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560243 [ 287 ] {} TCP-Session: 55c56a10-ac8f-48e8-bc3f-9598af5d687a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.560274 [ 289 ] {} TCP-Session: 68ca8777-5f9c-4d06-ab38-edcc64d0494d Authenticating user 'default' from [fd00:1122:3344:101::e]:65165 2026.01.13 17:56:39.560279 [ 293 ] {} TCP-Session: de514cba-3d52-489e-bda2-ff29b012dfa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59590 2026.01.13 17:56:39.560292 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560325 [ 293 ] {} TCP-Session: de514cba-3d52-489e-bda2-ff29b012dfa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560326 [ 289 ] {} TCP-Session: 68ca8777-5f9c-4d06-ab38-edcc64d0494d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560348 [ 286 ] {} TCP-Session: da1b95fa-bf57-4c6a-9bb8-c6d93263dda8 Authenticating user 'default' from [fd00:1122:3344:101::e]:61191 2026.01.13 17:56:39.560359 [ 289 ] {} TCP-Session: 68ca8777-5f9c-4d06-ab38-edcc64d0494d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560385 [ 286 ] {} TCP-Session: da1b95fa-bf57-4c6a-9bb8-c6d93263dda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560292 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560416 [ 286 ] {} TCP-Session: da1b95fa-bf57-4c6a-9bb8-c6d93263dda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560235 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560447 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} executeQuery: (from [fd00:1122:3344:101::e]:64429) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:56:39.560472 [ 291 ] {} TCP-Session: d495948b-79d3-4f0c-bd0a-497e29ce9f01 Authenticating user 'default' from [fd00:1122:3344:101::e]:54072 2026.01.13 17:56:39.560436 [ 294 ] {} TCP-Session: 92d35169-3bca-4591-bba1-0f8f94dcea07 Authenticating user 'default' from [fd00:1122:3344:101::e]:60356 2026.01.13 17:56:39.560494 [ 291 ] {} TCP-Session: d495948b-79d3-4f0c-bd0a-497e29ce9f01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560514 [ 294 ] {} TCP-Session: 92d35169-3bca-4591-bba1-0f8f94dcea07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560527 [ 291 ] {} TCP-Session: d495948b-79d3-4f0c-bd0a-497e29ce9f01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560539 [ 294 ] {} TCP-Session: 92d35169-3bca-4591-bba1-0f8f94dcea07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560190 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46052 2026.01.13 17:56:39.560352 [ 293 ] {} TCP-Session: de514cba-3d52-489e-bda2-ff29b012dfa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560112 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47052 2026.01.13 17:56:39.560164 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41711 2026.01.13 17:56:39.560633 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560686 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560702 [ 275 ] {} TCP-Session: c5934a05-8edf-4a2c-a426-5b3ae63d3326 Authenticating user 'default' from [fd00:1122:3344:101::e]:46052 2026.01.13 17:56:39.560713 [ 290 ] {} TCP-Session: d77022bf-5e93-408c-bc38-3a55410c47c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:47052 2026.01.13 17:56:39.560725 [ 275 ] {} TCP-Session: c5934a05-8edf-4a2c-a426-5b3ae63d3326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560742 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.560758 [ 275 ] {} TCP-Session: c5934a05-8edf-4a2c-a426-5b3ae63d3326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560782 [ 292 ] {} TCP-Session: fd4ae0a6-d55a-46c2-a05c-a59b6c2870ff Authenticating user 'default' from [fd00:1122:3344:101::e]:41711 2026.01.13 17:56:39.560724 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:56:39.560816 [ 292 ] {} TCP-Session: fd4ae0a6-d55a-46c2-a05c-a59b6c2870ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560747 [ 290 ] {} TCP-Session: d77022bf-5e93-408c-bc38-3a55410c47c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560847 [ 292 ] {} TCP-Session: fd4ae0a6-d55a-46c2-a05c-a59b6c2870ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.560870 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:56:39.560875 [ 290 ] {} TCP-Session: d77022bf-5e93-408c-bc38-3a55410c47c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.561164 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:56:39.562131 [ 341 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} AggregatingTransform: Aggregating 2026.01.13 17:56:39.562194 [ 341 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} Aggregator: Aggregation method: without_key 2026.01.13 17:56:39.562234 [ 341 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000962788 sec. (1038.650 rows/sec., 40.57 KiB/sec.) 2026.01.13 17:56:39.562255 [ 341 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} Aggregator: Merging aggregated data 2026.01.13 17:56:39.563618 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} executeQuery: Read 1 rows, 40.00 B in 0.003225 sec., 310.07751937984494 rows/sec., 12.11 KiB/sec. 2026.01.13 17:56:39.563768 [ 287 ] {66b8b7f1-dbcf-46c0-9ef6-894973fcb143} TCPHandler: Processed in 0.003635965 sec. 2026.01.13 17:56:39.563896 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.563930 [ 287 ] {} TCP-Session: 55c56a10-ac8f-48e8-bc3f-9598af5d687a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.563938 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.563964 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.563980 [ 293 ] {} TCP-Session: de514cba-3d52-489e-bda2-ff29b012dfa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.563983 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564009 [ 294 ] {} TCP-Session: 92d35169-3bca-4591-bba1-0f8f94dcea07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564002 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564037 [ 286 ] {} TCP-Session: da1b95fa-bf57-4c6a-9bb8-c6d93263dda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564038 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564056 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564072 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564127 [ 291 ] {} TCP-Session: d495948b-79d3-4f0c-bd0a-497e29ce9f01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564072 [ 289 ] {} TCP-Session: 68ca8777-5f9c-4d06-ab38-edcc64d0494d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564157 [ 275 ] {} TCP-Session: c5934a05-8edf-4a2c-a426-5b3ae63d3326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564107 [ 290 ] {} TCP-Session: d77022bf-5e93-408c-bc38-3a55410c47c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.564028 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.564244 [ 292 ] {} TCP-Session: fd4ae0a6-d55a-46c2-a05c-a59b6c2870ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589250 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39026 2026.01.13 17:56:39.589352 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.589384 [ 287 ] {} TCP-Session: 6845417a-d125-4f16-8585-8878cee33531 Authenticating user 'default' from [fd00:1122:3344:101::e]:39026 2026.01.13 17:56:39.589405 [ 287 ] {} TCP-Session: 6845417a-d125-4f16-8585-8878cee33531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589417 [ 287 ] {} TCP-Session: 6845417a-d125-4f16-8585-8878cee33531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589615 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39772 2026.01.13 17:56:39.589615 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34003 2026.01.13 17:56:39.589638 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56736 2026.01.13 17:56:39.589680 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55008 2026.01.13 17:56:39.589708 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64087 2026.01.13 17:56:39.589713 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53773 2026.01.13 17:56:39.589739 [ 287 ] {} TCP-Session: 6845417a-d125-4f16-8585-8878cee33531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.589769 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.589792 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.589803 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.589815 [ 291 ] {} TCP-Session: df31a1d2-1da0-4b7f-a05a-793601b8dbde Authenticating user 'default' from [fd00:1122:3344:101::e]:56736 2026.01.13 17:56:39.589829 [ 275 ] {} TCP-Session: 61b0bdfd-717e-4b07-b9cf-ed9fb32f1859 Authenticating user 'default' from [fd00:1122:3344:101::e]:64087 2026.01.13 17:56:39.589843 [ 286 ] {} TCP-Session: 71c6424d-e536-4a1a-8236-17e91a69073c Authenticating user 'default' from [fd00:1122:3344:101::e]:53773 2026.01.13 17:56:39.589857 [ 291 ] {} TCP-Session: df31a1d2-1da0-4b7f-a05a-793601b8dbde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589873 [ 275 ] {} TCP-Session: 61b0bdfd-717e-4b07-b9cf-ed9fb32f1859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589885 [ 286 ] {} TCP-Session: 71c6424d-e536-4a1a-8236-17e91a69073c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589910 [ 291 ] {} TCP-Session: df31a1d2-1da0-4b7f-a05a-793601b8dbde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589917 [ 275 ] {} TCP-Session: 61b0bdfd-717e-4b07-b9cf-ed9fb32f1859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589925 [ 286 ] {} TCP-Session: 71c6424d-e536-4a1a-8236-17e91a69073c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589946 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} executeQuery: (from [fd00:1122:3344:101::e]:39026) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:56:39.589767 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.590038 [ 293 ] {} TCP-Session: 84fbf889-ed7a-40be-ad34-f969e2f3b524 Authenticating user 'default' from [fd00:1122:3344:101::e]:55008 2026.01.13 17:56:39.589749 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.590061 [ 293 ] {} TCP-Session: 84fbf889-ed7a-40be-ad34-f969e2f3b524 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589690 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.590079 [ 289 ] {} TCP-Session: d09a0377-8e13-4d4c-ba2d-a9fce070f764 Authenticating user 'default' from [fd00:1122:3344:101::e]:34003 2026.01.13 17:56:39.590112 [ 290 ] {} TCP-Session: ea4ec7cc-7074-4ac0-a80f-63da41b64499 Authenticating user 'default' from [fd00:1122:3344:101::e]:39772 2026.01.13 17:56:39.590125 [ 289 ] {} TCP-Session: d09a0377-8e13-4d4c-ba2d-a9fce070f764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590140 [ 290 ] {} TCP-Session: ea4ec7cc-7074-4ac0-a80f-63da41b64499 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590153 [ 289 ] {} TCP-Session: d09a0377-8e13-4d4c-ba2d-a9fce070f764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590166 [ 290 ] {} TCP-Session: ea4ec7cc-7074-4ac0-a80f-63da41b64499 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590083 [ 293 ] {} TCP-Session: 84fbf889-ed7a-40be-ad34-f969e2f3b524 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.589684 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57263 2026.01.13 17:56:39.589673 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57560 2026.01.13 17:56:39.590243 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:56:39.590274 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.590305 [ 294 ] {} TCP-Session: e39ac2e4-8b16-4c53-8f43-ba62e1cff966 Authenticating user 'default' from [fd00:1122:3344:101::e]:57263 2026.01.13 17:56:39.590320 [ 294 ] {} TCP-Session: e39ac2e4-8b16-4c53-8f43-ba62e1cff966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590324 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:56:39.590333 [ 294 ] {} TCP-Session: e39ac2e4-8b16-4c53-8f43-ba62e1cff966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590326 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:56:39.590397 [ 292 ] {} TCP-Session: 840cb017-0ebc-488c-8958-f857cfad5d32 Authenticating user 'default' from [fd00:1122:3344:101::e]:57560 2026.01.13 17:56:39.590418 [ 292 ] {} TCP-Session: 840cb017-0ebc-488c-8958-f857cfad5d32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590430 [ 292 ] {} TCP-Session: 840cb017-0ebc-488c-8958-f857cfad5d32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.590612 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:56:39.591625 [ 341 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} AggregatingTransform: Aggregating 2026.01.13 17:56:39.591667 [ 341 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} Aggregator: Aggregation method: without_key 2026.01.13 17:56:39.591697 [ 341 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000985148 sec. (1015.076 rows/sec., 39.65 KiB/sec.) 2026.01.13 17:56:39.591711 [ 341 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} Aggregator: Merging aggregated data 2026.01.13 17:56:39.593175 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} executeQuery: Read 1 rows, 40.00 B in 0.003283 sec., 304.5994517209869 rows/sec., 11.90 KiB/sec. 2026.01.13 17:56:39.593388 [ 287 ] {ab2a89f8-ed5c-4a4c-a75c-ed10201c264b} TCPHandler: Processed in 0.003767258 sec. 2026.01.13 17:56:39.593501 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593540 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593544 [ 287 ] {} TCP-Session: 6845417a-d125-4f16-8585-8878cee33531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593565 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593599 [ 289 ] {} TCP-Session: d09a0377-8e13-4d4c-ba2d-a9fce070f764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593610 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593628 [ 291 ] {} TCP-Session: df31a1d2-1da0-4b7f-a05a-793601b8dbde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593663 [ 275 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593687 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593708 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593727 [ 293 ] {} TCP-Session: 84fbf889-ed7a-40be-ad34-f969e2f3b524 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593669 [ 292 ] {} TCP-Session: 840cb017-0ebc-488c-8958-f857cfad5d32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593765 [ 286 ] {} TCP-Session: 71c6424d-e536-4a1a-8236-17e91a69073c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593630 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593588 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:56:39.593842 [ 294 ] {} TCP-Session: e39ac2e4-8b16-4c53-8f43-ba62e1cff966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593714 [ 275 ] {} TCP-Session: 61b0bdfd-717e-4b07-b9cf-ed9fb32f1859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.593866 [ 290 ] {} TCP-Session: ea4ec7cc-7074-4ac0-a80f-63da41b64499 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:56:39.727080 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.727271 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:39.727343 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:39.728017 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.728064 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:39.728511 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:56:39.728737 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:39.728876 [ 41 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:56:39.728897 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} executeQuery: Read 118 rows, 10.26 KiB in 0.001674 sec., 70489.84468339308 rows/sec., 5.99 MiB/sec. 2026.01.13 17:56:39.728918 [ 41 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.728939 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:39.728952 [ 276 ] {f0f50cd3-2a9a-441b-af2e-49f05ecebbc0} TCPHandler: Processed in 0.002018486 sec. 2026.01.13 17:56:39.729067 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:56:39.729089 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.729217 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:39.729225 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.729267 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:39.729272 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2464 rows starting from the beginning of the part 2026.01.13 17:56:39.729362 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:56:39.729408 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 118 rows starting from the beginning of the part 2026.01.13 17:56:39.729448 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1336 rows starting from the beginning of the part 2026.01.13 17:56:39.729488 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2026.01.13 17:56:39.729528 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 118 rows starting from the beginning of the part 2026.01.13 17:56:39.729735 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.729778 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.730108 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:39.730359 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:39.730508 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} executeQuery: Read 31 rows, 2.33 KiB in 0.001317 sec., 23538.344722854974 rows/sec., 1.73 MiB/sec. 2026.01.13 17:56:39.730513 [ 40 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:39.730550 [ 276 ] {706c5d3b-7405-427a-b7d9-d76d35fd4040} TCPHandler: Processed in 0.001516567 sec. 2026.01.13 17:56:39.730584 [ 40 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.730611 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.730670 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.730702 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:56:39.730772 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:39.730792 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.730814 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:39.730821 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 278 rows starting from the beginning of the part 2026.01.13 17:56:39.730881 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 35 rows starting from the beginning of the part 2026.01.13 17:56:39.730925 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 215 rows starting from the beginning of the part 2026.01.13 17:56:39.730964 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:39.731001 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part 2026.01.13 17:56:39.731039 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:39.731294 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.731330 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.731461 [ 189 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5224 rows, containing 5 columns (5 merged, 0 gathered) in 0.002461254 sec., 2122495.2808608944 rows/sec., 181.75 MiB/sec. 2026.01.13 17:56:39.731638 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:56:39.731776 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:56:39.731821 [ 189 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 612 rows, containing 5 columns (5 merged, 0 gathered) in 0.001160411 sec., 527399.3438531692 rows/sec., 35.51 MiB/sec. 2026.01.13 17:56:39.731874 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:39.731974 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:39.732013 [ 40 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:56:39.732018 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} executeQuery: Read 95 rows, 7.60 KiB in 0.001266 sec., 75039.4944707741 rows/sec., 5.86 MiB/sec. 2026.01.13 17:56:39.732058 [ 40 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.732089 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.732090 [ 276 ] {a291d84a-aebb-424f-9d47-8390c9e6494d} TCPHandler: Processed in 0.001470697 sec. 2026.01.13 17:56:39.732190 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:56:39.732231 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:39.732241 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.732301 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.732316 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:39.732336 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:56:39.732340 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_36_7} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:56:39.732355 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:39.732404 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_31_6} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:39.732405 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 689 rows starting from the beginning of the part 2026.01.13 17:56:39.732429 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:39.732469 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 95 rows starting from the beginning of the part 2026.01.13 17:56:39.732478 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.13 17:56:39.732520 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 566 rows starting from the beginning of the part 2026.01.13 17:56:39.732540 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.13 17:56:39.732563 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.01.13 17:56:39.732611 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 95 rows starting from the beginning of the part 2026.01.13 17:56:39.732871 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.732913 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.733264 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:56:39.733496 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:39.733613 [ 40 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:56:39.733633 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} executeQuery: Read 160 rows, 11.41 KiB in 0.001297 sec., 123361.6037008481 rows/sec., 8.59 MiB/sec. 2026.01.13 17:56:39.733650 [ 40 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.733678 [ 276 ] {4af027b1-ad81-4f49-8349-e70caecf175f} TCPHandler: Processed in 0.001488717 sec. 2026.01.13 17:56:39.733682 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.733789 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:56:39.733806 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.733816 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2759 rows, containing 5 columns (5 merged, 0 gathered) in 0.00166948 sec., 1652610.3936555095 rows/sec., 126.46 MiB/sec. 2026.01.13 17:56:39.733881 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.733903 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:39.733913 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10218 rows starting from the beginning of the part 2026.01.13 17:56:39.733960 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} 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.13 17:56:39.733967 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 314 rows starting from the beginning of the part 2026.01.13 17:56:39.734012 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:56:39.734018 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:56:39.734077 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 960 rows starting from the beginning of the part 2026.01.13 17:56:39.734120 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2026.01.13 17:56:39.734160 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.01.13 17:56:39.734325 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:39.734415 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_36_7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:56:39.734501 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:56:39.734844 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.734885 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.735453 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:56:39.735682 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:39.735804 [ 40 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:56:39.735827 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} executeQuery: Read 31 rows, 56.88 KiB in 0.001942 sec., 15962.92481977343 rows/sec., 28.60 MiB/sec. 2026.01.13 17:56:39.735859 [ 40 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.735892 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.735896 [ 276 ] {5c3362e6-d7e0-4ae1-89de-b3addbaec9e1} TCPHandler: Processed in 0.002140968 sec. 2026.01.13 17:56:39.735987 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:56:39.736039 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:39.736136 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:39.736180 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:39.736221 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.736279 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 486 rows starting from the beginning of the part 2026.01.13 17:56:39.736406 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:39.736502 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 10 rows starting from the beginning of the part 2026.01.13 17:56:39.736546 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.736584 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.736590 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:39.736679 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 10 rows starting from the beginning of the part 2026.01.13 17:56:39.736762 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 31 rows starting from the beginning of the part 2026.01.13 17:56:39.736916 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:56:39.737129 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:39.737243 [ 40 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:56:39.737261 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.01.13 17:56:39.737279 [ 40 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:39.737304 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:39.737307 [ 276 ] {1c161aa2-a80c-4caf-ba3c-ed543183ef91} TCPHandler: Processed in 0.001319224 sec. 2026.01.13 17:56:39.737386 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:56:39.737482 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:39.737509 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2104 rows starting from the beginning of the part 2026.01.13 17:56:39.737554 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 104 rows starting from the beginning of the part 2026.01.13 17:56:39.737590 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:56:39.737625 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:56:39.737658 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.01.13 17:56:39.737695 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.01.13 17:56:39.738474 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 11876 rows, containing 5 columns (5 merged, 0 gathered) in 0.004717625 sec., 2517368.379216237 rows/sec., 170.11 MiB/sec. 2026.01.13 17:56:39.738684 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001332535 sec., 1792073.0037109721 rows/sec., 114.98 MiB/sec. 2026.01.13 17:56:39.738925 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:56:39.739009 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:56:39.739301 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:39.739353 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:39.739393 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_36_7} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:56:39.739439 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_36_7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:56:39.739495 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2026.01.13 17:56:39.739535 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.01.13 17:56:39.759479 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 599 rows, containing 19 columns (19 merged, 0 gathered) in 0.023532184 sec., 25454.500950697988 rows/sec., 45.61 MiB/sec. 2026.01.13 17:56:39.760605 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:56:39.761011 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:39.761095 [ 188 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_31_6} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:56:39.761261 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.13 17:56:40.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 262.87 MiB, peak 274.56 MiB, free memory in arenas 0.00 B, will set to 265.03 MiB (RSS), difference: 2.15 MiB 2026.01.13 17:56:42.951664 [ 37 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:56:42.951721 [ 37 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:56:43.047642 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11515 2026.01.13 17:56:43.048164 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:43.048214 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:43.048697 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:56:43.048932 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:43.049080 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11515 2026.01.13 17:56:43.080212 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 776 2026.01.13 17:56:43.082545 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:43.082607 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:43.083830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:56:43.084120 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:43.084508 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2026.01.13 17:56:43.640115 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.13 17:56:43.656399 [ 36 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.13 17:56:43.656463 [ 36 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:43.656484 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.58 GiB. 2026.01.13 17:56:43.656588 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:56:43.656723 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:43.656757 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:56:43.656823 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2026.01.13 17:56:43.656872 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2026.01.13 17:56:43.656919 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2026.01.13 17:56:43.656965 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:56:43.657619 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:43.657668 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:43.657840 [ 188 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001300204 sec., 667587.5478001914 rows/sec., 40.82 MiB/sec. 2026.01.13 17:56:43.657980 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.13 17:56:43.658235 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:56:43.658304 [ 201 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_14_3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.13 17:56:43.658373 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.13 17:56:43.663830 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:56:43.664518 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:43.667792 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.13 17:56:44.692133 [ 36 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.13 17:56:44.692210 [ 36 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.692230 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.692356 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:56:44.692512 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:44.692550 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:56:44.692624 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2026.01.13 17:56:44.692676 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2026.01.13 17:56:44.692727 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2026.01.13 17:56:44.692774 [ 190 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:56:44.693812 [ 201 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513127 sec., 1115570.6031284882 rows/sec., 75.64 MiB/sec. 2026.01.13 17:56:44.694035 [ 188 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.13 17:56:44.694355 [ 188 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:56:44.694440 [ 188 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_14_3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.13 17:56:44.694552 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.01.13 17:56:44.726078 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.726251 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:44.726325 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:44.727049 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.727098 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.727501 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:56:44.727734 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:44.727890 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} executeQuery: Read 76 rows, 6.41 KiB in 0.001693 sec., 44890.726520968696 rows/sec., 3.70 MiB/sec. 2026.01.13 17:56:44.727939 [ 276 ] {57cda203-e202-42bc-8e21-554496f8a22b} TCPHandler: Processed in 0.001988126 sec. 2026.01.13 17:56:44.728071 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.728173 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:44.728216 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:44.728625 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.728663 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.728976 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:44.729181 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:44.729314 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} executeQuery: Read 10 rows, 770.00 B in 0.001164 sec., 8591.065292096218 rows/sec., 646.01 KiB/sec. 2026.01.13 17:56:44.729352 [ 276 ] {e6f5b308-41e8-48a8-b53c-b62c1121fe1e} TCPHandler: Processed in 0.001334004 sec. 2026.01.13 17:56:44.729456 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.729549 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:44.729589 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:44.729992 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.730029 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.730323 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:56:44.730530 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:44.730656 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} executeQuery: Read 74 rows, 5.92 KiB in 0.001125 sec., 65777.77777777778 rows/sec., 5.14 MiB/sec. 2026.01.13 17:56:44.730692 [ 276 ] {bdf29db7-f3d5-406d-ad1f-0f32b2a15367} TCPHandler: Processed in 0.001287343 sec. 2026.01.13 17:56:44.730802 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.730896 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:44.730939 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:44.731349 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.731385 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.731711 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:56:44.731920 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:44.732048 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2026.01.13 17:56:44.732086 [ 276 ] {499772f2-b848-418e-8827-c20af37ac635} TCPHandler: Processed in 0.001334434 sec. 2026.01.13 17:56:44.732205 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.732328 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:44.732395 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} 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.13 17:56:44.733283 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.733320 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.733839 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:56:44.734060 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:44.734199 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} executeQuery: Read 10 rows, 18.35 KiB in 0.001896 sec., 5274.261603375528 rows/sec., 9.45 MiB/sec. 2026.01.13 17:56:44.734252 [ 276 ] {7ff3ca5f-e7f8-447f-9595-a4c2bc976c92} TCPHandler: Processed in 0.002107148 sec. 2026.01.13 17:56:44.734367 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:44.734461 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:44.734504 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:44.734827 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:44.734862 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:44.735163 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:56:44.735370 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:44.735496 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2026.01.13 17:56:44.735532 [ 276 ] {e27f1d7a-57cb-4dd5-b695-18b08e8d166f} TCPHandler: Processed in 0.001214381 sec. 2026.01.13 17:56:49.717432 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.717723 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} executeQuery: (from [fd00:1122:3344:101::d]:40332) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.13 17:56:49.718140 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.13 17:56:49.718191 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.13 17:56:49.718504 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:56:49.718570 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:56:49.718709 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.13 17:56:49.718845 [ 308 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.13 17:56:49.718850 [ 297 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.13 17:56:49.718868 [ 310 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.01.13 17:56:49.718871 [ 331 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.13 17:56:49.719056 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.01.13 17:56:49.719084 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.13 17:56:49.719185 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.13 17:56:49.719207 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (SelectExecutor): Reading approx. 47 rows with 4 streams 2026.01.13 17:56:49.719244 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:56:49.719284 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:56:49.719323 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:56:49.719362 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.13 17:56:49.720333 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} executeQuery: Read 47 rows, 1.87 KiB in 0.002734 sec., 17190.92904169715 rows/sec., 683.31 KiB/sec. 2026.01.13 17:56:49.720505 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} MemoryTracker: Peak memory usage (for query): 149.59 KiB. 2026.01.13 17:56:49.720521 [ 276 ] {3f7907f3-a3e2-405a-94af-6accf137ac22} TCPHandler: Processed in 0.003278499 sec. 2026.01.13 17:56:49.729706 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.729907 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.13 17:56:49.729992 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.13 17:56:49.730724 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.730770 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.731185 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.13 17:56:49.731377 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:56:49.731529 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} executeQuery: Read 1 rows, 106.00 B in 0.001679 sec., 595.5926146515783 rows/sec., 61.65 KiB/sec. 2026.01.13 17:56:49.731569 [ 276 ] {a5b8e1a1-6f6a-4c17-a709-9cf6adf62189} TCPHandler: Processed in 0.001961545 sec. 2026.01.13 17:56:49.731678 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.731770 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:56:49.731812 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:56:49.732213 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.732249 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.732541 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.13 17:56:49.732750 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:56:49.732877 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} executeQuery: Read 4 rows, 334.00 B in 0.001124 sec., 3558.7188612099644 rows/sec., 290.19 KiB/sec. 2026.01.13 17:56:49.732913 [ 276 ] {a523579e-edf6-45d0-85f9-3b43938e6da8} TCPHandler: Processed in 0.001281513 sec. 2026.01.13 17:56:49.733025 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.733118 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:49.733157 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:49.733601 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.733636 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.733950 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:56:49.734161 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:49.734291 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} executeQuery: Read 121 rows, 10.50 KiB in 0.001191 sec., 101595.2980688497 rows/sec., 8.61 MiB/sec. 2026.01.13 17:56:49.734328 [ 276 ] {056b4c33-45f6-49d0-b05d-ccb95245c657} TCPHandler: Processed in 0.001349785 sec. 2026.01.13 17:56:49.734442 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.734533 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.734573 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:49.734967 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.735003 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.735296 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:49.735503 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:49.735630 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} executeQuery: Read 35 rows, 2.61 KiB in 0.001115 sec., 31390.134529147977 rows/sec., 2.29 MiB/sec. 2026.01.13 17:56:49.735667 [ 276 ] {e6c51514-e5ee-4b39-b55d-b7d13afdcd7d} TCPHandler: Processed in 0.001272923 sec. 2026.01.13 17:56:49.735773 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.735864 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.735902 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:56:49.736265 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.736301 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.736574 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:56:49.736786 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:56:49.736914 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} executeQuery: Read 1 rows, 68.00 B in 0.001067 sec., 937.207122774133 rows/sec., 62.24 KiB/sec. 2026.01.13 17:56:49.736951 [ 276 ] {f1b8bae6-8d65-408e-8ade-d986747960ae} TCPHandler: Processed in 0.001223302 sec. 2026.01.13 17:56:49.737078 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.737199 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:49.737246 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:49.737702 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.737739 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.738049 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:56:49.738259 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:49.738391 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} executeQuery: Read 99 rows, 7.92 KiB in 0.001217 sec., 81347.57600657354 rows/sec., 6.36 MiB/sec. 2026.01.13 17:56:49.738429 [ 276 ] {f19b4c04-0b88-42b5-b7cc-f0fc96848f78} TCPHandler: Processed in 0.001411566 sec. 2026.01.13 17:56:49.738538 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.738631 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.738672 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:49.739060 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.739095 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.739413 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:56:49.739623 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:49.739754 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} executeQuery: Read 162 rows, 11.55 KiB in 0.001141 sec., 141980.71866783523 rows/sec., 9.89 MiB/sec. 2026.01.13 17:56:49.739790 [ 276 ] {709a0952-3db7-4d40-a9b6-4ae61b6bb74d} TCPHandler: Processed in 0.001301894 sec. 2026.01.13 17:56:49.739911 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.740031 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.740082 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:56:49.740438 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.740475 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.740777 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:56:49.740981 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:56:49.741109 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} executeQuery: Read 1 rows, 65.00 B in 0.001103 sec., 906.6183136899365 rows/sec., 57.55 KiB/sec. 2026.01.13 17:56:49.741145 [ 276 ] {c5c6996d-ef48-4b33-99c1-0803b4914507} TCPHandler: Processed in 0.001296083 sec. 2026.01.13 17:56:49.741267 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.741388 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.741453 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} 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.13 17:56:49.742354 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.742399 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.742947 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:56:49.743208 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:49.743353 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} executeQuery: Read 31 rows, 56.88 KiB in 0.00199 sec., 15577.88944723618 rows/sec., 27.91 MiB/sec. 2026.01.13 17:56:49.743408 [ 276 ] {c73d5b92-c38a-4af5-8f12-54b5634dc7b1} TCPHandler: Processed in 0.002203259 sec. 2026.01.13 17:56:49.743520 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:49.743615 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:49.743656 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:49.743988 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:49.744024 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:49.744344 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:56:49.744563 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:49.744749 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} executeQuery: Read 60 rows, 4.14 KiB in 0.001152 sec., 52083.33333333333 rows/sec., 3.51 MiB/sec. 2026.01.13 17:56:49.744796 [ 276 ] {03d5ff40-0ecb-4b7d-8081-c7519e794643} TCPHandler: Processed in 0.001326474 sec. 2026.01.13 17:56:50.549185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11963 2026.01.13 17:56:50.549704 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:50.549757 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:50.550291 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:56:50.550550 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:50.550705 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11963 2026.01.13 17:56:51.167890 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.13 17:56:51.185305 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:51.185362 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:51.191448 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:56:51.192163 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:51.195306 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.01.13 17:56:53.084726 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 810 2026.01.13 17:56:53.087519 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:53.087562 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:53.088724 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:56:53.088977 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:56:53.089231 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2026.01.13 17:56:54.726507 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.726702 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:54.726767 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:54.727403 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.727451 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.727837 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:56:54.728064 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:54.728216 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} executeQuery: Read 76 rows, 6.41 KiB in 0.001559 sec., 48749.19820397691 rows/sec., 4.02 MiB/sec. 2026.01.13 17:56:54.728257 [ 276 ] {06128607-1983-405d-92b5-15d78dccd6c4} TCPHandler: Processed in 0.001887074 sec. 2026.01.13 17:56:54.728398 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.728495 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:54.728542 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:54.728939 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.728975 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.729270 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:54.729480 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:54.729609 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} executeQuery: Read 10 rows, 770.00 B in 0.001134 sec., 8818.342151675484 rows/sec., 663.10 KiB/sec. 2026.01.13 17:56:54.729645 [ 276 ] {ea00e90e-ab6c-49d3-878e-f6a1cb345b68} TCPHandler: Processed in 0.001298143 sec. 2026.01.13 17:56:54.729752 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.729854 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:54.729894 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:54.730323 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.730361 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.730687 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:56:54.730901 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:54.731030 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} executeQuery: Read 74 rows, 5.92 KiB in 0.001195 sec., 61924.686192468616 rows/sec., 4.83 MiB/sec. 2026.01.13 17:56:54.731069 [ 276 ] {e91d00aa-38de-4c37-9f1a-823341ddc11c} TCPHandler: Processed in 0.001368105 sec. 2026.01.13 17:56:54.731182 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.731276 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:54.731319 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:54.731726 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.731762 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.732093 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:56:54.732311 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:54.732440 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2026.01.13 17:56:54.732476 [ 276 ] {e568d5c3-b034-44b3-9321-8b1ac3ef09ac} TCPHandler: Processed in 0.001342924 sec. 2026.01.13 17:56:54.732598 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.732722 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:54.732788 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} 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.13 17:56:54.733645 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.733682 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.734207 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:56:54.734429 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:54.734568 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} executeQuery: Read 10 rows, 18.35 KiB in 0.001871 sec., 5344.735435595938 rows/sec., 9.58 MiB/sec. 2026.01.13 17:56:54.734621 [ 276 ] {21742387-d6d4-49eb-9f6d-924c896b063b} TCPHandler: Processed in 0.002085507 sec. 2026.01.13 17:56:54.734737 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:54.734847 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:54.734898 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:54.735243 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:54.735280 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:54.735607 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:56:54.735824 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:54.735951 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} executeQuery: Read 60 rows, 4.14 KiB in 0.001139 sec., 52677.78753292361 rows/sec., 3.55 MiB/sec. 2026.01.13 17:56:54.735988 [ 276 ] {11e63252-d7a4-4e4e-82e8-759f6e094073} TCPHandler: Processed in 0.001300863 sec. 2026.01.13 17:56:57.951759 [ 98 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:56:57.951808 [ 98 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:56:58.050960 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12475 2026.01.13 17:56:58.051466 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:58.051507 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:58.051997 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:56:58.052227 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:58.052348 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12475 2026.01.13 17:56:58.052348 [ 98 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:56:58.052397 [ 98 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:58.052414 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:58.052523 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.052648 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:58.052683 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10043 rows starting from the beginning of the part 2026.01.13 17:56:58.052742 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.052782 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.052821 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.052858 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.052893 [ 201 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:56:58.057072 [ 188 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12475 rows, containing 4 columns (4 merged, 0 gathered) in 0.004597203 sec., 2713606.5124816108 rows/sec., 38.82 MiB/sec. 2026.01.13 17:56:58.057492 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:56:58.057792 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:56:58.057866 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_26_5} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:56:58.057982 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.01.13 17:56:58.695565 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.01.13 17:56:58.714208 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:58.714268 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:58.719995 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:56:58.720736 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:58.721022 [ 104 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:56:58.721095 [ 104 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:58.721119 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:58.721251 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.724198 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.01.13 17:56:58.725362 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:56:58.726912 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.731740 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.736378 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.740603 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.744916 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.749099 [ 199 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:56:58.801649 [ 192 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.08045559 sec., 2436.1265637353476 rows/sec., 12.60 MiB/sec. 2026.01.13 17:56:58.804629 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:56:58.806713 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_26_5} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:56:58.806815 [ 200 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_26_5} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:56:58.809490 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.01.13 17:56:59.000274 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 266.78 MiB, peak 277.35 MiB, free memory in arenas 0.00 B, will set to 273.51 MiB (RSS), difference: 6.73 MiB 2026.01.13 17:56:59.727264 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.727466 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:56:59.727532 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:56:59.728222 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.728263 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.728693 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:56:59.728919 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:56:59.729071 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} executeQuery: Read 118 rows, 10.26 KiB in 0.001654 sec., 71342.2007255139 rows/sec., 6.06 MiB/sec. 2026.01.13 17:56:59.729113 [ 276 ] {3e1b7818-fe36-4025-b7a4-eeccd57d9f03} TCPHandler: Processed in 0.001978036 sec. 2026.01.13 17:56:59.729243 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.729338 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:56:59.729378 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:56:59.729785 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.729827 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.730132 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:59.730352 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:56:59.730479 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} executeQuery: Read 31 rows, 2.33 KiB in 0.001159 sec., 26747.195858498704 rows/sec., 1.96 MiB/sec. 2026.01.13 17:56:59.730516 [ 276 ] {d304e747-a63e-4d58-9ebb-fe3046b7c6f8} TCPHandler: Processed in 0.001324144 sec. 2026.01.13 17:56:59.730627 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.730721 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:56:59.730760 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:56:59.731181 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.731242 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.731547 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:56:59.731757 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:56:59.731881 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} executeQuery: Read 95 rows, 7.60 KiB in 0.001177 sec., 80713.67884451996 rows/sec., 6.30 MiB/sec. 2026.01.13 17:56:59.731919 [ 276 ] {34c1776c-b47f-4710-aa3c-6671b65001af} TCPHandler: Processed in 0.001342124 sec. 2026.01.13 17:56:59.732034 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.732127 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:59.732169 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:56:59.732598 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.732633 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.732964 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:56:59.733172 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:56:59.733298 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.01.13 17:56:59.733335 [ 276 ] {316cf936-75d3-4ede-a848-b4feb3a03226} TCPHandler: Processed in 0.001351674 sec. 2026.01.13 17:56:59.733457 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.733579 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:56:59.733646 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} 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.13 17:56:59.734514 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.734550 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.735133 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:56:59.735369 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:56:59.735510 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} executeQuery: Read 31 rows, 56.88 KiB in 0.001955 sec., 15856.777493606138 rows/sec., 28.41 MiB/sec. 2026.01.13 17:56:59.735574 [ 276 ] {f754d2d7-e256-47e8-8908-100e8f57b570} TCPHandler: Processed in 0.002178899 sec. 2026.01.13 17:56:59.735703 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:56:59.735798 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:56:59.735840 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:56:59.736179 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:56:59.736215 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:56:59.736522 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:56:59.736738 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:56:59.736868 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.01.13 17:56:59.736903 [ 276 ] {fc60ed15-3149-4b90-9e62-0fab9333815f} TCPHandler: Processed in 0.001250243 sec. 2026.01.13 17:57:01.658068 [ 138 ] {} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.13 17:57:01.658170 [ 138 ] {} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:01.658212 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:01.658432 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::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.13 17:57:01.658948 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:01.659016 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part 2026.01.13 17:57:01.659115 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 3 rows starting from the beginning of the part 2026.01.13 17:57:01.659205 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::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.13 17:57:01.659288 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:01.659373 [ 193 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::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.13 17:57:01.660856 [ 192 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 6 columns (6 merged, 0 gathered) in 0.002498075 sec., 19214.795392452186 rows/sec., 4.62 MiB/sec. 2026.01.13 17:57:01.661126 [ 196 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.13 17:57:01.661633 [ 196 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81): 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.13 17:57:01.661722 [ 196 ] {10a0daf1-973b-4cd2-aeb6-286658756b81::all_1_5_1} oximeter.timeseries_schema (10a0daf1-973b-4cd2-aeb6-286658756b81) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.13 17:57:01.661835 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.13 17:57:01.765788 [ 138 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.01.13 17:57:01.765850 [ 138 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:01.765883 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:01.766004 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:57:01.766191 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:01.766241 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:57:01.766339 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.01.13 17:57:01.766412 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:01.766479 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.01.13 17:57:01.766541 [ 192 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part 2026.01.13 17:57:01.767616 [ 198 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.00166363 sec., 25245.998208736317 rows/sec., 2.11 MiB/sec. 2026.01.13 17:57:01.767800 [ 191 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.01.13 17:57:01.768146 [ 191 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:57:01.768227 [ 191 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_9_2} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.01.13 17:57:01.768323 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:57:02.236862 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.237124 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.237191 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:02.238058 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.238104 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.238536 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:57:02.238773 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:02.238944 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} executeQuery: Read 410 rows, 26.63 KiB in 0.001879 sec., 218201.17083555082 rows/sec., 13.84 MiB/sec. 2026.01.13 17:57:02.238993 [ 276 ] {589ad1a3-ad5f-4c6c-9563-1008eebf6420} TCPHandler: Processed in 0.002314911 sec. 2026.01.13 17:57:02.239119 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.239222 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:57:02.239268 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:57:02.239692 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.239730 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.240045 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.13 17:57:02.240255 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:57:02.240389 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} executeQuery: Read 10 rows, 835.00 B in 0.001191 sec., 8396.305625524768 rows/sec., 684.66 KiB/sec. 2026.01.13 17:57:02.240426 [ 276 ] {b488ed04-9957-40a5-a811-9e6630c1a112} TCPHandler: Processed in 0.001362545 sec. 2026.01.13 17:57:02.240548 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.240643 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:02.240683 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:02.241929 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.241966 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.242429 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:02.242642 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:02.242818 [ 138 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:02.242828 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} executeQuery: Read 2277 rows, 188.78 KiB in 0.002204 sec., 1033121.5970961888 rows/sec., 83.65 MiB/sec. 2026.01.13 17:57:02.242882 [ 138 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.242897 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:57:02.242912 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.242917 [ 276 ] {16a41c99-483c-4970-8807-1c9f11909133} TCPHandler: Processed in 0.002418474 sec. 2026.01.13 17:57:02.243033 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:02.243045 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.243185 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.243186 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.243228 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:02.243239 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2464 rows starting from the beginning of the part 2026.01.13 17:57:02.243316 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:02.243366 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 121 rows starting from the beginning of the part 2026.01.13 17:57:02.243413 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 76 rows starting from the beginning of the part 2026.01.13 17:57:02.243465 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 118 rows starting from the beginning of the part 2026.01.13 17:57:02.243519 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 2277 rows starting from the beginning of the part 2026.01.13 17:57:02.243722 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.243767 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.244266 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:57:02.244505 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:02.244651 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} executeQuery: Read 225 rows, 13.77 KiB in 0.001485 sec., 151515.15151515152 rows/sec., 9.05 MiB/sec. 2026.01.13 17:57:02.244665 [ 152 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:57:02.244689 [ 276 ] {7c7a2ef5-0f9a-4d3b-aeb6-2694c1fa9e87} TCPHandler: Processed in 0.001692521 sec. 2026.01.13 17:57:02.244721 [ 152 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.244752 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.244811 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.244856 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:02.244914 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.244959 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:02.244978 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.245015 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:02.245078 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:02.245125 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 35 rows starting from the beginning of the part 2026.01.13 17:57:02.245165 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:02.245204 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:02.245251 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 225 rows starting from the beginning of the part 2026.01.13 17:57:02.245481 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.245525 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.246071 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5132 rows, containing 5 columns (5 merged, 0 gathered) in 0.003086676 sec., 1662629.9618100508 rows/sec., 142.01 MiB/sec. 2026.01.13 17:57:02.246114 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 589 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304003 sec., 451686.0774093311 rows/sec., 30.16 MiB/sec. 2026.01.13 17:57:02.246145 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:57:02.246270 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:57:02.246379 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:02.246461 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:02.246608 [ 152 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.13 17:57:02.246626 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} executeQuery: Read 440 rows, 29.81 KiB in 0.001732 sec., 254041.57043879907 rows/sec., 16.81 MiB/sec. 2026.01.13 17:57:02.246661 [ 152 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.246610 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:02.246685 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:02.246694 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.246687 [ 276 ] {349fd50f-a5f7-483e-9142-7d279f797726} TCPHandler: Processed in 0.001932655 sec. 2026.01.13 17:57:02.246781 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_41_8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:02.246784 [ 198 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_36_7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:57:02.246787 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:57:02.246856 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.246872 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.13 17:57:02.246900 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.246917 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.13 17:57:02.246927 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 464 rows starting from the beginning of the part 2026.01.13 17:57:02.246961 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.246980 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:02.247013 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:02.247020 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:02.247066 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 252 rows starting from the beginning of the part 2026.01.13 17:57:02.247104 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:02.247136 [ 192 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 440 rows starting from the beginning of the part 2026.01.13 17:57:02.247480 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.247522 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.247945 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:57:02.248053 [ 186 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 5 columns (5 merged, 0 gathered) in 0.001285063 sec., 1230289.8768387232 rows/sec., 86.44 MiB/sec. 2026.01.13 17:57:02.248205 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:02.248215 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.13 17:57:02.248347 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} executeQuery: Read 211 rows, 12.27 KiB in 0.001392 sec., 151580.45977011495 rows/sec., 8.61 MiB/sec. 2026.01.13 17:57:02.248392 [ 276 ] {37b1ca5c-67b5-43c5-8673-9cc4ff614996} TCPHandler: Processed in 0.001571268 sec. 2026.01.13 17:57:02.248500 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:02.248507 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.248579 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_16_3} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.13 17:57:02.248614 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:02.248659 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:02.248679 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.13 17:57:02.249471 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.249513 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.249873 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:02.250094 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:02.250218 [ 152 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:02.250232 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} executeQuery: Read 1155 rows, 84.37 KiB in 0.001637 sec., 705558.9492974954 rows/sec., 50.33 MiB/sec. 2026.01.13 17:57:02.250257 [ 152 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.250281 [ 276 ] {641773f6-7022-40d3-8d08-62c2ca0c82d2} TCPHandler: Processed in 0.001824052 sec. 2026.01.13 17:57:02.250282 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.250384 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:02.250440 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.250477 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.250508 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:02.250546 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:02.250558 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:02.250596 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:02.250616 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 99 rows starting from the beginning of the part 2026.01.13 17:57:02.250662 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part 2026.01.13 17:57:02.250701 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 95 rows starting from the beginning of the part 2026.01.13 17:57:02.250742 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1155 rows starting from the beginning of the part 2026.01.13 17:57:02.250956 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.250998 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.251318 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:57:02.251625 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:02.251766 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} executeQuery: Read 6 rows, 321.00 B in 0.001238 sec., 4846.526655896608 rows/sec., 253.21 KiB/sec. 2026.01.13 17:57:02.251814 [ 276 ] {3c7432e8-a3d4-4c2c-a4cd-891486300a6a} TCPHandler: Processed in 0.001440196 sec. 2026.01.13 17:57:02.251917 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.252011 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.252035 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.00168284 sec., 1632359.5826103492 rows/sec., 124.67 MiB/sec. 2026.01.13 17:57:02.252054 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:02.252196 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:02.252433 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:02.252499 [ 186 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_41_8} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:02.252561 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.13 17:57:02.252658 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.252698 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.253081 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:02.253303 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:02.253415 [ 152 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:02.253435 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} executeQuery: Read 929 rows, 62.96 KiB in 0.001441 sec., 644691.1866759195 rows/sec., 42.67 MiB/sec. 2026.01.13 17:57:02.253455 [ 152 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.253478 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.253479 [ 276 ] {68cb4847-b93e-4155-9b77-8773ea8bdad0} TCPHandler: Processed in 0.001610769 sec. 2026.01.13 17:57:02.253551 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:02.253598 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.253651 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.253684 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11876 rows starting from the beginning of the part 2026.01.13 17:57:02.253703 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.253737 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:02.253750 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:02.253785 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 162 rows starting from the beginning of the part 2026.01.13 17:57:02.253860 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.01.13 17:57:02.253922 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:02.253964 [ 194 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 929 rows starting from the beginning of the part 2026.01.13 17:57:02.254101 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.254143 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.254462 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:57:02.254671 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:02.254806 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} executeQuery: Read 1 rows, 69.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 60.00 KiB/sec. 2026.01.13 17:57:02.254843 [ 276 ] {b6a11305-36a6-4fdb-863b-9fa14376560d} TCPHandler: Processed in 0.001293623 sec. 2026.01.13 17:57:02.254953 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.255046 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.255100 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} 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.13 17:57:02.255868 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.255903 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.256430 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:57:02.256645 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:02.256758 [ 152 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:57:02.256787 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} executeQuery: Read 10 rows, 18.35 KiB in 0.001758 sec., 5688.282138794084 rows/sec., 10.19 MiB/sec. 2026.01.13 17:57:02.256791 [ 152 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.256826 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.256846 [ 276 ] {bbd7ed97-ebc4-4772-a2f2-2dd9d4e1c086} TCPHandler: Processed in 0.001940845 sec. 2026.01.13 17:57:02.256907 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:57:02.256960 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:02.257058 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:02.257100 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:02.257105 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.257166 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 599 rows starting from the beginning of the part 2026.01.13 17:57:02.257285 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:02.257386 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:02.257425 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.257466 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.257482 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:02.257580 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:02.257674 [ 198 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:02.257791 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:02.257952 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 13447 rows, containing 5 columns (5 merged, 0 gathered) in 0.00442989 sec., 3035515.5545623032 rows/sec., 205.13 MiB/sec. 2026.01.13 17:57:02.258074 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:02.258193 [ 152 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:02.258216 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} executeQuery: Read 76 rows, 4.59 KiB in 0.001175 sec., 64680.85106382978 rows/sec., 3.81 MiB/sec. 2026.01.13 17:57:02.258223 [ 152 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:02.258257 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:02.258261 [ 276 ] {ec3e23dc-c3f9-4c20-9c37-2778f97e2869} TCPHandler: Processed in 0.001349294 sec. 2026.01.13 17:57:02.258326 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:02.258416 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:02.258426 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:02.258441 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2388 rows starting from the beginning of the part 2026.01.13 17:57:02.258507 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:02.258541 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2026.01.13 17:57:02.258577 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.01.13 17:57:02.258612 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:02.258644 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 76 rows starting from the beginning of the part 2026.01.13 17:57:02.258806 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:02.258905 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_41_8} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:02.259010 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. 2026.01.13 17:57:02.259858 [ 188 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2704 rows, containing 4 columns (4 merged, 0 gathered) in 0.001572768 sec., 1719261.8364564895 rows/sec., 110.55 MiB/sec. 2026.01.13 17:57:02.260199 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:02.260435 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:02.260503 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_41_8} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:02.260572 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.01.13 17:57:02.261423 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 691 rows, containing 19 columns (19 merged, 0 gathered) in 0.004549732 sec., 151877.0775949001 rows/sec., 272.16 MiB/sec. 2026.01.13 17:57:02.262537 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:57:02.262848 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:02.262918 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_36_7} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:57:02.263031 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.01.13 17:57:03.000329 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 274.76 MiB, peak 282.21 MiB, free memory in arenas 0.00 B, will set to 277.76 MiB (RSS), difference: 3.00 MiB 2026.01.13 17:57:03.089728 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 858 2026.01.13 17:57:03.092324 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:03.092368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:03.093594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:57:03.093871 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:03.094127 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 858 2026.01.13 17:57:04.721705 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:04.721893 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:04.721955 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:04.722626 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:04.722666 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:04.723033 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:04.723256 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:04.723407 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} executeQuery: Read 56 rows, 4.41 KiB in 0.001561 sec., 35874.439461883405 rows/sec., 2.76 MiB/sec. 2026.01.13 17:57:04.723447 [ 276 ] {818bbc22-24c3-40ee-8047-ace7eeb467dd} TCPHandler: Processed in 0.001865144 sec. 2026.01.13 17:57:04.723572 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:04.723674 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:04.723713 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:04.724133 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:04.724169 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:04.724473 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:04.724671 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:04.724804 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} executeQuery: Read 64 rows, 5.12 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 4.34 MiB/sec. 2026.01.13 17:57:04.724841 [ 276 ] {a285bd77-23ec-430c-8fd2-8fea6e9253e4} TCPHandler: Processed in 0.001316664 sec. 2026.01.13 17:57:04.724979 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:04.725071 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:04.725114 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:04.725553 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:04.725590 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:04.725914 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:04.726114 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:04.726251 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} executeQuery: Read 74 rows, 5.27 KiB in 0.001198 sec., 61769.616026711185 rows/sec., 4.30 MiB/sec. 2026.01.13 17:57:04.726288 [ 276 ] {a2a45c82-5c4e-439b-a70e-1cbfabb24ef9} TCPHandler: Processed in 0.001367065 sec. 2026.01.13 17:57:04.726411 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:04.726503 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:04.726544 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:04.726959 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:04.727004 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:04.727355 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:04.727566 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:04.727696 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} executeQuery: Read 28 rows, 1.94 KiB in 0.001211 sec., 23121.387283236993 rows/sec., 1.56 MiB/sec. 2026.01.13 17:57:04.727737 [ 276 ] {bc7f869a-5d46-43cd-8c8e-59792c46f807} TCPHandler: Processed in 0.001374315 sec. 2026.01.13 17:57:05.552590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12923 2026.01.13 17:57:05.553131 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:05.553183 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:05.553675 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:57:05.553904 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:05.554031 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12923 2026.01.13 17:57:06.224424 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.01.13 17:57:06.240528 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:06.240589 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:06.246384 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:57:06.247080 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:06.249816 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.01.13 17:57:09.726901 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.727111 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:09.727176 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:09.727858 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.727902 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.728320 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:09.728591 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:09.728745 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} executeQuery: Read 118 rows, 10.26 KiB in 0.001682 sec., 70154.57788347205 rows/sec., 5.96 MiB/sec. 2026.01.13 17:57:09.728788 [ 276 ] {ede86930-7a45-42a5-bb42-a701e2542a0f} TCPHandler: Processed in 0.002023826 sec. 2026.01.13 17:57:09.728920 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.729019 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:09.729061 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:09.729472 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.729507 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.729804 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:57:09.730009 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:09.730138 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} executeQuery: Read 31 rows, 2.33 KiB in 0.001141 sec., 27169.14986853637 rows/sec., 2.00 MiB/sec. 2026.01.13 17:57:09.730176 [ 276 ] {e8007003-3faa-446d-83b5-a6f389ff85ad} TCPHandler: Processed in 0.001306543 sec. 2026.01.13 17:57:09.730285 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.730379 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:09.730420 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:09.730853 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.730888 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.731201 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:09.731413 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:09.731540 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} executeQuery: Read 95 rows, 7.60 KiB in 0.001179 sec., 80576.75996607295 rows/sec., 6.29 MiB/sec. 2026.01.13 17:57:09.731578 [ 276 ] {983a9518-dfcf-4314-8c65-89c7ab27b842} TCPHandler: Processed in 0.001342564 sec. 2026.01.13 17:57:09.731701 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.731797 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:09.731841 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:09.732258 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.732293 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.732628 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:09.732854 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:09.732985 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.01.13 17:57:09.733021 [ 276 ] {73ef104e-0b3a-4cce-9fa9-b1ffd85ff272} TCPHandler: Processed in 0.001369255 sec. 2026.01.13 17:57:09.733134 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.733227 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:09.733282 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} 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.13 17:57:09.734118 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.734155 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.734726 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:57:09.734946 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:09.735084 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} executeQuery: Read 31 rows, 56.88 KiB in 0.001876 sec., 16524.52025586354 rows/sec., 29.61 MiB/sec. 2026.01.13 17:57:09.735137 [ 276 ] {5d918821-cbab-44e6-a112-da15b25dca52} TCPHandler: Processed in 0.002053507 sec. 2026.01.13 17:57:09.735255 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:09.735349 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:09.735392 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:09.735735 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:09.735771 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:09.736070 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:09.736314 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:09.736440 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.13 17:57:09.736481 [ 276 ] {41396849-33d8-480a-b483-c210775e7beb} TCPHandler: Processed in 0.001273983 sec. 2026.01.13 17:57:12.951849 [ 141 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:57:12.951926 [ 141 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:57:13.054812 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13435 2026.01.13 17:57:13.055268 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:13.055306 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:13.055837 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:57:13.056064 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:13.056190 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13435 2026.01.13 17:57:13.095120 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 878 2026.01.13 17:57:13.097115 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:13.097162 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:13.098440 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:57:13.098716 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:13.098969 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 878 2026.01.13 17:57:13.598357 [ 140 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.01.13 17:57:13.598431 [ 140 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:13.598457 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:13.598582 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:57:13.598745 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:13.598781 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2026.01.13 17:57:13.598843 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:13.598885 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:57:13.598924 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::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.13 17:57:13.598961 [ 190 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:13.599702 [ 195 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001182611 sec., 11838.212227012938 rows/sec., 794.39 KiB/sec. 2026.01.13 17:57:13.599908 [ 188 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.01.13 17:57:13.600238 [ 188 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:13.600313 [ 188 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_14_3} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.01.13 17:57:13.600412 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.13 17:57:13.750652 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.01.13 17:57:13.767347 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:13.767406 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:13.773408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:57:13.774174 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:13.776987 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.01.13 17:57:14.736387 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.736684 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.736787 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:14.737748 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.737788 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.738192 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:57:14.738418 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:14.738571 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} executeQuery: Read 410 rows, 26.63 KiB in 0.001963 sec., 208863.9836984208 rows/sec., 13.25 MiB/sec. 2026.01.13 17:57:14.738613 [ 276 ] {624e4dad-ebf8-47d1-8b5a-840f08444f50} TCPHandler: Processed in 0.002410723 sec. 2026.01.13 17:57:14.738728 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.738822 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:14.738863 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:14.739670 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.739706 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.740075 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:14.740293 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:14.740420 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} executeQuery: Read 1132 rows, 91.85 KiB in 0.001615 sec., 700928.7925696595 rows/sec., 55.54 MiB/sec. 2026.01.13 17:57:14.740457 [ 276 ] {ce543904-cdc1-489b-8305-dd6e9fa36f30} TCPHandler: Processed in 0.001777872 sec. 2026.01.13 17:57:14.740595 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.740688 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.740728 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:14.741205 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.741241 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.741553 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:57:14.741786 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:14.741920 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} executeQuery: Read 215 rows, 13.07 KiB in 0.001249 sec., 172137.7101681345 rows/sec., 10.22 MiB/sec. 2026.01.13 17:57:14.741957 [ 276 ] {b1fda267-8dd6-4916-9fb9-83fb0bb56be4} TCPHandler: Processed in 0.001421015 sec. 2026.01.13 17:57:14.742073 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.742173 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.742212 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:14.742681 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.742717 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.743016 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:57:14.743230 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:14.743356 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} executeQuery: Read 212 rows, 14.00 KiB in 0.0012 sec., 176666.6666666667 rows/sec., 11.39 MiB/sec. 2026.01.13 17:57:14.743393 [ 276 ] {471763d4-5c66-47de-94cf-c674111b169a} TCPHandler: Processed in 0.001369075 sec. 2026.01.13 17:57:14.743496 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.743589 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.743627 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:14.744095 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.744130 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.744438 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:57:14.744645 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:14.744771 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} executeQuery: Read 211 rows, 12.27 KiB in 0.0012 sec., 175833.33333333334 rows/sec., 9.98 MiB/sec. 2026.01.13 17:57:14.744808 [ 276 ] {82a2a9c6-6197-442a-b940-b31da25197cb} TCPHandler: Processed in 0.001360605 sec. 2026.01.13 17:57:14.744918 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.745009 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:14.745049 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:14.745663 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.745700 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.746030 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:14.746251 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:14.746377 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} executeQuery: Read 689 rows, 49.27 KiB in 0.001384 sec., 497832.3699421965 rows/sec., 34.76 MiB/sec. 2026.01.13 17:57:14.746414 [ 276 ] {7c577001-888e-4ee4-b112-0e7bfbb0d9d7} TCPHandler: Processed in 0.001544927 sec. 2026.01.13 17:57:14.746547 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.746666 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:14.746715 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:14.747097 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.747139 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.747458 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:57:14.747663 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:14.747786 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} executeQuery: Read 6 rows, 321.00 B in 0.001145 sec., 5240.174672489083 rows/sec., 273.78 KiB/sec. 2026.01.13 17:57:14.747822 [ 276 ] {25acc556-68ba-4e7c-b887-29d624154ef1} TCPHandler: Processed in 0.001334754 sec. 2026.01.13 17:57:14.747924 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.748017 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.748057 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:14.748523 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.748559 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.748883 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:14.749087 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:14.749214 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} executeQuery: Read 314 rows, 21.12 KiB in 0.001215 sec., 258436.21399176956 rows/sec., 16.98 MiB/sec. 2026.01.13 17:57:14.749251 [ 276 ] {c0e068b1-5edd-4e78-a1a3-0503cb671f70} TCPHandler: Processed in 0.001373795 sec. 2026.01.13 17:57:14.749351 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.749444 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.749484 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:14.749808 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.749842 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.750129 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:57:14.750335 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:14.750457 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} executeQuery: Read 1 rows, 69.00 B in 0.001031 sec., 969.9321047526673 rows/sec., 65.36 KiB/sec. 2026.01.13 17:57:14.750491 [ 276 ] {9293b7f9-a11e-4078-b177-92c09344a57d} TCPHandler: Processed in 0.001187451 sec. 2026.01.13 17:57:14.750608 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.750713 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.750769 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} 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.13 17:57:14.751529 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.751564 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.752084 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:57:14.752299 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:14.752447 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} executeQuery: Read 10 rows, 18.35 KiB in 0.001758 sec., 5688.282138794084 rows/sec., 10.19 MiB/sec. 2026.01.13 17:57:14.752509 [ 276 ] {2c2804c5-ab14-459f-ab8e-d600552c8844} TCPHandler: Processed in 0.001962006 sec. 2026.01.13 17:57:14.752620 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:14.752715 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:14.752756 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:14.753096 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:14.753131 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:14.753433 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:14.753635 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:14.753762 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} executeQuery: Read 104 rows, 6.53 KiB in 0.001066 sec., 97560.97560975609 rows/sec., 5.98 MiB/sec. 2026.01.13 17:57:14.753798 [ 276 ] {6440b771-49bd-493e-a61b-92545e34d387} TCPHandler: Processed in 0.001228112 sec. 2026.01.13 17:57:19.727366 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.727667 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:57:19.727740 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:57:19.728457 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.728500 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.728855 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.13 17:57:19.729072 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:57:19.729225 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} executeQuery: Read 4 rows, 334.00 B in 0.001667 sec., 2399.520095980804 rows/sec., 195.66 KiB/sec. 2026.01.13 17:57:19.729274 [ 276 ] {c120a23f-d021-4737-960a-bc081d5ff23c} TCPHandler: Processed in 0.002130559 sec. 2026.01.13 17:57:19.729423 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.729517 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:19.729558 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:19.730146 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.730183 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.730487 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:19.730695 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:19.730828 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} executeQuery: Read 120 rows, 10.41 KiB in 0.001279 sec., 93823.29945269742 rows/sec., 7.95 MiB/sec. 2026.01.13 17:57:19.730866 [ 276 ] {1154089f-ae83-4612-9974-60000d3f46fb} TCPHandler: Processed in 0.001458707 sec. 2026.01.13 17:57:19.731002 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.731098 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:19.731139 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:19.731583 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.731619 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.731914 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:57:19.732119 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:19.732248 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} executeQuery: Read 35 rows, 2.61 KiB in 0.001169 sec., 29940.119760479043 rows/sec., 2.18 MiB/sec. 2026.01.13 17:57:19.732285 [ 276 ] {405bbef5-6139-473c-b596-00c7443896d7} TCPHandler: Processed in 0.001333754 sec. 2026.01.13 17:57:19.732405 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.732502 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:19.732543 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:19.732976 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.733010 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.733310 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:19.733523 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:19.733652 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} executeQuery: Read 99 rows, 7.92 KiB in 0.001167 sec., 84832.90488431876 rows/sec., 6.63 MiB/sec. 2026.01.13 17:57:19.733688 [ 276 ] {0e04238b-1a23-46b3-bd69-14142e2453bc} TCPHandler: Processed in 0.001341814 sec. 2026.01.13 17:57:19.733811 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.733904 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:19.733946 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:19.734368 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.734401 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.734732 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:19.734925 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:19.735049 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} executeQuery: Read 162 rows, 11.55 KiB in 0.001185 sec., 136708.86075949366 rows/sec., 9.52 MiB/sec. 2026.01.13 17:57:19.735084 [ 276 ] {c418b313-2522-4426-b4c7-4ad049887887} TCPHandler: Processed in 0.001354144 sec. 2026.01.13 17:57:19.735185 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.735279 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:19.735331 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} 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.13 17:57:19.736223 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.736256 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.736785 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:57:19.737002 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:19.737137 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} executeQuery: Read 31 rows, 56.88 KiB in 0.001838 sec., 16866.158868335147 rows/sec., 30.22 MiB/sec. 2026.01.13 17:57:19.737209 [ 276 ] {df106a17-8b44-4b7b-ae9b-0be106788aa5} TCPHandler: Processed in 0.002041857 sec. 2026.01.13 17:57:19.737321 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:19.737416 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:19.737456 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:19.737795 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:19.737828 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:19.738127 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:19.738331 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:19.738462 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.01.13 17:57:19.738497 [ 276 ] {2b02f9a1-b97a-4cb5-9eeb-36227f1cd53d} TCPHandler: Processed in 0.001224872 sec. 2026.01.13 17:57:20.556566 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13883 2026.01.13 17:57:20.557095 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:20.557145 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:20.557674 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:57:20.557908 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:20.558049 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13883 2026.01.13 17:57:21.277352 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.01.13 17:57:21.293668 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:21.293740 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:21.300050 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:57:21.300812 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:21.303571 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.01.13 17:57:23.099497 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 914 2026.01.13 17:57:23.101833 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:23.101876 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:23.103079 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:57:23.103339 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:23.103506 [ 130 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:57:23.103577 [ 130 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:23.103589 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 914 2026.01.13 17:57:23.103600 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:23.103731 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:57:23.104331 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:23.104496 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 750 rows starting from the beginning of the part 2026.01.13 17:57:23.104880 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part 2026.01.13 17:57:23.105256 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2026.01.13 17:57:23.105602 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 48 rows starting from the beginning of the part 2026.01.13 17:57:23.105972 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 20 rows starting from the beginning of the part 2026.01.13 17:57:23.106339 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.01.13 17:57:23.112578 [ 188 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 914 rows, containing 72 columns (72 merged, 0 gathered) in 0.00889071 sec., 102803.93804319341 rows/sec., 87.23 MiB/sec. 2026.01.13 17:57:23.113953 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:57:23.114489 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:23.114555 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_21_4} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:57:23.114840 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. 2026.01.13 17:57:24.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 279.18 MiB, peak 284.39 MiB, free memory in arenas 0.00 B, will set to 280.19 MiB (RSS), difference: 1.01 MiB 2026.01.13 17:57:24.737289 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.737504 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.737577 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:24.738481 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.738527 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.738943 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:57:24.739158 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:24.739307 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} executeQuery: Read 410 rows, 26.63 KiB in 0.001857 sec., 220786.21432417879 rows/sec., 14.01 MiB/sec. 2026.01.13 17:57:24.739348 [ 276 ] {a6c61d10-89e0-4ad6-a805-c909946e2486} TCPHandler: Processed in 0.00219525 sec. 2026.01.13 17:57:24.739476 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.739590 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:24.739652 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:24.740693 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.740731 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.741104 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:24.741309 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:24.741426 [ 130 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:24.741436 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} executeQuery: Read 1132 rows, 91.85 KiB in 0.001884 sec., 600849.2569002123 rows/sec., 47.61 MiB/sec. 2026.01.13 17:57:24.741500 [ 130 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.741515 [ 276 ] {7bb2021b-3559-466b-abd1-a00915b48280} TCPHandler: Processed in 0.002087318 sec. 2026.01.13 17:57:24.741533 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.741654 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.741669 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:24.741753 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.741798 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:24.741819 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:24.741861 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2465 rows starting from the beginning of the part 2026.01.13 17:57:24.741933 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2026.01.13 17:57:24.741976 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:24.742017 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:57:24.742056 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 120 rows starting from the beginning of the part 2026.01.13 17:57:24.742092 [ 187 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:57:24.742306 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.742349 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.742684 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:57:24.742904 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:24.743039 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} executeQuery: Read 215 rows, 13.07 KiB in 0.001304 sec., 164877.30061349692 rows/sec., 9.79 MiB/sec. 2026.01.13 17:57:24.743076 [ 276 ] {7f5f6425-c251-4fa7-8431-808e771edc08} TCPHandler: Processed in 0.001470597 sec. 2026.01.13 17:57:24.743175 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.743267 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.743307 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:24.743823 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.743860 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.743977 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 5023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002364893 sec., 2123986.159204666 rows/sec., 179.61 MiB/sec. 2026.01.13 17:57:24.744184 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:57:24.744348 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:24.744416 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:24.744564 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} executeQuery: Read 212 rows, 14.00 KiB in 0.001314 sec., 161339.4216133942 rows/sec., 10.40 MiB/sec. 2026.01.13 17:57:24.744603 [ 276 ] {411321ce-8436-4786-9e43-55f3593ac9a9} TCPHandler: Processed in 0.001475446 sec. 2026.01.13 17:57:24.744714 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.744722 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:24.744810 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.744821 [ 188 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_46_9} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:24.744857 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:24.744980 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.13 17:57:24.745396 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.745438 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.745749 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:57:24.745961 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:24.746091 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} executeQuery: Read 211 rows, 12.27 KiB in 0.001299 sec., 162432.64049268668 rows/sec., 9.22 MiB/sec. 2026.01.13 17:57:24.746130 [ 276 ] {6f441962-396d-45d3-8dcb-bd33957f6c03} TCPHandler: Processed in 0.001462646 sec. 2026.01.13 17:57:24.746242 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.746362 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:24.746402 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:24.747059 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.747096 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.747419 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:24.747621 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:24.747731 [ 128 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:24.747747 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} executeQuery: Read 689 rows, 49.27 KiB in 0.001404 sec., 490740.74074074073 rows/sec., 34.27 MiB/sec. 2026.01.13 17:57:24.747791 [ 128 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.747809 [ 276 ] {cb50dad5-2994-456d-860d-7e4bf184a923} TCPHandler: Processed in 0.001614819 sec. 2026.01.13 17:57:24.747819 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.747932 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.747977 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:24.748029 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:24.748080 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:24.748154 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:24.748205 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:24.748291 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2026.01.13 17:57:24.748357 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:24.748419 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.748420 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 689 rows starting from the beginning of the part 2026.01.13 17:57:24.748466 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.748515 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 99 rows starting from the beginning of the part 2026.01.13 17:57:24.748583 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 689 rows starting from the beginning of the part 2026.01.13 17:57:24.748794 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:57:24.749051 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:24.749182 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} executeQuery: Read 6 rows, 321.00 B in 0.001171 sec., 5123.825789923143 rows/sec., 267.70 KiB/sec. 2026.01.13 17:57:24.749186 [ 127 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.01.13 17:57:24.749221 [ 276 ] {05dea650-e66f-48a3-9ede-d1e11537e2c5} TCPHandler: Processed in 0.001338053 sec. 2026.01.13 17:57:24.749241 [ 127 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.749267 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.749330 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.749350 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.01.13 17:57:24.749429 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.749459 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:24.749476 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:24.749496 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.01.13 17:57:24.749561 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:24.749603 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:24.749641 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:24.749679 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:24.749749 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.01.13 17:57:24.749863 [ 190 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 5 columns (5 merged, 0 gathered) in 0.001947525 sec., 1481880.8487695921 rows/sec., 111.73 MiB/sec. 2026.01.13 17:57:24.749924 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.749966 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.750098 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:24.750392 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:24.750466 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_46_9} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:24.750515 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001202112 sec., 74868.23191183517 rows/sec., 3.82 MiB/sec. 2026.01.13 17:57:24.750541 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:57:24.750605 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:24.750707 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.01.13 17:57:24.750864 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:24.751003 [ 127 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:24.751017 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.13 17:57:24.751013 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} executeQuery: Read 314 rows, 21.12 KiB in 0.001602 sec., 196004.99375780276 rows/sec., 12.88 MiB/sec. 2026.01.13 17:57:24.751046 [ 127 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.751081 [ 276 ] {d1c5d638-5538-4615-a1ef-c3c37b76d521} TCPHandler: Processed in 0.001797142 sec. 2026.01.13 17:57:24.751082 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.751094 [ 199 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_15_3} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.01.13 17:57:24.751179 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:24.751196 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.01.13 17:57:24.751221 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.751262 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:24.751292 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13447 rows starting from the beginning of the part 2026.01.13 17:57:24.751320 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.751335 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 74 rows starting from the beginning of the part 2026.01.13 17:57:24.751369 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:24.751377 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:24.751421 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 314 rows starting from the beginning of the part 2026.01.13 17:57:24.751452 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 162 rows starting from the beginning of the part 2026.01.13 17:57:24.751484 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 314 rows starting from the beginning of the part 2026.01.13 17:57:24.751700 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.751741 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.752068 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:57:24.752278 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:24.752407 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2026.01.13 17:57:24.752443 [ 276 ] {aaf9c859-4a9b-4b58-b311-87161bbc284e} TCPHandler: Processed in 0.001277414 sec. 2026.01.13 17:57:24.752543 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.752635 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.752689 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} 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.13 17:57:24.753480 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.753516 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.754040 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:57:24.754260 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:24.754397 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} executeQuery: Read 10 rows, 18.35 KiB in 0.001779 sec., 5621.135469364812 rows/sec., 10.07 MiB/sec. 2026.01.13 17:57:24.754449 [ 276 ] {a40d2b66-5d13-4c7b-9c54-3c8b5a17a5f0} TCPHandler: Processed in 0.001951675 sec. 2026.01.13 17:57:24.754565 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:24.754659 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:24.754699 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:24.755034 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.755071 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.755262 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 14471 rows, containing 5 columns (5 merged, 0 gathered) in 0.004108424 sec., 3522275.2082063584 rows/sec., 237.93 MiB/sec. 2026.01.13 17:57:24.755398 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:24.755607 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:24.755664 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:24.755721 [ 127 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:24.755742 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} executeQuery: Read 104 rows, 6.53 KiB in 0.001101 sec., 94459.58219800182 rows/sec., 5.79 MiB/sec. 2026.01.13 17:57:24.755748 [ 127 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:24.755784 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:24.755785 [ 276 ] {f6f54f60-2835-4596-b948-43b3f8194ecb} TCPHandler: Processed in 0.001267393 sec. 2026.01.13 17:57:24.755877 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:24.755948 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:24.755979 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:24.756013 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2704 rows starting from the beginning of the part 2026.01.13 17:57:24.756017 [ 199 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_46_9} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:24.756068 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 28 rows starting from the beginning of the part 2026.01.13 17:57:24.756092 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.74 MiB. 2026.01.13 17:57:24.756115 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:24.756158 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2026.01.13 17:57:24.756193 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:24.756228 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2026.01.13 17:57:24.757286 [ 199 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3060 rows, containing 4 columns (4 merged, 0 gathered) in 0.001454336 sec., 2104052.9836296425 rows/sec., 135.18 MiB/sec. 2026.01.13 17:57:24.757519 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:24.757765 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:24.757830 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_46_9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:24.757900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.01.13 17:57:27.951969 [ 124 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:57:27.952024 [ 124 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:57:28.058109 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14395 2026.01.13 17:57:28.058681 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:28.058734 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:28.059225 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:57:28.059461 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:28.059587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14395 2026.01.13 17:57:28.804593 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.01.13 17:57:28.822114 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:28.822179 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:28.827811 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:57:28.828507 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:28.831797 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.01.13 17:57:29.727513 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.727816 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:29.727923 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:29.728629 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.728675 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.729078 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:29.729313 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:29.729468 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} executeQuery: Read 118 rows, 10.26 KiB in 0.001729 sec., 68247.54193175245 rows/sec., 5.79 MiB/sec. 2026.01.13 17:57:29.729509 [ 276 ] {15672fc1-f394-4313-8816-a290d172df28} TCPHandler: Processed in 0.002188209 sec. 2026.01.13 17:57:29.729639 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.729736 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:29.729777 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:29.730188 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.730224 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.730530 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:29.730750 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:29.730868 [ 122 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:29.730880 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} executeQuery: Read 31 rows, 2.33 KiB in 0.001163 sec., 26655.20206362855 rows/sec., 1.96 MiB/sec. 2026.01.13 17:57:29.730931 [ 122 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.730941 [ 276 ] {dfb70f70-84c4-4fd5-a0b3-bb19f9ac89fe} TCPHandler: Processed in 0.001352245 sec. 2026.01.13 17:57:29.730962 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.731068 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.731082 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:29.731166 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:29.731211 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:29.731222 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:29.731263 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:29.731330 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:29.731378 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 215 rows starting from the beginning of the part 2026.01.13 17:57:29.731425 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 35 rows starting from the beginning of the part 2026.01.13 17:57:29.731471 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 215 rows starting from the beginning of the part 2026.01.13 17:57:29.731514 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:29.731656 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.731699 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.732039 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:29.732276 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:29.732407 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} executeQuery: Read 95 rows, 7.60 KiB in 0.001259 sec., 75456.71167593329 rows/sec., 5.89 MiB/sec. 2026.01.13 17:57:29.732445 [ 276 ] {ff3dcf5c-a45f-4b44-afb9-5300acba438f} TCPHandler: Processed in 0.001426896 sec. 2026.01.13 17:57:29.732479 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001450227 sec., 555085.5141988117 rows/sec., 36.57 MiB/sec. 2026.01.13 17:57:29.732560 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.732648 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:29.732661 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:29.732716 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:29.732960 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:29.733034 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_41_8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:29.733115 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:57:29.733141 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.733183 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.733522 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:29.733741 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:29.733878 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.01.13 17:57:29.733914 [ 276 ] {b9f6aa2f-2b70-4f2a-9935-09e7b72058d1} TCPHandler: Processed in 0.001403695 sec. 2026.01.13 17:57:29.734024 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.734118 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:29.734173 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} 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.13 17:57:29.735029 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.735066 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.735607 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:57:29.735838 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:29.735952 [ 122 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:57:29.735979 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} executeQuery: Read 31 rows, 56.88 KiB in 0.001879 sec., 16498.137307078232 rows/sec., 29.56 MiB/sec. 2026.01.13 17:57:29.735985 [ 122 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.736018 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.736038 [ 276 ] {560b63d2-95f3-4e5a-ae0d-e713b445931a} TCPHandler: Processed in 0.002062357 sec. 2026.01.13 17:57:29.736104 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:57:29.736157 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:29.736253 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:29.736292 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:29.736297 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:29.736348 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 691 rows starting from the beginning of the part 2026.01.13 17:57:29.736470 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:29.736576 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:29.736648 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:29.736679 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:29.736685 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:29.736780 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:29.736880 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:29.737005 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:29.737219 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:29.737348 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.01.13 17:57:29.737384 [ 276 ] {da3e2fe3-efb6-4907-b4b2-467e3dbc561b} TCPHandler: Processed in 0.001275753 sec. 2026.01.13 17:57:29.751528 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 19 columns (19 merged, 0 gathered) in 0.015455539 sec., 52020.18512586329 rows/sec., 93.22 MiB/sec. 2026.01.13 17:57:29.752371 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:57:29.752682 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:29.752744 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_41_8} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:57:29.752827 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.65 MiB. 2026.01.13 17:57:30.000245 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 282.17 MiB, peak 289.75 MiB, free memory in arenas 0.00 B, will set to 283.56 MiB (RSS), difference: 1.39 MiB 2026.01.13 17:57:32.238879 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.239070 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.239131 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:32.240050 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.240090 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.240531 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:57:32.240750 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:32.240907 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} executeQuery: Read 410 rows, 26.63 KiB in 0.001888 sec., 217161.01694915254 rows/sec., 13.78 MiB/sec. 2026.01.13 17:57:32.240947 [ 276 ] {f1ffe242-94dc-4ae9-8ca9-a4529e5462b3} TCPHandler: Processed in 0.00220425 sec. 2026.01.13 17:57:32.241069 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.241163 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:32.241202 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:32.242549 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.242585 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.243018 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:57:32.243228 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:32.243354 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} executeQuery: Read 2272 rows, 188.41 KiB in 0.00221 sec., 1028054.2986425338 rows/sec., 83.26 MiB/sec. 2026.01.13 17:57:32.243393 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:57:32.243405 [ 276 ] {2557fc6e-c3fb-4353-80c9-e823d5d8f342} TCPHandler: Processed in 0.002384332 sec. 2026.01.13 17:57:32.243521 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.243616 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.243655 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:32.244165 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.244201 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.244520 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:32.244735 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:32.244864 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} executeQuery: Read 215 rows, 13.07 KiB in 0.001266 sec., 169826.224328594 rows/sec., 10.08 MiB/sec. 2026.01.13 17:57:32.244904 [ 276 ] {7917bab4-efef-40d2-8882-6829fc02ad52} TCPHandler: Processed in 0.001430965 sec. 2026.01.13 17:57:32.245015 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.245120 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.245159 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:32.245679 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.245713 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.246021 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:57:32.246230 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:32.246350 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} executeQuery: Read 440 rows, 29.81 KiB in 0.001249 sec., 352281.8254603683 rows/sec., 23.31 MiB/sec. 2026.01.13 17:57:32.246386 [ 276 ] {49543bf8-83ea-48b5-b951-a8a7c5836a1a} TCPHandler: Processed in 0.001419105 sec. 2026.01.13 17:57:32.246500 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.246593 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.246631 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:32.247110 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.247144 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.247437 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:57:32.247643 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:32.247770 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} executeQuery: Read 211 rows, 12.27 KiB in 0.001195 sec., 176569.03765690376 rows/sec., 10.03 MiB/sec. 2026.01.13 17:57:32.247806 [ 276 ] {6940826d-c5a5-447f-a2ca-6abe2f882dfe} TCPHandler: Processed in 0.001354265 sec. 2026.01.13 17:57:32.247903 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.247995 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:32.248033 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:32.248766 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.248800 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.249149 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:57:32.249357 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:32.249480 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} executeQuery: Read 1145 rows, 83.56 KiB in 0.001503 sec., 761809.7139055223 rows/sec., 54.29 MiB/sec. 2026.01.13 17:57:32.249516 [ 276 ] {6859b2e8-279a-4204-a56d-0a45304c1aee} TCPHandler: Processed in 0.00166002 sec. 2026.01.13 17:57:32.249631 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.249727 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:32.249767 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:32.250093 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.250128 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.250421 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:57:32.250622 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:32.250746 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} executeQuery: Read 6 rows, 321.00 B in 0.001036 sec., 5791.505791505791 rows/sec., 302.58 KiB/sec. 2026.01.13 17:57:32.250780 [ 276 ] {587b135f-6da6-499f-8e02-b610dddc5fc2} TCPHandler: Processed in 0.001197351 sec. 2026.01.13 17:57:32.250894 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.250986 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.251026 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:32.251594 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.251627 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.251996 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:57:32.252203 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:32.252330 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} executeQuery: Read 924 rows, 62.61 KiB in 0.001362 sec., 678414.0969162995 rows/sec., 44.89 MiB/sec. 2026.01.13 17:57:32.252365 [ 276 ] {82b34c6e-a3cb-43f2-84dc-7ec4c6118bbd} TCPHandler: Processed in 0.001519077 sec. 2026.01.13 17:57:32.252481 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.252582 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.252625 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:32.252938 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.252972 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.253269 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:57:32.253474 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:32.253599 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2026.01.13 17:57:32.253634 [ 276 ] {603c96de-cdde-4872-8583-4c640661e082} TCPHandler: Processed in 0.001202272 sec. 2026.01.13 17:57:32.253741 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.253833 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.253887 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} 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.13 17:57:32.254681 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.254716 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.255214 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:57:32.255424 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:32.255558 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} executeQuery: Read 10 rows, 18.35 KiB in 0.001742 sec., 5740.52812858783 rows/sec., 10.29 MiB/sec. 2026.01.13 17:57:32.255608 [ 276 ] {8ba0b93a-4184-4fe7-bea5-01e19d37c5ad} TCPHandler: Processed in 0.001913964 sec. 2026.01.13 17:57:32.255719 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:32.255813 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:32.255854 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:32.256190 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:32.256223 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:32.256513 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:57:32.256711 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:32.256831 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} executeQuery: Read 76 rows, 4.59 KiB in 0.001036 sec., 73359.07335907336 rows/sec., 4.32 MiB/sec. 2026.01.13 17:57:32.256865 [ 276 ] {2575ce48-222b-42c0-aee1-b728640642ea} TCPHandler: Processed in 0.001194092 sec. 2026.01.13 17:57:33.103802 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 970 2026.01.13 17:57:33.106716 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:33.106755 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:33.107961 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:57:33.108243 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:33.108510 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 970 2026.01.13 17:57:34.721769 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:34.721971 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:34.722043 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:34.722769 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:34.722809 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:34.723198 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:57:34.723415 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:34.723568 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} executeQuery: Read 56 rows, 4.41 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.61 MiB/sec. 2026.01.13 17:57:34.723609 [ 276 ] {e08247f9-1484-4d46-ad1f-6276d84a9a50} TCPHandler: Processed in 0.001975456 sec. 2026.01.13 17:57:34.723731 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:34.723825 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:34.723864 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:34.724273 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:34.724307 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:34.724575 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:57:34.724760 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:34.724876 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} executeQuery: Read 64 rows, 5.12 KiB in 0.001132 sec., 56537.102473498235 rows/sec., 4.41 MiB/sec. 2026.01.13 17:57:34.724976 [ 276 ] {519b46e4-3a48-4f24-9770-1ee787255296} TCPHandler: Processed in 0.001292403 sec. 2026.01.13 17:57:34.725088 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:34.725180 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:34.725222 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:34.725598 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:34.725633 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:34.725942 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:57:34.726149 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:34.726273 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} executeQuery: Read 74 rows, 5.27 KiB in 0.001111 sec., 66606.6606660666 rows/sec., 4.64 MiB/sec. 2026.01.13 17:57:34.726309 [ 276 ] {d3120ccd-dc9b-4f40-b2b8-d13064e7d622} TCPHandler: Processed in 0.001268923 sec. 2026.01.13 17:57:34.726422 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:34.726518 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:34.726558 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:34.726882 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:34.726918 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:34.727222 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:57:34.727416 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:34.727541 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} executeQuery: Read 28 rows, 1.94 KiB in 0.001044 sec., 26819.92337164751 rows/sec., 1.81 MiB/sec. 2026.01.13 17:57:34.727576 [ 276 ] {5c2a5e8b-7131-4673-b57e-916e8012cc00} TCPHandler: Processed in 0.001201311 sec. 2026.01.13 17:57:35.559887 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14843 2026.01.13 17:57:35.560374 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:35.560422 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:35.560897 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:57:35.561135 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:35.561265 [ 112 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:57:35.561281 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14843 2026.01.13 17:57:35.561333 [ 112 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:35.561359 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:35.561486 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.561627 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:35.561667 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12475 rows starting from the beginning of the part 2026.01.13 17:57:35.561730 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.561778 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.561822 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.561859 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.561897 [ 191 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:57:35.563655 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14843 rows, containing 4 columns (4 merged, 0 gathered) in 0.00222739 sec., 6663853.20936163 rows/sec., 95.33 MiB/sec. 2026.01.13 17:57:35.564247 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:57:35.564590 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:35.564672 [ 192 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_31_6} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:57:35.564772 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.01.13 17:57:36.332106 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.01.13 17:57:36.350474 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:36.350525 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:36.356135 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:57:36.356837 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:36.357112 [ 113 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:57:36.357153 [ 113 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:36.357175 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:36.357309 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.360168 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.01.13 17:57:36.361433 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:36.362989 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.367781 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.372403 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.376876 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.381344 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.385177 [ 186 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:57:36.441412 [ 191 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.084165927 sec., 2780.2224527272183 rows/sec., 14.38 MiB/sec. 2026.01.13 17:57:36.444107 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:57:36.446081 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_31_6} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:36.446174 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_31_6} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:57:36.448367 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.01.13 17:57:37.001152 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 284.68 MiB, peak 295.22 MiB, free memory in arenas 0.00 B, will set to 288.79 MiB (RSS), difference: 4.11 MiB 2026.01.13 17:57:39.441833 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48874 2026.01.13 17:57:39.441950 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.441980 [ 287 ] {} TCP-Session: 30a969f5-03a8-429b-8f13-2e23a9642c66 Authenticating user 'default' from [fd00:1122:3344:101::e]:48874 2026.01.13 17:57:39.442004 [ 287 ] {} TCP-Session: 30a969f5-03a8-429b-8f13-2e23a9642c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442020 [ 287 ] {} TCP-Session: 30a969f5-03a8-429b-8f13-2e23a9642c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442215 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37825 2026.01.13 17:57:39.442218 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33561 2026.01.13 17:57:39.442343 [ 287 ] {} TCP-Session: 30a969f5-03a8-429b-8f13-2e23a9642c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.442440 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.442483 [ 289 ] {} TCP-Session: faedf630-988f-4de9-8bee-033aed2e348d Authenticating user 'default' from [fd00:1122:3344:101::e]:37825 2026.01.13 17:57:39.442511 [ 289 ] {} TCP-Session: faedf630-988f-4de9-8bee-033aed2e348d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442524 [ 289 ] {} TCP-Session: faedf630-988f-4de9-8bee-033aed2e348d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442535 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} executeQuery: (from [fd00:1122:3344:101::e]:48874) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:57:39.442649 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.442688 [ 290 ] {} TCP-Session: 3fa08265-4776-4bbc-ad04-62d56856fc4d Authenticating user 'default' from [fd00:1122:3344:101::e]:33561 2026.01.13 17:57:39.442709 [ 290 ] {} TCP-Session: 3fa08265-4776-4bbc-ad04-62d56856fc4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442722 [ 290 ] {} TCP-Session: 3fa08265-4776-4bbc-ad04-62d56856fc4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.442812 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:57:39.442872 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:57:39.443160 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:57:39.443801 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35397 2026.01.13 17:57:39.443805 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41292 2026.01.13 17:57:39.444118 [ 297 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} AggregatingTransform: Aggregating 2026.01.13 17:57:39.444170 [ 297 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} Aggregator: Aggregation method: without_key 2026.01.13 17:57:39.444209 [ 297 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000946547 sec. (1056.472 rows/sec., 41.27 KiB/sec.) 2026.01.13 17:57:39.444227 [ 297 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} Aggregator: Merging aggregated data 2026.01.13 17:57:39.444351 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64330 2026.01.13 17:57:39.444391 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58216 2026.01.13 17:57:39.444402 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42114 2026.01.13 17:57:39.444358 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.444506 [ 350 ] {} TCP-Session: 898e4ced-cfea-4d0c-bafc-f1dfa3eea8ca Authenticating user 'default' from [fd00:1122:3344:101::e]:35397 2026.01.13 17:57:39.444528 [ 350 ] {} TCP-Session: 898e4ced-cfea-4d0c-bafc-f1dfa3eea8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.444545 [ 350 ] {} TCP-Session: 898e4ced-cfea-4d0c-bafc-f1dfa3eea8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.444604 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.444643 [ 291 ] {} TCP-Session: f9f3b3ad-d1ef-404a-b016-bcbb96ed6c31 Authenticating user 'default' from [fd00:1122:3344:101::e]:41292 2026.01.13 17:57:39.444670 [ 291 ] {} TCP-Session: f9f3b3ad-d1ef-404a-b016-bcbb96ed6c31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.444693 [ 291 ] {} TCP-Session: f9f3b3ad-d1ef-404a-b016-bcbb96ed6c31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.444881 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.444939 [ 351 ] {} TCP-Session: 7239aba0-0a3b-448c-9150-ce8185053aea Authenticating user 'default' from [fd00:1122:3344:101::e]:64330 2026.01.13 17:57:39.444969 [ 351 ] {} TCP-Session: 7239aba0-0a3b-448c-9150-ce8185053aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.444987 [ 351 ] {} TCP-Session: 7239aba0-0a3b-448c-9150-ce8185053aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445265 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41737 2026.01.13 17:57:39.445380 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.445420 [ 354 ] {} TCP-Session: 1c84df2b-53bd-43b4-a209-a60777c632ae Authenticating user 'default' from [fd00:1122:3344:101::e]:58216 2026.01.13 17:57:39.445436 [ 354 ] {} TCP-Session: 1c84df2b-53bd-43b4-a209-a60777c632ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445450 [ 354 ] {} TCP-Session: 1c84df2b-53bd-43b4-a209-a60777c632ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445529 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.445577 [ 353 ] {} TCP-Session: c856213f-3efe-4498-9068-01596c1786a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42114 2026.01.13 17:57:39.445601 [ 353 ] {} TCP-Session: c856213f-3efe-4498-9068-01596c1786a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445619 [ 353 ] {} TCP-Session: c856213f-3efe-4498-9068-01596c1786a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445720 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} executeQuery: Read 1 rows, 40.00 B in 0.00325 sec., 307.6923076923077 rows/sec., 12.02 KiB/sec. 2026.01.13 17:57:39.445790 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.445832 [ 355 ] {} TCP-Session: 498de695-187e-4b1d-bcf2-38e4d310a385 Authenticating user 'default' from [fd00:1122:3344:101::e]:41737 2026.01.13 17:57:39.445852 [ 355 ] {} TCP-Session: 498de695-187e-4b1d-bcf2-38e4d310a385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445864 [ 355 ] {} TCP-Session: 498de695-187e-4b1d-bcf2-38e4d310a385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.445919 [ 287 ] {12ea1c3a-b794-4c24-b813-f09e27e04c02} TCPHandler: Processed in 0.003703077 sec. 2026.01.13 17:57:39.446011 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446043 [ 287 ] {} TCP-Session: 30a969f5-03a8-429b-8f13-2e23a9642c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446052 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446075 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446094 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446108 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446126 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446142 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446161 [ 354 ] {} TCP-Session: 1c84df2b-53bd-43b4-a209-a60777c632ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446186 [ 353 ] {} TCP-Session: c856213f-3efe-4498-9068-01596c1786a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446198 [ 291 ] {} TCP-Session: f9f3b3ad-d1ef-404a-b016-bcbb96ed6c31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446166 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446159 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.446265 [ 355 ] {} TCP-Session: 498de695-187e-4b1d-bcf2-38e4d310a385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446143 [ 290 ] {} TCP-Session: 3fa08265-4776-4bbc-ad04-62d56856fc4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446294 [ 351 ] {} TCP-Session: 7239aba0-0a3b-448c-9150-ce8185053aea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446132 [ 289 ] {} TCP-Session: faedf630-988f-4de9-8bee-033aed2e348d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.446095 [ 350 ] {} TCP-Session: 898e4ced-cfea-4d0c-bafc-f1dfa3eea8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501080 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57854 2026.01.13 17:57:39.501189 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501216 [ 287 ] {} TCP-Session: 013dcee0-278e-42f0-8621-1c20ab41b7b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:57854 2026.01.13 17:57:39.501240 [ 287 ] {} TCP-Session: 013dcee0-278e-42f0-8621-1c20ab41b7b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501253 [ 287 ] {} TCP-Session: 013dcee0-278e-42f0-8621-1c20ab41b7b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501439 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35675 2026.01.13 17:57:39.501460 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46942 2026.01.13 17:57:39.501480 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61415 2026.01.13 17:57:39.501509 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45291 2026.01.13 17:57:39.501509 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65303 2026.01.13 17:57:39.501538 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57710 2026.01.13 17:57:39.501562 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501576 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501610 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501625 [ 289 ] {} TCP-Session: c8b6639a-92b9-47ca-b1a5-d32c35894190 Authenticating user 'default' from [fd00:1122:3344:101::e]:35675 2026.01.13 17:57:39.501642 [ 354 ] {} TCP-Session: a02d2b89-ddd1-4c39-ba3b-315e9a549618 Authenticating user 'default' from [fd00:1122:3344:101::e]:45291 2026.01.13 17:57:39.501655 [ 353 ] {} TCP-Session: 1eaaa5c6-0adf-48c2-aa5d-87250e96f06f Authenticating user 'default' from [fd00:1122:3344:101::e]:65303 2026.01.13 17:57:39.501669 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501677 [ 354 ] {} TCP-Session: a02d2b89-ddd1-4c39-ba3b-315e9a549618 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501713 [ 353 ] {} TCP-Session: 1eaaa5c6-0adf-48c2-aa5d-87250e96f06f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501729 [ 354 ] {} TCP-Session: a02d2b89-ddd1-4c39-ba3b-315e9a549618 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501726 [ 355 ] {} TCP-Session: 05071d35-367e-4e25-bd76-3a9778294137 Authenticating user 'default' from [fd00:1122:3344:101::e]:57710 2026.01.13 17:57:39.501747 [ 353 ] {} TCP-Session: 1eaaa5c6-0adf-48c2-aa5d-87250e96f06f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501665 [ 289 ] {} TCP-Session: c8b6639a-92b9-47ca-b1a5-d32c35894190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501782 [ 355 ] {} TCP-Session: 05071d35-367e-4e25-bd76-3a9778294137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501811 [ 289 ] {} TCP-Session: c8b6639a-92b9-47ca-b1a5-d32c35894190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501837 [ 355 ] {} TCP-Session: 05071d35-367e-4e25-bd76-3a9778294137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501618 [ 287 ] {} TCP-Session: 013dcee0-278e-42f0-8621-1c20ab41b7b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.501571 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501571 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.501927 [ 290 ] {} TCP-Session: 88e98664-3a3f-48ee-beb0-d4fa2ea06389 Authenticating user 'default' from [fd00:1122:3344:101::e]:46942 2026.01.13 17:57:39.501509 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60879 2026.01.13 17:57:39.501948 [ 290 ] {} TCP-Session: 88e98664-3a3f-48ee-beb0-d4fa2ea06389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501942 [ 350 ] {} TCP-Session: ac4295d9-4a91-48c0-94a0-b7e6dc8a07d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61415 2026.01.13 17:57:39.502002 [ 290 ] {} TCP-Session: 88e98664-3a3f-48ee-beb0-d4fa2ea06389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502014 [ 350 ] {} TCP-Session: ac4295d9-4a91-48c0-94a0-b7e6dc8a07d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.501467 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63868 2026.01.13 17:57:39.502032 [ 350 ] {} TCP-Session: ac4295d9-4a91-48c0-94a0-b7e6dc8a07d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502049 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} executeQuery: (from [fd00:1122:3344:101::e]:57854) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:57:39.502035 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.502111 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.502125 [ 351 ] {} TCP-Session: 7bb60b54-39f0-4583-9776-3cbeb0232b15 Authenticating user 'default' from [fd00:1122:3344:101::e]:60879 2026.01.13 17:57:39.502142 [ 291 ] {} TCP-Session: 3c6791d9-6c76-4939-a7fa-5baab5ff3638 Authenticating user 'default' from [fd00:1122:3344:101::e]:63868 2026.01.13 17:57:39.502169 [ 351 ] {} TCP-Session: 7bb60b54-39f0-4583-9776-3cbeb0232b15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502175 [ 291 ] {} TCP-Session: 3c6791d9-6c76-4939-a7fa-5baab5ff3638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502196 [ 351 ] {} TCP-Session: 7bb60b54-39f0-4583-9776-3cbeb0232b15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502205 [ 291 ] {} TCP-Session: 3c6791d9-6c76-4939-a7fa-5baab5ff3638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.502327 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:57:39.502381 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:57:39.502662 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:57:39.503601 [ 348 ] {0e624981-744f-463a-9775-bb8379f141f1} AggregatingTransform: Aggregating 2026.01.13 17:57:39.503653 [ 348 ] {0e624981-744f-463a-9775-bb8379f141f1} Aggregator: Aggregation method: without_key 2026.01.13 17:57:39.503694 [ 348 ] {0e624981-744f-463a-9775-bb8379f141f1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932257 sec. (1072.666 rows/sec., 41.90 KiB/sec.) 2026.01.13 17:57:39.503716 [ 348 ] {0e624981-744f-463a-9775-bb8379f141f1} Aggregator: Merging aggregated data 2026.01.13 17:57:39.505119 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} executeQuery: Read 1 rows, 40.00 B in 0.003126 sec., 319.8976327575176 rows/sec., 12.50 KiB/sec. 2026.01.13 17:57:39.505272 [ 287 ] {0e624981-744f-463a-9775-bb8379f141f1} TCPHandler: Processed in 0.003769318 sec. 2026.01.13 17:57:39.505387 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505418 [ 287 ] {} TCP-Session: 013dcee0-278e-42f0-8621-1c20ab41b7b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505418 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505434 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505450 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505487 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505502 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505520 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505541 [ 351 ] {} TCP-Session: 7bb60b54-39f0-4583-9776-3cbeb0232b15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505559 [ 353 ] {} TCP-Session: 1eaaa5c6-0adf-48c2-aa5d-87250e96f06f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505581 [ 354 ] {} TCP-Session: a02d2b89-ddd1-4c39-ba3b-315e9a549618 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505522 [ 350 ] {} TCP-Session: ac4295d9-4a91-48c0-94a0-b7e6dc8a07d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505492 [ 289 ] {} TCP-Session: c8b6639a-92b9-47ca-b1a5-d32c35894190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505480 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505468 [ 290 ] {} TCP-Session: 88e98664-3a3f-48ee-beb0-d4fa2ea06389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505693 [ 355 ] {} TCP-Session: 05071d35-367e-4e25-bd76-3a9778294137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.505476 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.505771 [ 291 ] {} TCP-Session: 3c6791d9-6c76-4939-a7fa-5baab5ff3638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.667925 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38252 2026.01.13 17:57:39.668054 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668082 [ 287 ] {} TCP-Session: ab2e7064-a7ae-42aa-8b2e-539447b861b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38252 2026.01.13 17:57:39.668105 [ 287 ] {} TCP-Session: ab2e7064-a7ae-42aa-8b2e-539447b861b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668118 [ 287 ] {} TCP-Session: ab2e7064-a7ae-42aa-8b2e-539447b861b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668350 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46321 2026.01.13 17:57:39.668369 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47824 2026.01.13 17:57:39.668394 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38700 2026.01.13 17:57:39.668415 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54422 2026.01.13 17:57:39.668437 [ 287 ] {} TCP-Session: ab2e7064-a7ae-42aa-8b2e-539447b861b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.668472 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668493 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668499 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668518 [ 289 ] {} TCP-Session: a0815155-4856-41fa-8b8c-f7de134cec55 Authenticating user 'default' from [fd00:1122:3344:101::e]:46321 2026.01.13 17:57:39.668526 [ 353 ] {} TCP-Session: 034fddec-401d-452d-ada8-e231c7441b50 Authenticating user 'default' from [fd00:1122:3344:101::e]:38700 2026.01.13 17:57:39.668546 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668561 [ 353 ] {} TCP-Session: 034fddec-401d-452d-ada8-e231c7441b50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668558 [ 289 ] {} TCP-Session: a0815155-4856-41fa-8b8c-f7de134cec55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668583 [ 355 ] {} TCP-Session: 1220f0df-07a0-4726-9e21-816e23a80dac Authenticating user 'default' from [fd00:1122:3344:101::e]:54422 2026.01.13 17:57:39.668596 [ 289 ] {} TCP-Session: a0815155-4856-41fa-8b8c-f7de134cec55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668584 [ 353 ] {} TCP-Session: 034fddec-401d-452d-ada8-e231c7441b50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668619 [ 355 ] {} TCP-Session: 1220f0df-07a0-4726-9e21-816e23a80dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668640 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} executeQuery: (from [fd00:1122:3344:101::e]:38252) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:57:39.668653 [ 355 ] {} TCP-Session: 1220f0df-07a0-4726-9e21-816e23a80dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668546 [ 350 ] {} TCP-Session: a1f6da81-f5b5-4b66-aebf-597134faac73 Authenticating user 'default' from [fd00:1122:3344:101::e]:47824 2026.01.13 17:57:39.668406 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64568 2026.01.13 17:57:39.668717 [ 350 ] {} TCP-Session: a1f6da81-f5b5-4b66-aebf-597134faac73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668397 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46128 2026.01.13 17:57:39.668740 [ 350 ] {} TCP-Session: a1f6da81-f5b5-4b66-aebf-597134faac73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668775 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668359 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41466 2026.01.13 17:57:39.668801 [ 354 ] {} TCP-Session: 7487aae2-1612-4522-ad35-4066da917dcb Authenticating user 'default' from [fd00:1122:3344:101::e]:64568 2026.01.13 17:57:39.668809 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668844 [ 354 ] {} TCP-Session: 7487aae2-1612-4522-ad35-4066da917dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668350 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35558 2026.01.13 17:57:39.668867 [ 354 ] {} TCP-Session: 7487aae2-1612-4522-ad35-4066da917dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668863 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.668862 [ 351 ] {} TCP-Session: 8962621f-d54a-41e4-8b55-8722c6ca6f2e Authenticating user 'default' from [fd00:1122:3344:101::e]:46128 2026.01.13 17:57:39.668918 [ 291 ] {} TCP-Session: a374a4e5-bf99-4eb9-a063-5ee21310405f Authenticating user 'default' from [fd00:1122:3344:101::e]:41466 2026.01.13 17:57:39.668924 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:57:39.668946 [ 291 ] {} TCP-Session: a374a4e5-bf99-4eb9-a063-5ee21310405f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668937 [ 351 ] {} TCP-Session: 8962621f-d54a-41e4-8b55-8722c6ca6f2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668973 [ 291 ] {} TCP-Session: a374a4e5-bf99-4eb9-a063-5ee21310405f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668988 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:57:39.668990 [ 351 ] {} TCP-Session: 8962621f-d54a-41e4-8b55-8722c6ca6f2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.668929 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:57:39.669053 [ 290 ] {} TCP-Session: 6a89e7c9-3dc7-41d0-a465-a44867dee355 Authenticating user 'default' from [fd00:1122:3344:101::e]:35558 2026.01.13 17:57:39.669070 [ 290 ] {} TCP-Session: 6a89e7c9-3dc7-41d0-a465-a44867dee355 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.669082 [ 290 ] {} TCP-Session: 6a89e7c9-3dc7-41d0-a465-a44867dee355 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.669283 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:57:39.670343 [ 302 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} AggregatingTransform: Aggregating 2026.01.13 17:57:39.670378 [ 302 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} Aggregator: Aggregation method: without_key 2026.01.13 17:57:39.670410 [ 302 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001025529 sec. (975.107 rows/sec., 38.09 KiB/sec.) 2026.01.13 17:57:39.670425 [ 302 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} Aggregator: Merging aggregated data 2026.01.13 17:57:39.671663 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} executeQuery: Read 1 rows, 40.00 B in 0.003079 sec., 324.78077297823967 rows/sec., 12.69 KiB/sec. 2026.01.13 17:57:39.671796 [ 287 ] {89a8d1b2-9aee-4255-8b1c-9fe9ed099fea} TCPHandler: Processed in 0.003475193 sec. 2026.01.13 17:57:39.671907 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.671938 [ 287 ] {} TCP-Session: ab2e7064-a7ae-42aa-8b2e-539447b861b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.671938 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.671957 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.671975 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.671991 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.672010 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.672025 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.672048 [ 353 ] {} TCP-Session: 034fddec-401d-452d-ada8-e231c7441b50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672062 [ 289 ] {} TCP-Session: a0815155-4856-41fa-8b8c-f7de134cec55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672086 [ 291 ] {} TCP-Session: a374a4e5-bf99-4eb9-a063-5ee21310405f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672057 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.672041 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:57:39.672150 [ 354 ] {} TCP-Session: 7487aae2-1612-4522-ad35-4066da917dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.671996 [ 355 ] {} TCP-Session: 1220f0df-07a0-4726-9e21-816e23a80dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672180 [ 351 ] {} TCP-Session: 8962621f-d54a-41e4-8b55-8722c6ca6f2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672022 [ 290 ] {} TCP-Session: 6a89e7c9-3dc7-41d0-a465-a44867dee355 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.672018 [ 350 ] {} TCP-Session: a1f6da81-f5b5-4b66-aebf-597134faac73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:57:39.728015 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.728192 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:39.728260 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:39.728956 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.729004 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.729456 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:57:39.729697 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:39.729877 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} executeQuery: Read 118 rows, 10.26 KiB in 0.001732 sec., 68129.33025404158 rows/sec., 5.78 MiB/sec. 2026.01.13 17:57:39.729931 [ 276 ] {4a5e508d-dca4-479b-a72b-676bf10063be} TCPHandler: Processed in 0.002055046 sec. 2026.01.13 17:57:39.730068 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.730175 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:39.730219 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:39.730659 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.730696 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.731027 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:39.731283 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:39.731453 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} executeQuery: Read 31 rows, 2.33 KiB in 0.001302 sec., 23809.52380952381 rows/sec., 1.75 MiB/sec. 2026.01.13 17:57:39.731502 [ 276 ] {0311f7fd-609a-47a8-8d83-2e79aeec5fe7} TCPHandler: Processed in 0.001487317 sec. 2026.01.13 17:57:39.731631 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.731731 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:39.731773 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:39.732214 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.732249 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.732572 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:57:39.732814 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:39.732965 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} executeQuery: Read 95 rows, 7.60 KiB in 0.001254 sec., 75757.57575757576 rows/sec., 5.92 MiB/sec. 2026.01.13 17:57:39.733004 [ 276 ] {8cd1d9e8-eb89-4bdc-8d92-d9dde9de61aa} TCPHandler: Processed in 0.001423256 sec. 2026.01.13 17:57:39.733121 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.733220 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:39.733266 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:39.733697 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.733733 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.734077 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:57:39.734286 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:39.734430 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} executeQuery: Read 160 rows, 11.41 KiB in 0.00123 sec., 130081.30081300813 rows/sec., 9.06 MiB/sec. 2026.01.13 17:57:39.734468 [ 276 ] {4281fa97-2d07-44a2-832e-395a7435843a} TCPHandler: Processed in 0.001397525 sec. 2026.01.13 17:57:39.734582 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.734678 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:39.734735 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} 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.13 17:57:39.735620 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.735659 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.736248 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:57:39.736483 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:39.736638 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} executeQuery: Read 31 rows, 56.88 KiB in 0.001978 sec., 15672.396359959554 rows/sec., 28.08 MiB/sec. 2026.01.13 17:57:39.736709 [ 276 ] {25a38f57-c6be-42be-8b84-913c9cd30a3a} TCPHandler: Processed in 0.00217659 sec. 2026.01.13 17:57:39.736831 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:39.736928 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:39.736977 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:39.737346 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:39.737384 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:39.737716 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:57:39.737941 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:39.738080 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} executeQuery: Read 60 rows, 4.14 KiB in 0.001172 sec., 51194.53924914676 rows/sec., 3.45 MiB/sec. 2026.01.13 17:57:39.738117 [ 276 ] {54693c3c-691f-4d5d-a584-c410fbc2d934} TCPHandler: Processed in 0.001337504 sec. 2026.01.13 17:57:42.952074 [ 106 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:57:42.952129 [ 106 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:57:43.062321 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15355 2026.01.13 17:57:43.062829 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:43.062863 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:43.063332 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:57:43.063553 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:43.063675 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15355 2026.01.13 17:57:43.108848 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 996 2026.01.13 17:57:43.111061 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:43.111110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:43.112298 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:57:43.112560 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:43.112808 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 996 2026.01.13 17:57:43.861160 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.01.13 17:57:43.876543 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:43.876588 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:43.882239 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:57:43.882939 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:43.885559 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.01.13 17:57:44.001160 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000800594 sec. 2026.01.13 17:57:44.326391 [ 105 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.13 17:57:44.326449 [ 105 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.326468 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:44.326591 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:57:44.326756 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.326794 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:57:44.326868 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:57:44.326917 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:57:44.326963 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:57:44.327007 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 211 rows starting from the beginning of the part 2026.01.13 17:57:44.327922 [ 191 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001387045 sec., 769261.2712637298 rows/sec., 46.79 MiB/sec. 2026.01.13 17:57:44.328110 [ 194 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.13 17:57:44.328362 [ 194 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:44.328434 [ 194 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_18_4} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.13 17:57:44.328505 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:57:44.362261 [ 105 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.01.13 17:57:44.362297 [ 105 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.362317 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.57 GiB. 2026.01.13 17:57:44.362463 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:57:44.362705 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.362764 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:57:44.362875 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:57:44.362951 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:57:44.363026 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:57:44.363143 [ 196 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 410 rows starting from the beginning of the part 2026.01.13 17:57:44.364560 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.00217905 sec., 951790.9180606228 rows/sec., 64.22 MiB/sec. 2026.01.13 17:57:44.364706 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.01.13 17:57:44.364947 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:44.365016 [ 194 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_18_4} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.01.13 17:57:44.365094 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.13 17:57:44.738763 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.738984 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.739050 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:44.739876 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.739921 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.740341 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:57:44.740576 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:44.740737 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} executeQuery: Read 410 rows, 26.63 KiB in 0.001802 sec., 227524.97225305217 rows/sec., 14.43 MiB/sec. 2026.01.13 17:57:44.740798 [ 276 ] {0ee6bfb1-f7f7-4ef4-a7ee-2dba0b854013} TCPHandler: Processed in 0.002168089 sec. 2026.01.13 17:57:44.740942 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.741047 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:44.741093 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:44.742063 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.742101 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.742562 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:57:44.742794 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:44.742916 [ 105 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:57:44.742933 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} executeQuery: Read 1132 rows, 91.85 KiB in 0.001909 sec., 592980.6181246726 rows/sec., 46.99 MiB/sec. 2026.01.13 17:57:44.742952 [ 105 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.742973 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.742975 [ 276 ] {15d99220-d96e-478f-aca8-69e1ada2d40f} TCPHandler: Processed in 0.002093627 sec. 2026.01.13 17:57:44.743116 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.743121 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:44.743218 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.743266 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:44.743282 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.743323 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2465 rows starting from the beginning of the part 2026.01.13 17:57:44.743391 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:57:44.743436 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 2272 rows starting from the beginning of the part 2026.01.13 17:57:44.743510 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2026.01.13 17:57:44.743569 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 118 rows starting from the beginning of the part 2026.01.13 17:57:44.743654 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:57:44.743787 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.743833 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.744191 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:44.744418 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:44.744558 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} executeQuery: Read 215 rows, 13.07 KiB in 0.001362 sec., 157856.093979442 rows/sec., 9.37 MiB/sec. 2026.01.13 17:57:44.744595 [ 276 ] {71d841b3-5475-4f5f-b49a-7e0e3cc10b16} TCPHandler: Processed in 0.001531798 sec. 2026.01.13 17:57:44.744711 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.744805 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.744845 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:44.745328 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.745363 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.745721 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:57:44.745937 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:44.745981 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6161 rows, containing 5 columns (5 merged, 0 gathered) in 0.002916342 sec., 2112578.0172558636 rows/sec., 179.42 MiB/sec. 2026.01.13 17:57:44.746071 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} executeQuery: Read 212 rows, 14.00 KiB in 0.001284 sec., 165109.03426791276 rows/sec., 10.65 MiB/sec. 2026.01.13 17:57:44.746112 [ 276 ] {ab669dff-5022-436b-9f51-21e79cec19a9} TCPHandler: Processed in 0.001452436 sec. 2026.01.13 17:57:44.746264 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.746358 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.746380 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:57:44.746400 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:44.746704 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:44.746802 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_51_10} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:57:44.746913 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.746923 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.13 17:57:44.746956 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.747280 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:57:44.747495 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:44.747625 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} executeQuery: Read 211 rows, 12.27 KiB in 0.001285 sec., 164202.3346303502 rows/sec., 9.32 MiB/sec. 2026.01.13 17:57:44.747661 [ 276 ] {2f9a7cfc-aa7d-4f4b-bf98-ac4d47a3d716} TCPHandler: Processed in 0.001448336 sec. 2026.01.13 17:57:44.747787 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.747881 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:44.747921 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:44.748596 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.748632 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.748970 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:57:44.749184 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:44.749290 [ 105 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:57:44.749312 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} executeQuery: Read 689 rows, 49.27 KiB in 0.001448 sec., 475828.7292817679 rows/sec., 33.23 MiB/sec. 2026.01.13 17:57:44.749319 [ 105 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.749342 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.749349 [ 276 ] {5f5f4b46-a9d9-467e-9899-7c20fdaa14f6} TCPHandler: Processed in 0.001611729 sec. 2026.01.13 17:57:44.749427 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:44.749453 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.749533 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.749551 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:44.749569 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:44.749598 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:44.749641 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:57:44.749692 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1145 rows starting from the beginning of the part 2026.01.13 17:57:44.749737 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2026.01.13 17:57:44.749778 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 95 rows starting from the beginning of the part 2026.01.13 17:57:44.749819 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 689 rows starting from the beginning of the part 2026.01.13 17:57:44.749938 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.749980 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.750331 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:57:44.750638 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:44.750798 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} executeQuery: Read 6 rows, 321.00 B in 0.001263 sec., 4750.593824228028 rows/sec., 248.20 KiB/sec. 2026.01.13 17:57:44.750836 [ 276 ] {12ba7326-b043-4f2e-93a9-5d5215a9cf57} TCPHandler: Processed in 0.001433916 sec. 2026.01.13 17:57:44.750975 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.751106 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.751152 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:44.751404 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 5 columns (5 merged, 0 gathered) in 0.002010516 sec., 1660270.2987690722 rows/sec., 125.59 MiB/sec. 2026.01.13 17:57:44.751633 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.751675 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.751687 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:57:44.752049 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:57:44.752056 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:44.752135 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_51_10} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:57:44.752215 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.13 17:57:44.752281 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:44.752412 [ 103 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:57:44.752418 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} executeQuery: Read 314 rows, 21.12 KiB in 0.001331 sec., 235912.84748309542 rows/sec., 15.50 MiB/sec. 2026.01.13 17:57:44.752478 [ 103 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.752497 [ 276 ] {2ca8ccfc-0c48-465f-a294-f2c4e4a75991} TCPHandler: Processed in 0.001587919 sec. 2026.01.13 17:57:44.752506 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.752609 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:44.752619 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.752724 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.752730 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.752761 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14471 rows starting from the beginning of the part 2026.01.13 17:57:44.752789 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:44.752823 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:44.752874 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 924 rows starting from the beginning of the part 2026.01.13 17:57:44.752916 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 74 rows starting from the beginning of the part 2026.01.13 17:57:44.752959 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:57:44.753007 [ 188 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 314 rows starting from the beginning of the part 2026.01.13 17:57:44.753124 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.753166 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.753486 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:57:44.753692 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:44.753842 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} executeQuery: Read 1 rows, 69.00 B in 0.00113 sec., 884.9557522123895 rows/sec., 59.63 KiB/sec. 2026.01.13 17:57:44.753879 [ 276 ] {7b6ea3e2-3ea3-4643-9604-63ac675fd818} TCPHandler: Processed in 0.001309794 sec. 2026.01.13 17:57:44.753991 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.754085 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.754141 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} 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.13 17:57:44.754910 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.754946 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.755494 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:57:44.755725 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:44.755880 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} executeQuery: Read 10 rows, 18.35 KiB in 0.001812 sec., 5518.763796909492 rows/sec., 9.89 MiB/sec. 2026.01.13 17:57:44.755954 [ 276 ] {7f67ef84-ba78-48f3-91e3-7626b1363316} TCPHandler: Processed in 0.002012396 sec. 2026.01.13 17:57:44.756082 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:44.756177 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:44.756219 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:44.756574 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.756610 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.756932 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:57:44.757155 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:44.757269 [ 103 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:57:44.757286 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} executeQuery: Read 104 rows, 6.53 KiB in 0.001127 sec., 92280.39041703638 rows/sec., 5.65 MiB/sec. 2026.01.13 17:57:44.757313 [ 103 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:44.757330 [ 276 ] {32530ddd-6473-4ec9-aa7a-715cd7442a95} TCPHandler: Processed in 0.001297513 sec. 2026.01.13 17:57:44.757339 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:44.757458 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:44.757591 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:44.757626 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3060 rows starting from the beginning of the part 2026.01.13 17:57:44.757680 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:44.757712 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16103 rows, containing 5 columns (5 merged, 0 gathered) in 0.005139923 sec., 3132926.3103746884 rows/sec., 211.43 MiB/sec. 2026.01.13 17:57:44.757724 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:44.757811 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 28 rows starting from the beginning of the part 2026.01.13 17:57:44.757875 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:57:44.757916 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 104 rows starting from the beginning of the part 2026.01.13 17:57:44.758230 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:57:44.758536 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:44.758622 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_51_10} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:57:44.758714 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2026.01.13 17:57:44.759202 [ 193 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001789223 sec., 1893559.3830394535 rows/sec., 121.52 MiB/sec. 2026.01.13 17:57:44.759518 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:57:44.759750 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:44.759814 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_51_10} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:57:44.759870 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.01.13 17:57:45.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.01 MiB, peak 301.39 MiB, free memory in arenas 0.00 B, will set to 292.21 MiB (RSS), difference: 1.20 MiB 2026.01.13 17:57:49.727665 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.727911 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:57:49.727986 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:57:49.728697 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.728754 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.729159 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.13 17:57:49.729385 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:57:49.729565 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} executeQuery: Read 4 rows, 334.00 B in 0.001707 sec., 2343.2923257176335 rows/sec., 191.08 KiB/sec. 2026.01.13 17:57:49.729616 [ 276 ] {4c40916f-6b3d-4f15-ad69-9fa09149e752} TCPHandler: Processed in 0.002140399 sec. 2026.01.13 17:57:49.729744 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.729848 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:49.729892 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:49.730377 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.730416 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.730753 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:57:49.730963 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:49.731105 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} executeQuery: Read 120 rows, 10.41 KiB in 0.00128 sec., 93749.99999999999 rows/sec., 7.94 MiB/sec. 2026.01.13 17:57:49.731143 [ 276 ] {7a7436b2-a23d-4d27-b2cf-ebbe131dde9f} TCPHandler: Processed in 0.001449967 sec. 2026.01.13 17:57:49.731267 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.731363 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:49.731404 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:49.731812 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.731848 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.732154 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:49.732360 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:49.732506 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} executeQuery: Read 35 rows, 2.61 KiB in 0.001162 sec., 30120.481927710844 rows/sec., 2.19 MiB/sec. 2026.01.13 17:57:49.732544 [ 276 ] {8295fb45-6000-4eac-aadb-e98ba8e99da9} TCPHandler: Processed in 0.001326394 sec. 2026.01.13 17:57:49.732656 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.732749 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:49.732789 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:49.733211 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.733245 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.733576 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:57:49.733784 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:49.733908 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} executeQuery: Read 99 rows, 7.92 KiB in 0.001176 sec., 84183.67346938775 rows/sec., 6.58 MiB/sec. 2026.01.13 17:57:49.733945 [ 276 ] {57a992a4-e846-4b8a-9a82-6600663bd7d2} TCPHandler: Processed in 0.001337764 sec. 2026.01.13 17:57:49.734060 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.734154 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:49.734197 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:49.734600 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.734635 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.734968 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:57:49.735181 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:49.735310 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} executeQuery: Read 162 rows, 11.55 KiB in 0.001173 sec., 138107.4168797954 rows/sec., 9.62 MiB/sec. 2026.01.13 17:57:49.735345 [ 276 ] {0b09016c-f223-411c-8089-5fe506e760fb} TCPHandler: Processed in 0.001333364 sec. 2026.01.13 17:57:49.735455 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.735548 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:49.735603 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} 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.13 17:57:49.736415 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.736450 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.736979 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:57:49.737200 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:49.737342 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} executeQuery: Read 31 rows, 56.88 KiB in 0.001812 sec., 17108.167770419426 rows/sec., 30.66 MiB/sec. 2026.01.13 17:57:49.737394 [ 276 ] {6fb22006-4029-4c01-a24d-052b45c294a3} TCPHandler: Processed in 0.001986836 sec. 2026.01.13 17:57:49.737507 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:49.737601 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:49.737644 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:49.737977 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:49.738011 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:49.738318 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:57:49.738543 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:49.738664 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2026.01.13 17:57:49.738698 [ 276 ] {ec66f9c0-a688-4a18-a6a0-b7edcd6237ad} TCPHandler: Processed in 0.001239362 sec. 2026.01.13 17:57:50.563799 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15803 2026.01.13 17:57:50.564335 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:50.564387 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:50.564890 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:57:50.565107 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:50.565232 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15803 2026.01.13 17:57:51.385676 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.01.13 17:57:51.402022 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:51.402067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:51.407730 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:57:51.408486 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:51.411380 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.01.13 17:57:53.113011 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1032 2026.01.13 17:57:53.115342 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:53.115390 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:53.116558 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:57:53.116814 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:57:53.117071 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1032 2026.01.13 17:57:54.737959 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.738267 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.738371 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:57:54.739440 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.739489 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.739881 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:57:54.740124 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:57:54.740281 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} executeQuery: Read 410 rows, 26.63 KiB in 0.00209 sec., 196172.24880382777 rows/sec., 12.44 MiB/sec. 2026.01.13 17:57:54.740324 [ 276 ] {6f00ca8e-a4bc-46f0-9d88-d397687fa979} TCPHandler: Processed in 0.002523885 sec. 2026.01.13 17:57:54.740462 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.740589 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:54.740640 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:54.741599 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.741637 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.742027 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:57:54.742258 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:54.742389 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} executeQuery: Read 1132 rows, 91.85 KiB in 0.001824 sec., 620614.0350877192 rows/sec., 49.18 MiB/sec. 2026.01.13 17:57:54.742426 [ 276 ] {29fa431f-961e-4e19-8b84-f07ad47d236c} TCPHandler: Processed in 0.002027066 sec. 2026.01.13 17:57:54.742541 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.742636 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.742676 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:54.743153 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.743190 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.743499 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:54.743707 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:54.743807 [ 34 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:54.743839 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} executeQuery: Read 215 rows, 13.07 KiB in 0.00122 sec., 176229.50819672132 rows/sec., 10.46 MiB/sec. 2026.01.13 17:57:54.743871 [ 34 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.743882 [ 276 ] {9716b304-0617-44c8-ab45-3eadd58dba6f} TCPHandler: Processed in 0.001391075 sec. 2026.01.13 17:57:54.743904 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.744004 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:54.744005 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.744121 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:54.744130 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.744159 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:57:54.744179 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:57:54.744229 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 215 rows starting from the beginning of the part 2026.01.13 17:57:54.744278 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:54.744317 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 215 rows starting from the beginning of the part 2026.01.13 17:57:54.744356 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 35 rows starting from the beginning of the part 2026.01.13 17:57:54.744395 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 215 rows starting from the beginning of the part 2026.01.13 17:57:54.744662 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.744703 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.745032 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:57:54.745249 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:54.745314 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 989 rows, containing 5 columns (5 merged, 0 gathered) in 0.001353164 sec., 730879.6273031207 rows/sec., 47.46 MiB/sec. 2026.01.13 17:57:54.745348 [ 34 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.13 17:57:54.745378 [ 34 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.745384 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} executeQuery: Read 212 rows, 14.00 KiB in 0.001272 sec., 166666.6666666667 rows/sec., 10.75 MiB/sec. 2026.01.13 17:57:54.745397 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.745430 [ 276 ] {ed95c111-3b20-424a-be51-02c8aa945aab} TCPHandler: Processed in 0.001475167 sec. 2026.01.13 17:57:54.745455 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:54.745500 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:57:54.745620 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.745630 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:54.745672 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 465 rows starting from the beginning of the part 2026.01.13 17:57:54.745723 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.745739 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:54.745743 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:54.745764 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:57:54.745790 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:54.745828 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_46_9} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:54.745835 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 440 rows starting from the beginning of the part 2026.01.13 17:57:54.745891 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:54.745910 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.13 17:57:54.745934 [ 193 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2026.01.13 17:57:54.746314 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.746354 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.746659 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:57:54.746867 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:57:54.746899 [ 187 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001434857 sec., 1221724.534221877 rows/sec., 84.78 MiB/sec. 2026.01.13 17:57:54.747046 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} executeQuery: Read 211 rows, 12.27 KiB in 0.001301 sec., 162182.93620292083 rows/sec., 9.21 MiB/sec. 2026.01.13 17:57:54.747068 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.13 17:57:54.747096 [ 276 ] {ad534291-eee7-4833-a378-79d891558fe4} TCPHandler: Processed in 0.001588109 sec. 2026.01.13 17:57:54.747225 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.747319 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:54.747341 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:57:54.747359 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:54.747414 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_21_4} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.13 17:57:54.747493 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.13 17:57:54.748007 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.748046 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.748491 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:57:54.748732 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:54.748885 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} executeQuery: Read 689 rows, 49.27 KiB in 0.001582 sec., 435524.6523388116 rows/sec., 30.41 MiB/sec. 2026.01.13 17:57:54.748924 [ 276 ] {8a4c0c73-8b8f-4dce-a4df-be20e0a32680} TCPHandler: Processed in 0.001746871 sec. 2026.01.13 17:57:54.749029 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.749123 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:57:54.749164 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:57:54.749496 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.749533 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.749838 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:57:54.750041 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:57:54.750183 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.01.13 17:57:54.750219 [ 276 ] {5cb0569c-1e3a-40bd-a4d6-2cc3d0a245a7} TCPHandler: Processed in 0.001239903 sec. 2026.01.13 17:57:54.750319 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.750411 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.750452 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:54.750878 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.750914 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.751243 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:57:54.751453 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:54.751584 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} executeQuery: Read 314 rows, 21.12 KiB in 0.001191 sec., 263643.99664147774 rows/sec., 17.32 MiB/sec. 2026.01.13 17:57:54.751626 [ 276 ] {215a7c51-5203-4878-a20e-48ed5aefe710} TCPHandler: Processed in 0.001355735 sec. 2026.01.13 17:57:54.751730 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.751828 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.751869 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:57:54.752174 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.752210 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.752520 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:57:54.752724 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:57:54.752827 [ 80 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2026.01.13 17:57:54.752851 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2026.01.13 17:57:54.752894 [ 80 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.752901 [ 276 ] {a01bf5cb-451a-4800-9766-4d53b8501682} TCPHandler: Processed in 0.001223462 sec. 2026.01.13 17:57:54.752926 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.753018 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2026.01.13 17:57:54.753025 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.753106 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:54.753130 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2026.01.13 17:57:54.753130 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.753174 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:54.753191 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} 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.13 17:57:54.753209 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:54.753241 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:54.753275 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:54.753308 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.01.13 17:57:54.753950 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.753984 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.753983 [ 199 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.000997308 sec., 19051.286062079118 rows/sec., 1.25 MiB/sec. 2026.01.13 17:57:54.754111 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.13 17:57:54.754347 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.13 17:57:54.754404 [ 193 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_19_4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2026.01.13 17:57:54.754463 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:57:54.754489 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:57:54.754703 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:54.754843 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} executeQuery: Read 10 rows, 18.35 KiB in 0.001729 sec., 5783.68999421631 rows/sec., 10.36 MiB/sec. 2026.01.13 17:57:54.754849 [ 100 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:57:54.754894 [ 276 ] {3b09fb08-eb2b-46eb-b7da-03a87adf3c52} TCPHandler: Processed in 0.001919115 sec. 2026.01.13 17:57:54.754900 [ 100 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.754934 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.755018 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:54.755021 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:57:54.755131 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:54.755178 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:54.755260 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:57:54.755321 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 804 rows starting from the beginning of the part 2026.01.13 17:57:54.755445 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:54.755507 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:54.755548 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:54.755553 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:54.755767 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:54.755874 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:57:54.755930 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 31 rows starting from the beginning of the part 2026.01.13 17:57:54.756072 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 10 rows starting from the beginning of the part 2026.01.13 17:57:54.756095 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:54.756230 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} executeQuery: Read 104 rows, 6.53 KiB in 0.001117 sec., 93106.53536257835 rows/sec., 5.70 MiB/sec. 2026.01.13 17:57:54.756266 [ 276 ] {af86b34d-052f-42a0-b0ec-5d8976d67c08} TCPHandler: Processed in 0.001298363 sec. 2026.01.13 17:57:54.761861 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 19 columns (19 merged, 0 gathered) in 0.006878214 sec., 130266.37438148915 rows/sec., 233.43 MiB/sec. 2026.01.13 17:57:54.763112 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:57:54.763432 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:54.763495 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_46_9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:57:54.763629 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.71 MiB. 2026.01.13 17:57:55.001170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 293.25 MiB, peak 301.39 MiB, free memory in arenas 0.00 B, will set to 296.05 MiB (RSS), difference: 2.79 MiB 2026.01.13 17:57:57.952379 [ 99 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:57:57.952438 [ 99 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:57:58.065372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16315 2026.01.13 17:57:58.065863 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:58.065900 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:58.066350 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:57:58.066566 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:57:58.066691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16315 2026.01.13 17:57:58.911523 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.01.13 17:57:58.928057 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:58.928104 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.56 GiB. 2026.01.13 17:57:58.933814 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:57:58.934517 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:57:58.937207 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.01.13 17:57:59.726988 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.727204 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:57:59.727278 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:57:59.728074 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.728131 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.728587 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:57:59.728817 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:57:59.728985 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} executeQuery: Read 118 rows, 10.26 KiB in 0.001834 sec., 64340.239912759 rows/sec., 5.46 MiB/sec. 2026.01.13 17:57:59.729034 [ 276 ] {2614a761-1222-426d-a157-49de5273b844} TCPHandler: Processed in 0.002188219 sec. 2026.01.13 17:57:59.729166 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.729267 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:57:59.729310 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:57:59.729742 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.729779 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.730086 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:59.730305 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:57:59.730442 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} executeQuery: Read 31 rows, 2.33 KiB in 0.001199 sec., 25854.87906588824 rows/sec., 1.90 MiB/sec. 2026.01.13 17:57:59.730480 [ 276 ] {5a9dbca9-b3c2-4162-b71f-734595608c5f} TCPHandler: Processed in 0.001369264 sec. 2026.01.13 17:57:59.730590 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.730684 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:57:59.730724 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:57:59.731153 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.731190 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.731492 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:57:59.731716 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:57:59.731849 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} executeQuery: Read 95 rows, 7.60 KiB in 0.001185 sec., 80168.776371308 rows/sec., 6.26 MiB/sec. 2026.01.13 17:57:59.731887 [ 276 ] {ba866246-abeb-4448-906f-a857b537c0df} TCPHandler: Processed in 0.001346644 sec. 2026.01.13 17:57:59.731997 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.732090 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:59.732139 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:57:59.732545 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.732582 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.732918 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:57:59.733129 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:57:59.733261 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2026.01.13 17:57:59.733297 [ 276 ] {85f62b9a-111c-47c3-a6b6-37c73715df7d} TCPHandler: Processed in 0.001349754 sec. 2026.01.13 17:57:59.733403 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.733495 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:57:59.733550 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} 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.13 17:57:59.734360 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.734397 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.734938 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:57:59.735162 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:57:59.735303 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} executeQuery: Read 31 rows, 56.88 KiB in 0.001826 sec., 16976.998904709748 rows/sec., 30.42 MiB/sec. 2026.01.13 17:57:59.735361 [ 276 ] {cb5409ce-040d-47e1-ae52-cca388d00964} TCPHandler: Processed in 0.002007626 sec. 2026.01.13 17:57:59.735473 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:57:59.735567 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:57:59.735608 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:57:59.735944 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:57:59.735980 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:57:59.736288 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:57:59.736511 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:57:59.736641 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.01.13 17:57:59.736676 [ 276 ] {d0bc17a0-3a3d-4b0b-b064-840f7d21fc02} TCPHandler: Processed in 0.001252013 sec. 2026.01.13 17:58:02.238779 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.238971 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.239041 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:02.239885 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.239925 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.240373 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:58:02.240611 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:02.240766 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} executeQuery: Read 410 rows, 26.63 KiB in 0.001847 sec., 221981.59177043856 rows/sec., 14.08 MiB/sec. 2026.01.13 17:58:02.240813 [ 276 ] {032a0735-73c6-4303-bc14-4e14fad9b055} TCPHandler: Processed in 0.002167739 sec. 2026.01.13 17:58:02.240936 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.241036 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:58:02.241078 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:58:02.241505 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.241541 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.241844 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.13 17:58:02.242064 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:58:02.242191 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} executeQuery: Read 10 rows, 835.00 B in 0.001178 sec., 8488.964346349745 rows/sec., 692.22 KiB/sec. 2026.01.13 17:58:02.242227 [ 276 ] {7dbd392a-9a0d-4300-8578-b510b397a432} TCPHandler: Processed in 0.001341624 sec. 2026.01.13 17:58:02.242342 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.242437 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:02.242477 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:02.243709 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.243742 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.244169 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:02.244374 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:02.244500 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} executeQuery: Read 2277 rows, 188.78 KiB in 0.002083 sec., 1093134.9015842534 rows/sec., 88.50 MiB/sec. 2026.01.13 17:58:02.244537 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:58:02.244550 [ 276 ] {85a8bec1-7d82-44f8-a293-74d2befcf37c} TCPHandler: Processed in 0.002256651 sec. 2026.01.13 17:58:02.244667 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.244758 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.244797 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:02.245262 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.245296 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.245585 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:58:02.245785 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:02.245911 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} executeQuery: Read 225 rows, 13.77 KiB in 0.001171 sec., 192143.46712211784 rows/sec., 11.48 MiB/sec. 2026.01.13 17:58:02.245946 [ 276 ] {afbc924f-eeb5-4d5f-96a2-76e323ed6a14} TCPHandler: Processed in 0.001326564 sec. 2026.01.13 17:58:02.246060 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.246152 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.246190 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:02.246681 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.246715 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.247017 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:58:02.247233 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:02.247353 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} executeQuery: Read 440 rows, 29.81 KiB in 0.001219 sec., 360951.59967186215 rows/sec., 23.88 MiB/sec. 2026.01.13 17:58:02.247387 [ 276 ] {dbc979ec-b848-4cfb-a477-52aaf55e558d} TCPHandler: Processed in 0.001373985 sec. 2026.01.13 17:58:02.247502 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.247592 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.247630 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:02.248094 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.248127 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.248435 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:58:02.248633 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:02.248754 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} executeQuery: Read 211 rows, 12.27 KiB in 0.001179 sec., 178965.2247667515 rows/sec., 10.16 MiB/sec. 2026.01.13 17:58:02.248789 [ 276 ] {fa7c9e76-05bf-4d8a-88da-e91f2ab555ce} TCPHandler: Processed in 0.001333944 sec. 2026.01.13 17:58:02.248902 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.248992 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:02.249030 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:02.249769 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.249803 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.250160 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:02.250361 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:02.250491 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} executeQuery: Read 1155 rows, 84.37 KiB in 0.001511 sec., 764394.4407677036 rows/sec., 54.53 MiB/sec. 2026.01.13 17:58:02.250528 [ 276 ] {a5a64ee7-135e-40cf-ac11-8d1ee368acf4} TCPHandler: Processed in 0.00167293 sec. 2026.01.13 17:58:02.250652 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.250742 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:02.250783 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:02.251117 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.251151 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.251442 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.13 17:58:02.251638 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:02.251764 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2026.01.13 17:58:02.251798 [ 276 ] {68ea8530-c7b1-4292-8255-d128130b83be} TCPHandler: Processed in 0.001194242 sec. 2026.01.13 17:58:02.251910 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.252000 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.252042 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:02.252594 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.252631 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.252992 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:02.253189 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:02.253317 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} executeQuery: Read 929 rows, 62.96 KiB in 0.001334 sec., 696401.7991004498 rows/sec., 46.09 MiB/sec. 2026.01.13 17:58:02.253352 [ 276 ] {f92e6a5a-70eb-47ca-b8f0-73fb50df2b42} TCPHandler: Processed in 0.001489167 sec. 2026.01.13 17:58:02.253461 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.253552 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.253592 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:02.253892 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.253927 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.254204 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:58:02.254401 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:02.254527 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} executeQuery: Read 1 rows, 69.00 B in 0.000993 sec., 1007.0493454179256 rows/sec., 67.86 KiB/sec. 2026.01.13 17:58:02.254561 [ 276 ] {2af69c42-b955-4178-9694-cd54b4cc7296} TCPHandler: Processed in 0.00114701 sec. 2026.01.13 17:58:02.254669 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.254759 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.254811 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} 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.13 17:58:02.255541 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.255576 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.256058 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:58:02.256268 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:02.256401 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} executeQuery: Read 10 rows, 18.35 KiB in 0.001659 sec., 6027.727546714888 rows/sec., 10.80 MiB/sec. 2026.01.13 17:58:02.256452 [ 276 ] {e6db732d-b832-4edc-b99c-31f792b1c1c3} TCPHandler: Processed in 0.001829144 sec. 2026.01.13 17:58:02.256563 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:02.256654 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:02.256694 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:02.257069 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:02.257113 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:02.257430 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:02.257624 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:02.257750 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} executeQuery: Read 76 rows, 4.59 KiB in 0.001113 sec., 68283.9173405211 rows/sec., 4.03 MiB/sec. 2026.01.13 17:58:02.257784 [ 276 ] {ca155b7b-e037-4947-9bb8-b5f0fe97fe0e} TCPHandler: Processed in 0.001268403 sec. 2026.01.13 17:58:03.117435 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 1090 2026.01.13 17:58:03.120323 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:03.120360 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:03.121537 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:58:03.121802 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:03.122061 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1090 2026.01.13 17:58:04.722080 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:04.722272 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:04.722336 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:04.722978 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.723018 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.723419 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:04.723639 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:04.723781 [ 90 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:04.723790 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} executeQuery: Read 56 rows, 4.41 KiB in 0.001566 sec., 35759.89782886335 rows/sec., 2.75 MiB/sec. 2026.01.13 17:58:04.723857 [ 90 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.723877 [ 276 ] {956d2bbd-55a6-46b4-8db2-cff99df0cbe2} TCPHandler: Processed in 0.001926694 sec. 2026.01.13 17:58:04.723886 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.724014 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:04.724023 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:58:04.724117 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:04.724169 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:04.724177 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:04.724224 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2465 rows starting from the beginning of the part 2026.01.13 17:58:04.724296 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 120 rows starting from the beginning of the part 2026.01.13 17:58:04.724343 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:58:04.724387 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 118 rows starting from the beginning of the part 2026.01.13 17:58:04.724426 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2277 rows starting from the beginning of the part 2026.01.13 17:58:04.724468 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2026.01.13 17:58:04.724669 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.724711 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.725053 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:04.725283 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:04.725401 [ 90 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:04.725422 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} executeQuery: Read 64 rows, 5.12 KiB in 0.001325 sec., 48301.88679245283 rows/sec., 3.77 MiB/sec. 2026.01.13 17:58:04.725434 [ 90 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.725460 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.725466 [ 276 ] {da3bc6db-9038-4ad1-8f6d-0cf115e11ebe} TCPHandler: Processed in 0.001501547 sec. 2026.01.13 17:58:04.725548 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:04.725597 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:04.725637 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:04.725666 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:04.725692 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:04.725723 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 99 rows starting from the beginning of the part 2026.01.13 17:58:04.725737 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:04.725766 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 689 rows starting from the beginning of the part 2026.01.13 17:58:04.725804 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 95 rows starting from the beginning of the part 2026.01.13 17:58:04.725843 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1155 rows starting from the beginning of the part 2026.01.13 17:58:04.725881 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2026.01.13 17:58:04.726119 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.726156 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.726502 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:04.726580 [ 197 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6168 rows, containing 5 columns (5 merged, 0 gathered) in 0.002620547 sec., 2353707.0695545627 rows/sec., 199.87 MiB/sec. 2026.01.13 17:58:04.726716 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:04.726826 [ 90 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:04.726845 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} executeQuery: Read 74 rows, 5.27 KiB in 0.001171 sec., 63193.8514090521 rows/sec., 4.40 MiB/sec. 2026.01.13 17:58:04.726855 [ 90 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.726884 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.726887 [ 276 ] {5ca66ed5-4712-4d65-ace4-240b15e29235} TCPHandler: Processed in 0.001339194 sec. 2026.01.13 17:58:04.726924 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:04.726998 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:58:04.727016 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:04.727136 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:04.727138 [ 189 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001630249 sec., 2056127.6222221267 rows/sec., 155.60 MiB/sec. 2026.01.13 17:58:04.727155 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:04.727182 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:04.727215 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 16103 rows starting from the beginning of the part 2026.01.13 17:58:04.727292 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:04.727293 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 162 rows starting from the beginning of the part 2026.01.13 17:58:04.727358 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 314 rows starting from the beginning of the part 2026.01.13 17:58:04.727363 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:04.727384 [ 186 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_56_11} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:04.727404 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.01.13 17:58:04.727449 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 929 rows starting from the beginning of the part 2026.01.13 17:58:04.727492 [ 192 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:58:04.727504 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.31 MiB. 2026.01.13 17:58:04.727521 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.727565 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.727714 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:04.727827 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_56_11} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:04.727938 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:04.727952 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.01.13 17:58:04.728164 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:04.728276 [ 90 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:04.728304 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} executeQuery: Read 28 rows, 1.94 KiB in 0.001186 sec., 23608.76897133221 rows/sec., 1.60 MiB/sec. 2026.01.13 17:58:04.728311 [ 90 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:04.728344 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:04.728347 [ 276 ] {0cb15191-1504-4318-b53a-9cea4c0b9a4f} TCPHandler: Processed in 0.001380545 sec. 2026.01.13 17:58:04.728420 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:04.728542 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:04.728571 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3388 rows starting from the beginning of the part 2026.01.13 17:58:04.728624 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:04.728661 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part 2026.01.13 17:58:04.728695 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:04.728728 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 76 rows starting from the beginning of the part 2026.01.13 17:58:04.728764 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 28 rows starting from the beginning of the part 2026.01.13 17:58:04.729954 [ 198 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3716 rows, containing 4 columns (4 merged, 0 gathered) in 0.001563678 sec., 2376448.3480614293 rows/sec., 152.37 MiB/sec. 2026.01.13 17:58:04.730184 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:04.730415 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:04.730475 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_56_11} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:04.730536 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.13 17:58:04.732415 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 17742 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477419 sec., 3239116.8176106303 rows/sec., 218.43 MiB/sec. 2026.01.13 17:58:04.732612 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:04.732860 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:04.732925 [ 198 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_56_11} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:04.733003 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.45 MiB. 2026.01.13 17:58:05.566764 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16763 2026.01.13 17:58:05.567227 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:05.567263 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:05.567739 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:58:05.567956 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:05.568081 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16763 2026.01.13 17:58:06.438255 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.01.13 17:58:06.455248 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:06.455306 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:06.461614 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:58:06.462339 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:06.465212 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.01.13 17:58:09.728144 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.728348 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:09.728418 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:09.729139 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.729178 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.729564 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:09.729779 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:09.729929 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} executeQuery: Read 118 rows, 10.26 KiB in 0.001634 sec., 72215.42227662179 rows/sec., 6.13 MiB/sec. 2026.01.13 17:58:09.729968 [ 276 ] {917a6824-8952-4a6f-aa40-09be1d0ccb09} TCPHandler: Processed in 0.001962035 sec. 2026.01.13 17:58:09.730119 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.730215 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:09.730252 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:09.730676 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.730709 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.730978 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:58:09.731251 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:09.731376 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} executeQuery: Read 31 rows, 2.33 KiB in 0.001179 sec., 26293.469041560646 rows/sec., 1.93 MiB/sec. 2026.01.13 17:58:09.731412 [ 276 ] {36d76ec5-6edb-4342-8e3c-5a472bab6398} TCPHandler: Processed in 0.001340524 sec. 2026.01.13 17:58:09.731536 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.731632 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:09.731671 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:09.732163 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.732199 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.732502 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:09.732707 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:09.732832 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} executeQuery: Read 95 rows, 7.60 KiB in 0.001218 sec., 77996.71592775041 rows/sec., 6.09 MiB/sec. 2026.01.13 17:58:09.732868 [ 276 ] {4d7b66e1-bbe0-48c2-a4ef-84325d842c7d} TCPHandler: Processed in 0.001379725 sec. 2026.01.13 17:58:09.732992 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.733086 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:09.733129 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:09.733581 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.733616 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.733937 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:09.734138 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:09.734265 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.01.13 17:58:09.734301 [ 276 ] {0fc3809f-ffee-4c31-b62f-7da353ce851a} TCPHandler: Processed in 0.001357295 sec. 2026.01.13 17:58:09.734411 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.734505 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:09.734560 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} 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.13 17:58:09.735421 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.735457 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.735992 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:58:09.736214 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:09.736347 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} executeQuery: Read 31 rows, 56.88 KiB in 0.00186 sec., 16666.666666666664 rows/sec., 29.87 MiB/sec. 2026.01.13 17:58:09.736397 [ 276 ] {cabed5b2-ed6b-4415-994d-9edcf10b1e74} TCPHandler: Processed in 0.002033187 sec. 2026.01.13 17:58:09.736513 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:09.736606 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:09.736647 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:09.736983 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:09.737016 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:09.737313 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:09.737519 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:09.737642 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.13 17:58:09.737676 [ 276 ] {c07b9f33-1d56-4e82-96e3-5a38f841c01f} TCPHandler: Processed in 0.001211802 sec. 2026.01.13 17:58:12.952677 [ 77 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:58:12.952734 [ 77 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:58:13.068878 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17275 2026.01.13 17:58:13.069393 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.069435 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.069901 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:58:13.070124 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:13.070249 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17275 2026.01.13 17:58:13.070256 [ 77 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:58:13.070310 [ 77 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.070330 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.070423 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.070516 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:13.070544 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14843 rows starting from the beginning of the part 2026.01.13 17:58:13.070597 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.070636 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.070675 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.070709 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.070744 [ 186 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:13.072658 [ 196 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17275 rows, containing 4 columns (4 merged, 0 gathered) in 0.002270161 sec., 7609592.447407914 rows/sec., 108.86 MiB/sec. 2026.01.13 17:58:13.072838 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:58:13.073222 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:13.073307 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_36_7} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:58:13.073424 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.01.13 17:58:13.084704 [ 77 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Selected 5 parts from all_1_15_3 to all_19_19_0 2026.01.13 17:58:13.084766 [ 77 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.084798 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.084943 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_15_3 to all_19_19_0 into Compact with storage Full 2026.01.13 17:58:13.085113 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:13.085158 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.01.13 17:58:13.085247 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:13.085317 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:13.085365 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:13.085399 [ 186 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:13.085989 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 4 columns (4 merged, 0 gathered) in 0.001098989 sec., 103731.70250111693 rows/sec., 5.29 MiB/sec. 2026.01.13 17:58:13.086150 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2026.01.13 17:58:13.086433 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.13 17:58:13.086502 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_19_4} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Merged 5 parts: [all_1_15_3, all_19_19_0] -> all_1_19_4 2026.01.13 17:58:13.086597 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:58:13.122982 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1110 2026.01.13 17:58:13.124983 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.125024 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.126147 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:58:13.126393 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:13.126543 [ 77 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:58:13.126605 [ 77 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.126636 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.126638 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1110 2026.01.13 17:58:13.126736 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:58:13.127241 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:13.127363 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 914 rows starting from the beginning of the part 2026.01.13 17:58:13.127696 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2026.01.13 17:58:13.128012 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part 2026.01.13 17:58:13.128337 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2026.01.13 17:58:13.128663 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 58 rows starting from the beginning of the part 2026.01.13 17:58:13.128977 [ 196 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part 2026.01.13 17:58:13.134918 [ 194 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 72 columns (72 merged, 0 gathered) in 0.008218888 sec., 135054.7665328935 rows/sec., 111.33 MiB/sec. 2026.01.13 17:58:13.136419 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:58:13.136996 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:13.137072 [ 190 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_26_5} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:58:13.137397 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.61 MiB. 2026.01.13 17:58:13.435597 [ 77 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.01.13 17:58:13.435668 [ 77 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.435693 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.435795 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:58:13.435932 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:13.435967 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:58:13.436034 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:13.436078 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part 2026.01.13 17:58:13.436119 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.01.13 17:58:13.436159 [ 201 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:13.436915 [ 190 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 48 rows, containing 5 columns (5 merged, 0 gathered) in 0.001158441 sec., 41434.99755274545 rows/sec., 3.46 MiB/sec. 2026.01.13 17:58:13.437103 [ 188 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.01.13 17:58:13.437429 [ 188 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:58:13.437504 [ 188 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_13_3} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.01.13 17:58:13.437598 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:58:13.965966 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2026.01.13 17:58:13.984220 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.984286 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.990938 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:58:13.991705 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:13.992025 [ 76 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:58:13.992120 [ 76 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:13.992159 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:13.992281 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:13.995301 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2026.01.13 17:58:13.995320 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:13.996098 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:13.999533 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:14.003147 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:14.007064 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:14.011317 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:14.015173 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 7 rows starting from the beginning of the part 2026.01.13 17:58:14.064387 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.072156011 sec., 3755.7508549079853 rows/sec., 19.42 MiB/sec. 2026.01.13 17:58:14.066090 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:58:14.067694 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:14.067782 [ 193 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_36_7} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:58:14.069106 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.42 MiB. 2026.01.13 17:58:14.737753 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.738062 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.738167 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:14.738989 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.739037 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.739454 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:58:14.739677 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:14.739832 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} executeQuery: Read 410 rows, 26.63 KiB in 0.001846 sec., 222101.8418201517 rows/sec., 14.09 MiB/sec. 2026.01.13 17:58:14.739872 [ 276 ] {0a376894-d64f-4f96-b56c-7f03fce7cf94} TCPHandler: Processed in 0.002314282 sec. 2026.01.13 17:58:14.740008 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.740133 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:14.740184 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:14.741247 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.741284 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.741708 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:14.741928 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:14.742062 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} executeQuery: Read 1132 rows, 91.85 KiB in 0.001954 sec., 579324.462640737 rows/sec., 45.90 MiB/sec. 2026.01.13 17:58:14.742100 [ 276 ] {513a9f35-2a80-4830-a06b-6de14973367e} TCPHandler: Processed in 0.002155159 sec. 2026.01.13 17:58:14.742214 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.742308 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.742347 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:14.742827 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.742863 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.743177 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:58:14.743391 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:14.743520 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} executeQuery: Read 215 rows, 13.07 KiB in 0.00123 sec., 174796.7479674797 rows/sec., 10.37 MiB/sec. 2026.01.13 17:58:14.743558 [ 276 ] {dc9816cc-5287-467b-8e30-c3c90cddf014} TCPHandler: Processed in 0.001394145 sec. 2026.01.13 17:58:14.743678 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.743803 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.743851 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:14.744375 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.744411 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.744728 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:58:14.744955 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:14.745086 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} executeQuery: Read 212 rows, 14.00 KiB in 0.001308 sec., 162079.51070336392 rows/sec., 10.45 MiB/sec. 2026.01.13 17:58:14.745123 [ 276 ] {0d96e68d-67c1-4310-bd17-84cabdb99415} TCPHandler: Processed in 0.001506117 sec. 2026.01.13 17:58:14.745230 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.745333 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.745375 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:14.745858 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.745896 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.746213 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:58:14.746432 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:14.746561 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} executeQuery: Read 211 rows, 12.27 KiB in 0.001246 sec., 169341.8940609952 rows/sec., 9.62 MiB/sec. 2026.01.13 17:58:14.746600 [ 276 ] {97853ba4-904f-48d8-8b27-eafc7826461f} TCPHandler: Processed in 0.001420565 sec. 2026.01.13 17:58:14.746722 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.746846 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:14.746895 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:14.747586 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.747623 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.747964 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:14.748178 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:14.748313 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} executeQuery: Read 689 rows, 49.27 KiB in 0.001492 sec., 461796.2466487936 rows/sec., 32.25 MiB/sec. 2026.01.13 17:58:14.748351 [ 276 ] {1d259466-5324-4f15-9b4f-3b592546f5ed} TCPHandler: Processed in 0.001691251 sec. 2026.01.13 17:58:14.748456 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.748551 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:14.748592 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:14.748937 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.748971 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.749297 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.13 17:58:14.749541 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:14.749691 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} executeQuery: Read 6 rows, 321.00 B in 0.001157 sec., 5185.825410544511 rows/sec., 270.94 KiB/sec. 2026.01.13 17:58:14.749734 [ 276 ] {8f623155-1110-47cf-b727-cef9c7faf9ac} TCPHandler: Processed in 0.001328204 sec. 2026.01.13 17:58:14.749866 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.749981 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.750031 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:14.750481 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.750517 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.750842 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:14.751048 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:14.751183 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} executeQuery: Read 314 rows, 21.12 KiB in 0.001227 sec., 255908.7204563977 rows/sec., 16.81 MiB/sec. 2026.01.13 17:58:14.751220 [ 276 ] {6eac6fea-d884-4c65-9bad-6d7e822006e1} TCPHandler: Processed in 0.001415435 sec. 2026.01.13 17:58:14.751337 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.751454 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.751503 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:14.751859 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.751902 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.752247 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:58:14.752458 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:14.752586 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} executeQuery: Read 1 rows, 69.00 B in 0.001153 sec., 867.3026886383349 rows/sec., 58.44 KiB/sec. 2026.01.13 17:58:14.752621 [ 276 ] {cb3135e1-b1a5-4c6c-a35c-cc8bfa4e53ba} TCPHandler: Processed in 0.001344005 sec. 2026.01.13 17:58:14.752738 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.752853 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.752918 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} 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.13 17:58:14.753702 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.753739 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.754242 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:58:14.754464 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:14.754601 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} executeQuery: Read 10 rows, 18.35 KiB in 0.001772 sec., 5643.340857787811 rows/sec., 10.11 MiB/sec. 2026.01.13 17:58:14.754653 [ 276 ] {1426cf31-1da5-49b0-ae19-479152571539} TCPHandler: Processed in 0.001977665 sec. 2026.01.13 17:58:14.754763 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:14.754859 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:14.754901 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:14.755229 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:14.755266 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:14.755582 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:14.755788 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:14.755919 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} executeQuery: Read 104 rows, 6.53 KiB in 0.001078 sec., 96474.95361781077 rows/sec., 5.91 MiB/sec. 2026.01.13 17:58:14.755955 [ 276 ] {85d54f56-c129-4649-b0e5-325948e5c2a4} TCPHandler: Processed in 0.001242713 sec. 2026.01.13 17:58:19.727432 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.727644 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:58:19.727715 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:58:19.728356 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.728403 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.728775 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.13 17:58:19.729006 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:58:19.729154 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} executeQuery: Read 4 rows, 334.00 B in 0.001561 sec., 2562.4599615631005 rows/sec., 208.95 KiB/sec. 2026.01.13 17:58:19.729194 [ 276 ] {53f3ab32-2077-416a-bc35-72864d195ff4} TCPHandler: Processed in 0.001899205 sec. 2026.01.13 17:58:19.729320 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.729446 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:19.729495 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:19.730030 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.730073 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.730434 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:19.730647 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:19.730778 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} executeQuery: Read 120 rows, 10.41 KiB in 0.001357 sec., 88430.36109064112 rows/sec., 7.49 MiB/sec. 2026.01.13 17:58:19.730816 [ 276 ] {3ef60820-8719-4380-93eb-28d43e84d375} TCPHandler: Processed in 0.001558908 sec. 2026.01.13 17:58:19.730931 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.731026 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:19.731066 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:19.731468 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.731504 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.731807 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:58:19.732017 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:19.732131 [ 70 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:58:19.732150 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} executeQuery: Read 35 rows, 2.61 KiB in 0.001142 sec., 30647.985989492117 rows/sec., 2.23 MiB/sec. 2026.01.13 17:58:19.732194 [ 70 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.732205 [ 276 ] {53432a3e-3eaf-4e55-b46a-3b99d3a99f51} TCPHandler: Processed in 0.001323954 sec. 2026.01.13 17:58:19.732222 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.732331 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.732331 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:58:19.732459 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:19.732480 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:19.732511 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:19.732521 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:58:19.732609 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:19.732660 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 225 rows starting from the beginning of the part 2026.01.13 17:58:19.732708 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:19.732761 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 215 rows starting from the beginning of the part 2026.01.13 17:58:19.732807 [ 190 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 35 rows starting from the beginning of the part 2026.01.13 17:58:19.733035 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.733085 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.733592 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:19.733765 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 815 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476757 sec., 551884.974982343 rows/sec., 36.40 MiB/sec. 2026.01.13 17:58:19.733818 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:19.733954 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} executeQuery: Read 99 rows, 7.92 KiB in 0.00152 sec., 65131.57894736842 rows/sec., 5.09 MiB/sec. 2026.01.13 17:58:19.733961 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:58:19.733993 [ 276 ] {ecbf9c4f-c0fb-410a-8a19-06c5a7d2c793} TCPHandler: Processed in 0.001720311 sec. 2026.01.13 17:58:19.734108 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.734200 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:19.734242 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:19.734268 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:19.734340 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_51_10} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:58:19.734420 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:58:19.734635 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.734670 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.735002 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:19.735213 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:19.735338 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} executeQuery: Read 162 rows, 11.55 KiB in 0.001156 sec., 140138.40830449827 rows/sec., 9.76 MiB/sec. 2026.01.13 17:58:19.735374 [ 276 ] {bf806a68-a98b-494e-9285-941a80172e0d} TCPHandler: Processed in 0.001312974 sec. 2026.01.13 17:58:19.735472 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.735563 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:19.735617 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} 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.13 17:58:19.736396 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.736432 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.736963 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.01.13 17:58:19.737190 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:19.737296 [ 70 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.01.13 17:58:19.737322 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} executeQuery: Read 31 rows, 56.88 KiB in 0.001777 sec., 17445.132245357345 rows/sec., 31.26 MiB/sec. 2026.01.13 17:58:19.737332 [ 70 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.737363 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.737381 [ 276 ] {0bcd2730-c0c2-4278-975d-b51cfdc9210f} TCPHandler: Processed in 0.001954995 sec. 2026.01.13 17:58:19.737458 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:58:19.737500 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:19.737597 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:19.737637 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:19.737729 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:19.737799 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 896 rows starting from the beginning of the part 2026.01.13 17:58:19.737941 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:19.737968 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:19.738009 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:19.738054 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:19.738176 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:19.738282 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:19.738329 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:19.738377 [ 187 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:19.738552 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:19.738684 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.01.13 17:58:19.738720 [ 276 ] {18f88246-7c9e-4720-8f67-cc39b7f74dcc} TCPHandler: Processed in 0.001267672 sec. 2026.01.13 17:58:19.745027 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1009 rows, containing 19 columns (19 merged, 0 gathered) in 0.007613477 sec., 132528.1471264706 rows/sec., 237.48 MiB/sec. 2026.01.13 17:58:19.746088 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.01.13 17:58:19.746453 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:19.746531 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_51_10} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.01.13 17:58:19.746625 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.28 MiB. 2026.01.13 17:58:20.000190 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.25 MiB, peak 311.29 MiB, free memory in arenas 0.00 B, will set to 304.00 MiB (RSS), difference: 2.75 MiB 2026.01.13 17:58:20.571192 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17723 2026.01.13 17:58:20.571677 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:20.571725 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:20.572180 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:58:20.572405 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:20.572536 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17723 2026.01.13 17:58:21.496298 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2026.01.13 17:58:21.511610 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:21.511660 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:21.517454 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.01.13 17:58:21.518171 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:21.520833 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.01.13 17:58:23.127640 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1146 2026.01.13 17:58:23.130015 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:23.130070 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:23.131323 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:58:23.131589 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:23.131909 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1146 2026.01.13 17:58:24.737745 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.737960 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.738032 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:24.739025 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.739065 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.739484 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:58:24.739715 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:24.739832 [ 65 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.13 17:58:24.739876 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} executeQuery: Read 410 rows, 26.63 KiB in 0.001969 sec., 208227.52666328088 rows/sec., 13.21 MiB/sec. 2026.01.13 17:58:24.739876 [ 65 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.739911 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.739925 [ 276 ] {01b14aac-84dc-4b81-bce9-12577be32459} TCPHandler: Processed in 0.002318442 sec. 2026.01.13 17:58:24.740036 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:58:24.740053 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.740181 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:24.740189 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:24.740228 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:24.740235 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 434 rows starting from the beginning of the part 2026.01.13 17:58:24.740315 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 410 rows starting from the beginning of the part 2026.01.13 17:58:24.740360 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 410 rows starting from the beginning of the part 2026.01.13 17:58:24.740403 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 410 rows starting from the beginning of the part 2026.01.13 17:58:24.740441 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2026.01.13 17:58:24.740477 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2026.01.13 17:58:24.741224 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.741266 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:24.741659 [ 189 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.00168538 sec., 1473851.5942992086 rows/sec., 99.40 MiB/sec. 2026.01.13 17:58:24.741680 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:58:24.741823 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.13 17:58:24.741942 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:24.742093 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} executeQuery: Read 1132 rows, 91.85 KiB in 0.001935 sec., 585012.9198966408 rows/sec., 46.35 MiB/sec. 2026.01.13 17:58:24.742127 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:24.742131 [ 276 ] {a7f13cad-e678-4547-9d15-a86cacd6da10} TCPHandler: Processed in 0.002127439 sec. 2026.01.13 17:58:24.742212 [ 191 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_23_5} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.13 17:58:24.742280 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.742295 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.01.13 17:58:24.742383 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.742427 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:24.742962 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.742998 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.743336 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:58:24.743547 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:24.743675 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} executeQuery: Read 215 rows, 13.07 KiB in 0.00131 sec., 164122.13740458016 rows/sec., 9.74 MiB/sec. 2026.01.13 17:58:24.743710 [ 276 ] {b28e8256-014a-4961-9507-668a75b8c5f8} TCPHandler: Processed in 0.001477697 sec. 2026.01.13 17:58:24.743819 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.743911 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.743949 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:24.744431 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.744464 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.744760 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:58:24.744976 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:24.745110 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} executeQuery: Read 212 rows, 14.00 KiB in 0.001217 sec., 174198.84963023828 rows/sec., 11.23 MiB/sec. 2026.01.13 17:58:24.745147 [ 276 ] {dc58ed2f-cd37-477c-a702-420385faaa19} TCPHandler: Processed in 0.001374515 sec. 2026.01.13 17:58:24.745253 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.745343 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.745382 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:24.745863 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.745899 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.746223 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:58:24.746429 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:24.746537 [ 64 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.01.13 17:58:24.746562 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} executeQuery: Read 211 rows, 12.27 KiB in 0.001236 sec., 170711.97411003237 rows/sec., 9.69 MiB/sec. 2026.01.13 17:58:24.746609 [ 64 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.746616 [ 276 ] {e6f20dd8-0dbe-4f86-84c2-9c23d9c134a3} TCPHandler: Processed in 0.001410246 sec. 2026.01.13 17:58:24.746642 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.746729 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.746738 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:58:24.746825 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:24.746846 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:24.746864 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:24.746879 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 223 rows starting from the beginning of the part 2026.01.13 17:58:24.746944 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 211 rows starting from the beginning of the part 2026.01.13 17:58:24.746997 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 211 rows starting from the beginning of the part 2026.01.13 17:58:24.747043 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 211 rows starting from the beginning of the part 2026.01.13 17:58:24.747089 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2026.01.13 17:58:24.747135 [ 197 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2026.01.13 17:58:24.747536 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.747571 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:24.747927 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:58:24.748046 [ 191 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001346804 sec., 948913.1306411326 rows/sec., 57.68 MiB/sec. 2026.01.13 17:58:24.748138 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:24.748192 [ 189 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.13 17:58:24.748272 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} executeQuery: Read 689 rows, 49.27 KiB in 0.001464 sec., 470628.41530054645 rows/sec., 32.86 MiB/sec. 2026.01.13 17:58:24.748309 [ 276 ] {8160477e-3381-407d-944e-4a959c8d9630} TCPHandler: Processed in 0.001626539 sec. 2026.01.13 17:58:24.748417 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.748483 [ 189 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:24.748509 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:24.748546 [ 189 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_23_5} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.01.13 17:58:24.748550 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:24.748609 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.13 17:58:24.748919 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.748958 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.749322 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.13 17:58:24.749550 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:24.749685 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} executeQuery: Read 6 rows, 321.00 B in 0.001194 sec., 5025.125628140704 rows/sec., 262.54 KiB/sec. 2026.01.13 17:58:24.749722 [ 276 ] {501de641-6998-47e3-a6e4-b260d748c566} TCPHandler: Processed in 0.001351764 sec. 2026.01.13 17:58:24.749832 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.749926 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.749969 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:24.750418 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.750455 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.750797 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:58:24.751005 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:24.751139 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} executeQuery: Read 314 rows, 21.12 KiB in 0.001232 sec., 254870.12987012987 rows/sec., 16.74 MiB/sec. 2026.01.13 17:58:24.751176 [ 276 ] {c9f14072-5d01-48cf-a6b0-d285ecc5b105} TCPHandler: Processed in 0.001392555 sec. 2026.01.13 17:58:24.751282 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.751375 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.751416 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:24.751720 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.751755 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.752052 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:58:24.752269 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:24.752405 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.01.13 17:58:24.752441 [ 276 ] {896cdc99-d1a2-4de3-b27d-52f989f2911a} TCPHandler: Processed in 0.001207061 sec. 2026.01.13 17:58:24.752546 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.752637 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.752689 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} 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.13 17:58:24.753449 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.753485 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.753979 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.01.13 17:58:24.754191 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:24.754326 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} executeQuery: Read 10 rows, 18.35 KiB in 0.001706 sec., 5861.664712778429 rows/sec., 10.50 MiB/sec. 2026.01.13 17:58:24.754378 [ 276 ] {55796fa4-ea99-4b1f-979f-f5b404cc53d9} TCPHandler: Processed in 0.001878784 sec. 2026.01.13 17:58:24.754484 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:24.754576 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:24.754617 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:24.754955 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:24.754991 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:24.755288 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:58:24.755489 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:24.755614 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} executeQuery: Read 104 rows, 6.53 KiB in 0.001056 sec., 98484.84848484848 rows/sec., 6.03 MiB/sec. 2026.01.13 17:58:24.755648 [ 276 ] {0202003a-9e6f-4508-936b-1a4410361a43} TCPHandler: Processed in 0.001211952 sec. 2026.01.13 17:58:27.952772 [ 59 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:58:27.952835 [ 59 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:58:28.072673 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18235 2026.01.13 17:58:28.073180 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:28.073223 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:28.073678 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:58:28.073905 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:28.074035 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18235 2026.01.13 17:58:29.020967 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.01.13 17:58:29.037365 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.037419 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.55 GiB. 2026.01.13 17:58:29.043409 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.01.13 17:58:29.044095 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:29.046929 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.01.13 17:58:29.727765 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.727976 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:29.728047 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:29.728811 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.728849 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.729236 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:58:29.729461 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:29.729580 [ 58 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:58:29.729615 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} executeQuery: Read 118 rows, 10.26 KiB in 0.001693 sec., 69698.75959834612 rows/sec., 5.92 MiB/sec. 2026.01.13 17:58:29.729647 [ 58 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.729663 [ 276 ] {acf7fbfa-6f37-4b1e-b5d7-9ca10f619f71} TCPHandler: Processed in 0.002034717 sec. 2026.01.13 17:58:29.729677 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.729795 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:58:29.729805 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.729913 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:29.729918 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:29.729951 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2465 rows starting from the beginning of the part 2026.01.13 17:58:29.729971 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:29.730017 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 118 rows starting from the beginning of the part 2026.01.13 17:58:29.730064 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:58:29.730105 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 120 rows starting from the beginning of the part 2026.01.13 17:58:29.730139 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:58:29.730177 [ 198 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:58:29.730423 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.730465 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.730769 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:58:29.730989 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:29.731121 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} executeQuery: Read 31 rows, 2.33 KiB in 0.001222 sec., 25368.248772504092 rows/sec., 1.86 MiB/sec. 2026.01.13 17:58:29.731158 [ 276 ] {80257f0c-7dfd-40e6-949b-40260e4bc76a} TCPHandler: Processed in 0.001401005 sec. 2026.01.13 17:58:29.731272 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.731364 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:29.731402 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:29.731824 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.731858 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.731955 [ 189 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5085 rows, containing 5 columns (5 merged, 0 gathered) in 0.002202769 sec., 2308458.127021036 rows/sec., 195.53 MiB/sec. 2026.01.13 17:58:29.732153 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:58:29.732306 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:58:29.732390 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:29.732504 [ 58 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:58:29.732533 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} executeQuery: Read 95 rows, 7.60 KiB in 0.001187 sec., 80033.69839932604 rows/sec., 6.25 MiB/sec. 2026.01.13 17:58:29.732537 [ 58 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.732576 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.732579 [ 276 ] {ffc1352b-9582-4457-9ce2-126e480b71a5} TCPHandler: Processed in 0.001353875 sec. 2026.01.13 17:58:29.732656 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:29.732687 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:29.732706 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.732743 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:29.732773 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:29.732789 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_61_12} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:58:29.732804 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:29.732819 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 95 rows starting from the beginning of the part 2026.01.13 17:58:29.732857 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:29.732868 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 689 rows starting from the beginning of the part 2026.01.13 17:58:29.732905 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2026.01.13 17:58:29.732911 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 99 rows starting from the beginning of the part 2026.01.13 17:58:29.732961 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 689 rows starting from the beginning of the part 2026.01.13 17:58:29.732993 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:29.733271 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.733311 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.733654 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:58:29.733870 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:29.733978 [ 58 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:58:29.734001 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.13 17:58:29.734007 [ 58 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.734011 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2917 rows, containing 5 columns (5 merged, 0 gathered) in 0.001382215 sec., 2110380.8018289483 rows/sec., 159.27 MiB/sec. 2026.01.13 17:58:29.734039 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.734043 [ 276 ] {9dad993e-73e7-46cf-bdd7-22e2ce587508} TCPHandler: Processed in 0.001384785 sec. 2026.01.13 17:58:29.734111 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:58:29.734165 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.734184 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:58:29.734224 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:29.734262 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17742 rows starting from the beginning of the part 2026.01.13 17:58:29.734264 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:29.734327 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.01.13 17:58:29.734332 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} 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.13 17:58:29.734378 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 314 rows starting from the beginning of the part 2026.01.13 17:58:29.734425 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 162 rows starting from the beginning of the part 2026.01.13 17:58:29.734443 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:29.734464 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 314 rows starting from the beginning of the part 2026.01.13 17:58:29.734511 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:58:29.734514 [ 198 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_61_12} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:58:29.734591 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:58:29.735158 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.735198 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.735926 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.01.13 17:58:29.736152 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:29.736297 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} executeQuery: Read 31 rows, 56.88 KiB in 0.00205 sec., 15121.951219512193 rows/sec., 27.10 MiB/sec. 2026.01.13 17:58:29.736350 [ 276 ] {f90342d4-b19b-4b04-bb04-eb7d9d858e24} TCPHandler: Processed in 0.002232571 sec. 2026.01.13 17:58:29.736464 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:29.736557 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:29.736597 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:29.736944 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.736980 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.737376 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:58:29.737590 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:29.737695 [ 58 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:58:29.737716 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} executeQuery: Read 60 rows, 4.14 KiB in 0.001178 sec., 50933.78607809847 rows/sec., 3.43 MiB/sec. 2026.01.13 17:58:29.737729 [ 58 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:29.737758 [ 276 ] {b8d8b74d-71df-4341-b555-7f749a7798cf} TCPHandler: Processed in 0.001341464 sec. 2026.01.13 17:58:29.737759 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:29.737865 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:29.737990 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:29.738022 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3716 rows starting from the beginning of the part 2026.01.13 17:58:29.738081 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:29.738128 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2026.01.13 17:58:29.738171 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:29.738215 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part 2026.01.13 17:58:29.738259 [ 195 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:29.740134 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002304351 sec., 1780978.6790293665 rows/sec., 114.19 MiB/sec. 2026.01.13 17:58:29.740429 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 18852 rows, containing 5 columns (5 merged, 0 gathered) in 0.006348904 sec., 2969331.3995612473 rows/sec., 200.23 MiB/sec. 2026.01.13 17:58:29.740584 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:58:29.740752 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:58:29.740876 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:29.740961 [ 194 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_61_12} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:58:29.741038 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2026.01.13 17:58:29.741076 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:29.741162 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_61_12} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:58:29.741274 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.20 MiB. 2026.01.13 17:58:30.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 305.23 MiB, peak 315.17 MiB, free memory in arenas 0.00 B, will set to 306.80 MiB (RSS), difference: 1.57 MiB 2026.01.13 17:58:32.239237 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.239418 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.239483 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:32.240288 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.240335 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.240744 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:58:32.240991 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:32.241152 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} executeQuery: Read 410 rows, 26.63 KiB in 0.00178 sec., 230337.0786516854 rows/sec., 14.61 MiB/sec. 2026.01.13 17:58:32.241194 [ 276 ] {9042a482-e785-4360-a4e8-dc40dc55fbce} TCPHandler: Processed in 0.002090677 sec. 2026.01.13 17:58:32.241316 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.241439 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:32.241480 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:32.243029 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.243066 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.243496 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:58:32.243713 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:32.243844 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} executeQuery: Read 2272 rows, 188.41 KiB in 0.002424 sec., 937293.7293729373 rows/sec., 75.91 MiB/sec. 2026.01.13 17:58:32.243885 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:58:32.243923 [ 276 ] {6587cd76-1d63-4d49-bb0b-d6d1a39f6cb3} TCPHandler: Processed in 0.002657899 sec. 2026.01.13 17:58:32.244050 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.244146 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.244186 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:32.244681 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.244716 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.245015 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:58:32.245218 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:32.245351 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} executeQuery: Read 215 rows, 13.07 KiB in 0.001223 sec., 175797.2199509403 rows/sec., 10.43 MiB/sec. 2026.01.13 17:58:32.245388 [ 276 ] {094f5460-31b9-42d5-8041-fa1b41d2d79f} TCPHandler: Processed in 0.001389465 sec. 2026.01.13 17:58:32.245501 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.245595 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.245635 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:32.246180 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.246217 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.246532 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:58:32.246740 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:32.246874 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} executeQuery: Read 440 rows, 29.81 KiB in 0.001296 sec., 339506.1728395062 rows/sec., 22.46 MiB/sec. 2026.01.13 17:58:32.246911 [ 276 ] {c85fb2ee-9aeb-4ea5-be3d-7fe8f29f2a11} TCPHandler: Processed in 0.001460076 sec. 2026.01.13 17:58:32.247024 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.247119 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.247157 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:32.247635 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.247671 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.247973 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:58:32.248178 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:32.248310 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} executeQuery: Read 211 rows, 12.27 KiB in 0.001208 sec., 174668.87417218543 rows/sec., 9.92 MiB/sec. 2026.01.13 17:58:32.248348 [ 276 ] {f955dde4-70ed-4037-90ce-74646e6d30f9} TCPHandler: Processed in 0.001372474 sec. 2026.01.13 17:58:32.248459 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.248553 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:32.248593 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:32.249466 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.249502 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.249845 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:58:32.250057 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:32.250185 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} executeQuery: Read 1145 rows, 83.56 KiB in 0.00165 sec., 693939.3939393939 rows/sec., 49.45 MiB/sec. 2026.01.13 17:58:32.250224 [ 276 ] {58caa9f8-9383-4e92-b673-64ca17f6cd0c} TCPHandler: Processed in 0.001814673 sec. 2026.01.13 17:58:32.250345 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.250442 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:32.250484 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:32.250807 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.250844 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.251139 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.13 17:58:32.251336 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:32.251466 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2026.01.13 17:58:32.251502 [ 276 ] {c029edc7-6216-428c-b47a-5b5be04d4fb8} TCPHandler: Processed in 0.001206502 sec. 2026.01.13 17:58:32.251614 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.251707 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.251750 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:32.252344 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.252380 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.252749 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:58:32.252962 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:32.253093 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} executeQuery: Read 924 rows, 62.61 KiB in 0.001404 sec., 658119.6581196581 rows/sec., 43.55 MiB/sec. 2026.01.13 17:58:32.253129 [ 276 ] {cfda4a20-81b9-4a57-a337-961ddb753a77} TCPHandler: Processed in 0.001565608 sec. 2026.01.13 17:58:32.253230 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.253324 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.253366 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:32.253666 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.253702 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.253990 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:58:32.254190 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:32.254320 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2026.01.13 17:58:32.254356 [ 276 ] {d78b5c58-3d96-4847-90be-5acc9c3accbc} TCPHandler: Processed in 0.001174911 sec. 2026.01.13 17:58:32.254462 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.254555 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.254608 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} 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.13 17:58:32.255368 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.255404 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.255897 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.01.13 17:58:32.256119 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:32.256260 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} executeQuery: Read 10 rows, 18.35 KiB in 0.001723 sec., 5803.830528148578 rows/sec., 10.40 MiB/sec. 2026.01.13 17:58:32.256314 [ 276 ] {f1f59eee-c3ed-4e3e-b233-c7026b242882} TCPHandler: Processed in 0.001901694 sec. 2026.01.13 17:58:32.256427 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:32.256522 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:32.256563 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:32.256891 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:32.256927 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:32.257223 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:58:32.257435 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:32.257561 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} executeQuery: Read 76 rows, 4.59 KiB in 0.001057 sec., 71901.60832544939 rows/sec., 4.24 MiB/sec. 2026.01.13 17:58:32.257597 [ 276 ] {f1ed1a2b-dd61-4e15-8691-651b825acf79} TCPHandler: Processed in 0.001220052 sec. 2026.01.13 17:58:33.132162 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1202 2026.01.13 17:58:33.134959 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:33.135009 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:33.136319 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:58:33.136587 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:33.136854 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1202 2026.01.13 17:58:34.721370 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:34.721567 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:34.721636 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:34.722286 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:34.722335 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:34.722758 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:58:34.722986 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:34.723148 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} executeQuery: Read 56 rows, 4.41 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.64 MiB/sec. 2026.01.13 17:58:34.723202 [ 276 ] {18ab4887-8919-4fc0-8f53-c1e71b980a8c} TCPHandler: Processed in 0.001964855 sec. 2026.01.13 17:58:34.723330 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:34.723433 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:34.723477 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:34.723926 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:34.723963 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:34.724294 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:58:34.724509 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:34.724643 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} executeQuery: Read 64 rows, 5.12 KiB in 0.001233 sec., 51905.92051905921 rows/sec., 4.05 MiB/sec. 2026.01.13 17:58:34.724681 [ 276 ] {308e719b-5222-45c3-9e67-ae2d8d1fcd46} TCPHandler: Processed in 0.001404915 sec. 2026.01.13 17:58:34.724800 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:34.724897 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:34.724942 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:34.725325 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:34.725362 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:34.725707 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:58:34.725930 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:34.726062 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} executeQuery: Read 74 rows, 5.27 KiB in 0.001184 sec., 62500 rows/sec., 4.35 MiB/sec. 2026.01.13 17:58:34.726100 [ 276 ] {11fe2f46-2d14-470c-b268-98afe5dd2edd} TCPHandler: Processed in 0.001350254 sec. 2026.01.13 17:58:34.726214 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:34.726310 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:34.726352 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:34.726680 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:34.726716 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:34.727027 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:58:34.727242 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:34.727371 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} executeQuery: Read 28 rows, 1.94 KiB in 0.00108 sec., 25925.925925925927 rows/sec., 1.75 MiB/sec. 2026.01.13 17:58:34.727408 [ 276 ] {4feac64e-7c6d-46a0-b38e-02fba14213a9} TCPHandler: Processed in 0.001245132 sec. 2026.01.13 17:58:35.574174 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18683 2026.01.13 17:58:35.574721 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:35.574777 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:35.575273 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:58:35.575514 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:35.575661 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18683 2026.01.13 17:58:36.547096 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.01.13 17:58:36.570004 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:36.570093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:36.579271 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.01.13 17:58:36.580646 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:36.588297 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.01.13 17:58:39.588516 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51648 2026.01.13 17:58:39.588643 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.588669 [ 287 ] {} TCP-Session: 97f5d9ef-a57f-43ba-b37f-70f1aafcb716 Authenticating user 'default' from [fd00:1122:3344:101::e]:51648 2026.01.13 17:58:39.588694 [ 287 ] {} TCP-Session: 97f5d9ef-a57f-43ba-b37f-70f1aafcb716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.588706 [ 287 ] {} TCP-Session: 97f5d9ef-a57f-43ba-b37f-70f1aafcb716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.588884 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40258 2026.01.13 17:58:39.588917 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54359 2026.01.13 17:58:39.588920 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34777 2026.01.13 17:58:39.588964 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53565 2026.01.13 17:58:39.588995 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50862 2026.01.13 17:58:39.589025 [ 287 ] {} TCP-Session: 97f5d9ef-a57f-43ba-b37f-70f1aafcb716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.589045 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.589018 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.589088 [ 350 ] {} TCP-Session: f2a63773-7b4a-45b2-a6a6-df68aaf9a672 Authenticating user 'default' from [fd00:1122:3344:101::e]:34777 2026.01.13 17:58:39.589015 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.589117 [ 291 ] {} TCP-Session: 167a3866-5e17-4477-a7f0-e9dc894b2a07 Authenticating user 'default' from [fd00:1122:3344:101::e]:54359 2026.01.13 17:58:39.589157 [ 289 ] {} TCP-Session: 087fbcf0-fe6f-4d35-a190-2c5db2a57610 Authenticating user 'default' from [fd00:1122:3344:101::e]:40258 2026.01.13 17:58:39.589178 [ 291 ] {} TCP-Session: 167a3866-5e17-4477-a7f0-e9dc894b2a07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589124 [ 350 ] {} TCP-Session: f2a63773-7b4a-45b2-a6a6-df68aaf9a672 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589203 [ 289 ] {} TCP-Session: 087fbcf0-fe6f-4d35-a190-2c5db2a57610 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589208 [ 291 ] {} TCP-Session: 167a3866-5e17-4477-a7f0-e9dc894b2a07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589226 [ 350 ] {} TCP-Session: f2a63773-7b4a-45b2-a6a6-df68aaf9a672 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589238 [ 289 ] {} TCP-Session: 087fbcf0-fe6f-4d35-a190-2c5db2a57610 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589215 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} executeQuery: (from [fd00:1122:3344:101::e]:51648) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:58:39.588961 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58304 2026.01.13 17:58:39.588894 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62400 2026.01.13 17:58:39.588980 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49545 2026.01.13 17:58:39.589452 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.589488 [ 353 ] {} TCP-Session: ed18b0e0-69fc-4233-8721-6baaedae4423 Authenticating user 'default' from [fd00:1122:3344:101::e]:53565 2026.01.13 17:58:39.589505 [ 353 ] {} TCP-Session: ed18b0e0-69fc-4233-8721-6baaedae4423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589517 [ 353 ] {} TCP-Session: ed18b0e0-69fc-4233-8721-6baaedae4423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589580 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:58:39.589643 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:58:39.589888 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.589922 [ 290 ] {} TCP-Session: dadcd49a-48bf-473f-b300-7f980fde2153 Authenticating user 'default' from [fd00:1122:3344:101::e]:62400 2026.01.13 17:58:39.589938 [ 290 ] {} TCP-Session: dadcd49a-48bf-473f-b300-7f980fde2153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.589938 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:58:39.589956 [ 290 ] {} TCP-Session: dadcd49a-48bf-473f-b300-7f980fde2153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590003 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.590042 [ 351 ] {} TCP-Session: 4c432f92-651e-4cc8-a0cc-1412e220725c Authenticating user 'default' from [fd00:1122:3344:101::e]:58304 2026.01.13 17:58:39.590064 [ 351 ] {} TCP-Session: 4c432f92-651e-4cc8-a0cc-1412e220725c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590081 [ 351 ] {} TCP-Session: 4c432f92-651e-4cc8-a0cc-1412e220725c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590127 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.590158 [ 354 ] {} TCP-Session: 7371cf1a-d514-4c5f-b2ca-e09f4c7010c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:49545 2026.01.13 17:58:39.590174 [ 354 ] {} TCP-Session: 7371cf1a-d514-4c5f-b2ca-e09f4c7010c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590185 [ 354 ] {} TCP-Session: 7371cf1a-d514-4c5f-b2ca-e09f4c7010c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590246 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.590288 [ 355 ] {} TCP-Session: 23b12241-78f9-48cd-9327-f0220c1400ad Authenticating user 'default' from [fd00:1122:3344:101::e]:50862 2026.01.13 17:58:39.590306 [ 355 ] {} TCP-Session: 23b12241-78f9-48cd-9327-f0220c1400ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.590319 [ 355 ] {} TCP-Session: 23b12241-78f9-48cd-9327-f0220c1400ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.591059 [ 347 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} AggregatingTransform: Aggregating 2026.01.13 17:58:39.591094 [ 347 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} Aggregator: Aggregation method: without_key 2026.01.13 17:58:39.591133 [ 347 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00107117 sec. (933.559 rows/sec., 36.47 KiB/sec.) 2026.01.13 17:58:39.591152 [ 347 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} Aggregator: Merging aggregated data 2026.01.13 17:58:39.592636 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} executeQuery: Read 1 rows, 40.00 B in 0.003486 sec., 286.8617326448652 rows/sec., 11.21 KiB/sec. 2026.01.13 17:58:39.592817 [ 287 ] {40fba5b8-82ea-4b9e-a6ce-b5d5534b9a21} TCPHandler: Processed in 0.00390909 sec. 2026.01.13 17:58:39.592952 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.592979 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.592984 [ 287 ] {} TCP-Session: 97f5d9ef-a57f-43ba-b37f-70f1aafcb716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593002 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593022 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593038 [ 289 ] {} TCP-Session: 087fbcf0-fe6f-4d35-a190-2c5db2a57610 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593061 [ 290 ] {} TCP-Session: dadcd49a-48bf-473f-b300-7f980fde2153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593078 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593092 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593109 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593152 [ 350 ] {} TCP-Session: f2a63773-7b4a-45b2-a6a6-df68aaf9a672 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593090 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593185 [ 355 ] {} TCP-Session: 23b12241-78f9-48cd-9327-f0220c1400ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593223 [ 291 ] {} TCP-Session: 167a3866-5e17-4477-a7f0-e9dc894b2a07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593080 [ 351 ] {} TCP-Session: 4c432f92-651e-4cc8-a0cc-1412e220725c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593126 [ 353 ] {} TCP-Session: ed18b0e0-69fc-4233-8721-6baaedae4423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.593041 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.593323 [ 354 ] {} TCP-Session: 7371cf1a-d514-4c5f-b2ca-e09f4c7010c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601031 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50624 2026.01.13 17:58:39.601097 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601117 [ 287 ] {} TCP-Session: 4ea9794a-e633-4fda-9270-8980135775a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50624 2026.01.13 17:58:39.601133 [ 287 ] {} TCP-Session: 4ea9794a-e633-4fda-9270-8980135775a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601146 [ 287 ] {} TCP-Session: 4ea9794a-e633-4fda-9270-8980135775a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601302 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52176 2026.01.13 17:58:39.601322 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58915 2026.01.13 17:58:39.601324 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50763 2026.01.13 17:58:39.601364 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40498 2026.01.13 17:58:39.601384 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601394 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601417 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601425 [ 289 ] {} TCP-Session: cad88c2a-2963-40ef-aa80-6843a31890ce Authenticating user 'default' from [fd00:1122:3344:101::e]:52176 2026.01.13 17:58:39.601445 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601476 [ 289 ] {} TCP-Session: cad88c2a-2963-40ef-aa80-6843a31890ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601454 [ 350 ] {} TCP-Session: 3de8fef2-e0ae-44f7-9164-60cf8d37b8dd Authenticating user 'default' from [fd00:1122:3344:101::e]:50763 2026.01.13 17:58:39.601500 [ 354 ] {} TCP-Session: 84057c6d-d304-468c-80fd-e07c4c267354 Authenticating user 'default' from [fd00:1122:3344:101::e]:40498 2026.01.13 17:58:39.601529 [ 350 ] {} TCP-Session: 3de8fef2-e0ae-44f7-9164-60cf8d37b8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601437 [ 291 ] {} TCP-Session: 0892893b-5d84-4529-889a-bd9ec27e05b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:58915 2026.01.13 17:58:39.601546 [ 354 ] {} TCP-Session: 84057c6d-d304-468c-80fd-e07c4c267354 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601570 [ 291 ] {} TCP-Session: 0892893b-5d84-4529-889a-bd9ec27e05b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601594 [ 354 ] {} TCP-Session: 84057c6d-d304-468c-80fd-e07c4c267354 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601606 [ 291 ] {} TCP-Session: 0892893b-5d84-4529-889a-bd9ec27e05b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601547 [ 350 ] {} TCP-Session: 3de8fef2-e0ae-44f7-9164-60cf8d37b8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601359 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46060 2026.01.13 17:58:39.601349 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44783 2026.01.13 17:58:39.601308 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33562 2026.01.13 17:58:39.601715 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601737 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601758 [ 353 ] {} TCP-Session: 4d68791d-c8ac-442a-9d46-c3264a114ed2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46060 2026.01.13 17:58:39.601505 [ 289 ] {} TCP-Session: cad88c2a-2963-40ef-aa80-6843a31890ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601788 [ 353 ] {} TCP-Session: 4d68791d-c8ac-442a-9d46-c3264a114ed2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601785 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.601805 [ 353 ] {} TCP-Session: 4d68791d-c8ac-442a-9d46-c3264a114ed2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601780 [ 351 ] {} TCP-Session: 98941e76-79cd-411b-aa13-af3deba0a3d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:44783 2026.01.13 17:58:39.601841 [ 290 ] {} TCP-Session: b042e0ad-b97f-40a7-94ea-e919180da722 Authenticating user 'default' from [fd00:1122:3344:101::e]:33562 2026.01.13 17:58:39.601864 [ 351 ] {} TCP-Session: 98941e76-79cd-411b-aa13-af3deba0a3d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601886 [ 290 ] {} TCP-Session: b042e0ad-b97f-40a7-94ea-e919180da722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601893 [ 351 ] {} TCP-Session: 98941e76-79cd-411b-aa13-af3deba0a3d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601915 [ 290 ] {} TCP-Session: b042e0ad-b97f-40a7-94ea-e919180da722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.601377 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47860 2026.01.13 17:58:39.601362 [ 287 ] {} TCP-Session: 4ea9794a-e633-4fda-9270-8980135775a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.602007 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.602033 [ 355 ] {} TCP-Session: f9b3554b-6baa-4333-8704-eb9656c54743 Authenticating user 'default' from [fd00:1122:3344:101::e]:47860 2026.01.13 17:58:39.602050 [ 355 ] {} TCP-Session: f9b3554b-6baa-4333-8704-eb9656c54743 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.602062 [ 355 ] {} TCP-Session: f9b3554b-6baa-4333-8704-eb9656c54743 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.602099 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} executeQuery: (from [fd00:1122:3344:101::e]:50624) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:58:39.602266 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:58:39.602308 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:58:39.602548 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:58:39.603388 [ 321 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} AggregatingTransform: Aggregating 2026.01.13 17:58:39.603455 [ 321 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} Aggregator: Aggregation method: without_key 2026.01.13 17:58:39.603492 [ 321 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000859926 sec. (1162.891 rows/sec., 45.43 KiB/sec.) 2026.01.13 17:58:39.603512 [ 321 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} Aggregator: Merging aggregated data 2026.01.13 17:58:39.604816 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} executeQuery: Read 1 rows, 40.00 B in 0.002752 sec., 363.3720930232558 rows/sec., 14.19 KiB/sec. 2026.01.13 17:58:39.604946 [ 287 ] {71b4153c-94be-4314-87cb-022f76ef9cf8} TCPHandler: Processed in 0.003637336 sec. 2026.01.13 17:58:39.605075 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605104 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605109 [ 287 ] {} TCP-Session: 4ea9794a-e633-4fda-9270-8980135775a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605124 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605151 [ 355 ] {} TCP-Session: f9b3554b-6baa-4333-8704-eb9656c54743 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605159 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605186 [ 289 ] {} TCP-Session: cad88c2a-2963-40ef-aa80-6843a31890ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605195 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605220 [ 350 ] {} TCP-Session: 3de8fef2-e0ae-44f7-9164-60cf8d37b8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605234 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605254 [ 291 ] {} TCP-Session: 0892893b-5d84-4529-889a-bd9ec27e05b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605211 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605289 [ 354 ] {} TCP-Session: 84057c6d-d304-468c-80fd-e07c4c267354 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605178 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605325 [ 351 ] {} TCP-Session: 98941e76-79cd-411b-aa13-af3deba0a3d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605142 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.605365 [ 353 ] {} TCP-Session: 4d68791d-c8ac-442a-9d46-c3264a114ed2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.605400 [ 290 ] {} TCP-Session: b042e0ad-b97f-40a7-94ea-e919180da722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.728339 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.728520 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:39.728592 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:39.729275 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.729325 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.729741 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:58:39.729966 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:39.730132 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} executeQuery: Read 118 rows, 10.26 KiB in 0.00166 sec., 71084.3373493976 rows/sec., 6.04 MiB/sec. 2026.01.13 17:58:39.730186 [ 276 ] {44df078a-9a13-4aed-aff7-b506f06864a0} TCPHandler: Processed in 0.001982396 sec. 2026.01.13 17:58:39.730324 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.730431 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:39.730477 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:39.730922 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.730962 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.731287 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:39.731516 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:39.731654 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} executeQuery: Read 31 rows, 2.33 KiB in 0.001248 sec., 24839.74358974359 rows/sec., 1.82 MiB/sec. 2026.01.13 17:58:39.731695 [ 276 ] {ce7a9dd4-40b9-406d-978f-6262df740c7f} TCPHandler: Processed in 0.001425486 sec. 2026.01.13 17:58:39.731813 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.731914 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:39.731957 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:39.732390 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.732427 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.732730 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:58:39.732943 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:39.733079 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} executeQuery: Read 95 rows, 7.60 KiB in 0.001187 sec., 80033.69839932604 rows/sec., 6.25 MiB/sec. 2026.01.13 17:58:39.733118 [ 276 ] {9e6b8777-2d7c-44a9-ae74-d8c9698a5fe7} TCPHandler: Processed in 0.001357165 sec. 2026.01.13 17:58:39.733234 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.733329 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:39.733374 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:39.733796 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.733838 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.734174 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:58:39.734391 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:39.734527 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} executeQuery: Read 160 rows, 11.41 KiB in 0.001215 sec., 131687.24279835392 rows/sec., 9.17 MiB/sec. 2026.01.13 17:58:39.734564 [ 276 ] {7526cc22-71a3-4c85-a1fb-83a0b2f93a07} TCPHandler: Processed in 0.001379895 sec. 2026.01.13 17:58:39.734679 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.734775 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:39.734832 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} 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.13 17:58:39.735663 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.735699 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.736258 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.01.13 17:58:39.736517 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:39.736675 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} executeQuery: Read 31 rows, 56.88 KiB in 0.001918 sec., 16162.66944734098 rows/sec., 28.96 MiB/sec. 2026.01.13 17:58:39.736731 [ 276 ] {6a2af4bb-f819-4285-bbb5-ad3ef47037dc} TCPHandler: Processed in 0.002101138 sec. 2026.01.13 17:58:39.736850 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.736945 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:39.736987 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:39.737342 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:39.737387 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:39.737758 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:58:39.738034 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:39.738176 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2026.01.13 17:58:39.738214 [ 276 ] {bac07830-3ddb-4256-8906-31cef366154f} TCPHandler: Processed in 0.001413345 sec. 2026.01.13 17:58:39.881401 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45949 2026.01.13 17:58:39.881510 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.881536 [ 287 ] {} TCP-Session: dbfe0231-0cda-4797-a87f-d30207cb7aac Authenticating user 'default' from [fd00:1122:3344:101::e]:45949 2026.01.13 17:58:39.881558 [ 287 ] {} TCP-Session: dbfe0231-0cda-4797-a87f-d30207cb7aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881570 [ 287 ] {} TCP-Session: dbfe0231-0cda-4797-a87f-d30207cb7aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881770 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63016 2026.01.13 17:58:39.881799 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58835 2026.01.13 17:58:39.881824 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42416 2026.01.13 17:58:39.881846 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43774 2026.01.13 17:58:39.881878 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51787 2026.01.13 17:58:39.881894 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.881898 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42396 2026.01.13 17:58:39.881934 [ 289 ] {} TCP-Session: ccd4411f-53e5-40a5-90c5-a61f92cb3427 Authenticating user 'default' from [fd00:1122:3344:101::e]:63016 2026.01.13 17:58:39.881942 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.881958 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.881978 [ 289 ] {} TCP-Session: ccd4411f-53e5-40a5-90c5-a61f92cb3427 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881990 [ 353 ] {} TCP-Session: 772035ee-65b8-465a-8893-a38be4540d3f Authenticating user 'default' from [fd00:1122:3344:101::e]:43774 2026.01.13 17:58:39.882004 [ 354 ] {} TCP-Session: 77345166-e0ad-4b34-94fc-64f22162e423 Authenticating user 'default' from [fd00:1122:3344:101::e]:51787 2026.01.13 17:58:39.882005 [ 289 ] {} TCP-Session: ccd4411f-53e5-40a5-90c5-a61f92cb3427 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882021 [ 353 ] {} TCP-Session: 772035ee-65b8-465a-8893-a38be4540d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882042 [ 354 ] {} TCP-Session: 77345166-e0ad-4b34-94fc-64f22162e423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882022 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.882074 [ 353 ] {} TCP-Session: 772035ee-65b8-465a-8893-a38be4540d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882109 [ 355 ] {} TCP-Session: c0fbda02-1dfe-4b9d-9aa4-dc3148a22010 Authenticating user 'default' from [fd00:1122:3344:101::e]:42396 2026.01.13 17:58:39.882078 [ 354 ] {} TCP-Session: 77345166-e0ad-4b34-94fc-64f22162e423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882142 [ 355 ] {} TCP-Session: c0fbda02-1dfe-4b9d-9aa4-dc3148a22010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881967 [ 287 ] {} TCP-Session: dbfe0231-0cda-4797-a87f-d30207cb7aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:39.882169 [ 355 ] {} TCP-Session: c0fbda02-1dfe-4b9d-9aa4-dc3148a22010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881917 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.881918 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.882238 [ 290 ] {} TCP-Session: af3d3b16-f788-4c56-b627-240c267a2e0f Authenticating user 'default' from [fd00:1122:3344:101::e]:58835 2026.01.13 17:58:39.881848 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44343 2026.01.13 17:58:39.882254 [ 350 ] {} TCP-Session: 82b31770-cd6e-46d0-bae9-7d14b2025ec3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42416 2026.01.13 17:58:39.882259 [ 290 ] {} TCP-Session: af3d3b16-f788-4c56-b627-240c267a2e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882294 [ 350 ] {} TCP-Session: 82b31770-cd6e-46d0-bae9-7d14b2025ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882305 [ 290 ] {} TCP-Session: af3d3b16-f788-4c56-b627-240c267a2e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882312 [ 350 ] {} TCP-Session: 82b31770-cd6e-46d0-bae9-7d14b2025ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.881813 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56499 2026.01.13 17:58:39.882325 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.882369 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} executeQuery: (from [fd00:1122:3344:101::e]:45949) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:58:39.882374 [ 351 ] {} TCP-Session: c65780a1-b51d-4d5c-a4cf-81117c620c96 Authenticating user 'default' from [fd00:1122:3344:101::e]:44343 2026.01.13 17:58:39.882405 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:58:39.882412 [ 351 ] {} TCP-Session: c65780a1-b51d-4d5c-a4cf-81117c620c96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882435 [ 291 ] {} TCP-Session: a53311e3-2643-4cb5-9d84-273846def1b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:56499 2026.01.13 17:58:39.882439 [ 351 ] {} TCP-Session: c65780a1-b51d-4d5c-a4cf-81117c620c96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882463 [ 291 ] {} TCP-Session: a53311e3-2643-4cb5-9d84-273846def1b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882482 [ 291 ] {} TCP-Session: a53311e3-2643-4cb5-9d84-273846def1b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.882638 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:58:39.882692 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:58:39.882974 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:58:39.883896 [ 310 ] {538be843-03ce-44f2-9889-c81801ce45f9} AggregatingTransform: Aggregating 2026.01.13 17:58:39.883936 [ 310 ] {538be843-03ce-44f2-9889-c81801ce45f9} Aggregator: Aggregation method: without_key 2026.01.13 17:58:39.883973 [ 310 ] {538be843-03ce-44f2-9889-c81801ce45f9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000898416 sec. (1113.070 rows/sec., 43.48 KiB/sec.) 2026.01.13 17:58:39.883991 [ 310 ] {538be843-03ce-44f2-9889-c81801ce45f9} Aggregator: Merging aggregated data 2026.01.13 17:58:39.885248 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} executeQuery: Read 1 rows, 40.00 B in 0.002936 sec., 340.59945504087193 rows/sec., 13.30 KiB/sec. 2026.01.13 17:58:39.885392 [ 287 ] {538be843-03ce-44f2-9889-c81801ce45f9} TCPHandler: Processed in 0.003533994 sec. 2026.01.13 17:58:39.885528 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885558 [ 287 ] {} TCP-Session: dbfe0231-0cda-4797-a87f-d30207cb7aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885582 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885605 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885620 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885625 [ 289 ] {} TCP-Session: ccd4411f-53e5-40a5-90c5-a61f92cb3427 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885642 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885670 [ 351 ] {} TCP-Session: c65780a1-b51d-4d5c-a4cf-81117c620c96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885689 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885715 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885675 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885739 [ 350 ] {} TCP-Session: 82b31770-cd6e-46d0-bae9-7d14b2025ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885752 [ 354 ] {} TCP-Session: 77345166-e0ad-4b34-94fc-64f22162e423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885668 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:58:39.885781 [ 291 ] {} TCP-Session: a53311e3-2643-4cb5-9d84-273846def1b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885649 [ 290 ] {} TCP-Session: af3d3b16-f788-4c56-b627-240c267a2e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885818 [ 355 ] {} TCP-Session: c0fbda02-1dfe-4b9d-9aa4-dc3148a22010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:39.885710 [ 353 ] {} TCP-Session: 772035ee-65b8-465a-8893-a38be4540d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:58:40.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.67 MiB, peak 318.09 MiB, free memory in arenas 0.00 B, will set to 307.59 MiB (RSS), difference: -1.08 MiB 2026.01.13 17:58:42.952875 [ 39 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:58:42.952930 [ 39 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:58:43.075896 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19195 2026.01.13 17:58:43.076716 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:43.076760 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:43.077232 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:58:43.077462 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:43.077595 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19195 2026.01.13 17:58:43.137383 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1228 2026.01.13 17:58:43.139897 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:43.139936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:43.141139 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:58:43.141403 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:43.141664 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1228 2026.01.13 17:58:43.929024 [ 39 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 5 parts from all_1_19_4 to all_23_23_0 2026.01.13 17:58:43.929097 [ 39 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:43.929122 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:43.929249 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_19_4 to all_23_23_0 into Compact with storage Full 2026.01.13 17:58:43.929411 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:43.929451 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part 2026.01.13 17:58:43.929521 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.01.13 17:58:43.929572 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.01.13 17:58:43.929617 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.01.13 17:58:43.929660 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.01.13 17:58:43.930464 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.001271623 sec., 18087.121733406835 rows/sec., 1.19 MiB/sec. 2026.01.13 17:58:43.930610 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.01.13 17:58:43.930860 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:43.930929 [ 194 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_23_5} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 5 parts: [all_1_19_4, all_23_23_0] -> all_1_23_5 2026.01.13 17:58:43.930996 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.01.13 17:58:44.088510 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.01.13 17:58:44.105690 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.105734 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.112042 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.01.13 17:58:44.112738 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:44.115557 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.01.13 17:58:44.738367 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.738573 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.738645 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:44.739588 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.739627 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.740050 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:58:44.740264 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:44.740413 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} executeQuery: Read 410 rows, 26.63 KiB in 0.001892 sec., 216701.90274841437 rows/sec., 13.75 MiB/sec. 2026.01.13 17:58:44.740455 [ 276 ] {ef20f237-bdc9-4276-be7c-bfdc81b28339} TCPHandler: Processed in 0.00221957 sec. 2026.01.13 17:58:44.740578 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.740672 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:44.740713 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:44.741668 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.741705 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.742072 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:58:44.742282 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:44.742411 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} executeQuery: Read 1132 rows, 91.85 KiB in 0.001758 sec., 643913.5381114903 rows/sec., 51.02 MiB/sec. 2026.01.13 17:58:44.742449 [ 276 ] {5079afdf-ec04-4a8b-90f7-078842dd245c} TCPHandler: Processed in 0.001919435 sec. 2026.01.13 17:58:44.742563 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.742657 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.742696 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:44.743216 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.743252 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.743556 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:44.743756 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:44.743884 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} executeQuery: Read 215 rows, 13.07 KiB in 0.001245 sec., 172690.76305220884 rows/sec., 10.25 MiB/sec. 2026.01.13 17:58:44.743890 [ 39 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:44.743923 [ 276 ] {22a896c4-a074-4bae-af38-710ed3ed877b} TCPHandler: Processed in 0.001407455 sec. 2026.01.13 17:58:44.743957 [ 39 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.743984 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.744041 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.744092 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:58:44.744140 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.744185 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:44.744232 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:44.744282 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:58:44.744356 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 215 rows starting from the beginning of the part 2026.01.13 17:58:44.744406 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:44.744455 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 215 rows starting from the beginning of the part 2026.01.13 17:58:44.744501 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:44.744547 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 215 rows starting from the beginning of the part 2026.01.13 17:58:44.744691 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.744734 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:44.745049 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:58:44.745269 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:44.745397 [ 39 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.13 17:58:44.745400 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} executeQuery: Read 212 rows, 14.00 KiB in 0.001279 sec., 165754.49569976545 rows/sec., 10.69 MiB/sec. 2026.01.13 17:58:44.745441 [ 39 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.745488 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:44.745499 [ 276 ] {1a989fd9-4a14-46f6-9453-33b85041d1c1} TCPHandler: Processed in 0.001509947 sec. 2026.01.13 17:58:44.745544 [ 191 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 985 rows, containing 5 columns (5 merged, 0 gathered) in 0.001501857 sec., 655854.7185251325 rows/sec., 42.57 MiB/sec. 2026.01.13 17:58:44.745584 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:58:44.745632 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.745719 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:44.745726 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:44.745738 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.745755 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 465 rows starting from the beginning of the part 2026.01.13 17:58:44.745791 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:44.745827 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 440 rows starting from the beginning of the part 2026.01.13 17:58:44.745873 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 212 rows starting from the beginning of the part 2026.01.13 17:58:44.745916 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2026.01.13 17:58:44.745954 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 440 rows starting from the beginning of the part 2026.01.13 17:58:44.745991 [ 194 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2026.01.13 17:58:44.746012 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:44.746091 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_56_11} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:44.746182 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.13 17:58:44.746299 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.746340 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:44.746675 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:58:44.746888 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:44.747018 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} executeQuery: Read 211 rows, 12.27 KiB in 0.001299 sec., 162432.64049268668 rows/sec., 9.22 MiB/sec. 2026.01.13 17:58:44.747032 [ 188 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1981 rows, containing 5 columns (5 merged, 0 gathered) in 0.001476917 sec., 1341307.6022552385 rows/sec., 93.41 MiB/sec. 2026.01.13 17:58:44.747056 [ 276 ] {97a9806b-99c8-47b4-b47e-e8ba1fc4de82} TCPHandler: Processed in 0.001472597 sec. 2026.01.13 17:58:44.747207 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.747245 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.13 17:58:44.747300 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:44.747346 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:44.747516 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:44.747591 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_26_5} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.13 17:58:44.747671 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.13 17:58:44.748043 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.748087 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.748432 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:58:44.748637 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:44.748770 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} executeQuery: Read 689 rows, 49.27 KiB in 0.001488 sec., 463037.63440860214 rows/sec., 32.33 MiB/sec. 2026.01.13 17:58:44.748809 [ 276 ] {5d896de9-eeb2-43a8-9b50-7ba34abd6ee0} TCPHandler: Processed in 0.00164992 sec. 2026.01.13 17:58:44.748911 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.749004 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:44.749044 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:44.749377 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.749413 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.749709 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.13 17:58:44.749905 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:44.750028 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.01.13 17:58:44.750070 [ 276 ] {a0ffe4f1-7ddb-4984-b799-789887166ba4} TCPHandler: Processed in 0.001205892 sec. 2026.01.13 17:58:44.750179 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.750272 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.750313 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:44.750741 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.750776 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.751099 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:58:44.751304 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:44.751440 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} executeQuery: Read 314 rows, 21.12 KiB in 0.001186 sec., 264755.48060708266 rows/sec., 17.39 MiB/sec. 2026.01.13 17:58:44.751477 [ 276 ] {b5e0c07d-f34d-400d-91e7-26fc77c42f55} TCPHandler: Processed in 0.001344454 sec. 2026.01.13 17:58:44.751609 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.751729 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.751779 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:44.752148 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.752188 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.752504 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:58:44.752706 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:44.752836 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} executeQuery: Read 1 rows, 69.00 B in 0.001132 sec., 883.3922261484099 rows/sec., 59.53 KiB/sec. 2026.01.13 17:58:44.752873 [ 276 ] {b5feef8e-8cbc-4cdb-a9c8-6b8010744d6e} TCPHandler: Processed in 0.001322674 sec. 2026.01.13 17:58:44.752974 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.753066 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.753120 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} 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.13 17:58:44.753889 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.753925 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.754439 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.01.13 17:58:44.754661 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:44.754767 [ 39 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.01.13 17:58:44.754796 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} executeQuery: Read 10 rows, 18.35 KiB in 0.001748 sec., 5720.823798627002 rows/sec., 10.25 MiB/sec. 2026.01.13 17:58:44.754812 [ 39 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.754841 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.54 GiB. 2026.01.13 17:58:44.754856 [ 276 ] {881e5c10-a649-4cc4-8eaa-1a74da57ff64} TCPHandler: Processed in 0.001928934 sec. 2026.01.13 17:58:44.754939 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:58:44.754972 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:44.755069 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:44.755109 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:44.755149 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:44.755201 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1009 rows starting from the beginning of the part 2026.01.13 17:58:44.755311 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:44.755400 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:44.755441 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:44.755482 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:44.755482 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:44.755579 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 31 rows starting from the beginning of the part 2026.01.13 17:58:44.755659 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 10 rows starting from the beginning of the part 2026.01.13 17:58:44.755804 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:58:44.756044 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:44.756178 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} executeQuery: Read 104 rows, 6.53 KiB in 0.001127 sec., 92280.39041703638 rows/sec., 5.65 MiB/sec. 2026.01.13 17:58:44.756213 [ 276 ] {26de1815-f249-46f8-b8d9-7e51caef316f} TCPHandler: Processed in 0.001288834 sec. 2026.01.13 17:58:44.760132 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1101 rows, containing 19 columns (19 merged, 0 gathered) in 0.005229664 sec., 210529.77782129022 rows/sec., 377.26 MiB/sec. 2026.01.13 17:58:44.761387 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.01.13 17:58:44.761702 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:44.761765 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_56_11} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.01.13 17:58:44.761868 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.54 MiB. 2026.01.13 17:58:49.727644 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.727837 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:58:49.727903 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:58:49.728530 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.728577 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.728952 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.13 17:58:49.729198 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:58:49.729360 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} executeQuery: Read 4 rows, 334.00 B in 0.001572 sec., 2544.529262086514 rows/sec., 207.49 KiB/sec. 2026.01.13 17:58:49.729402 [ 276 ] {73af7e04-07b8-496f-b8be-81fe709110ec} TCPHandler: Processed in 0.001913374 sec. 2026.01.13 17:58:49.729529 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.729625 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:49.729664 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:49.730128 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.730165 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.730483 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:58:49.730701 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:49.730832 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} executeQuery: Read 120 rows, 10.41 KiB in 0.001225 sec., 97959.1836734694 rows/sec., 8.30 MiB/sec. 2026.01.13 17:58:49.730828 [ 28 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:58:49.730869 [ 276 ] {cfa7ceb8-66e7-4436-927c-749d710b78f4} TCPHandler: Processed in 0.001391576 sec. 2026.01.13 17:58:49.730925 [ 28 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.730960 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.731006 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.731069 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:58:49.731105 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:49.731147 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:49.731169 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:49.731203 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2465 rows starting from the beginning of the part 2026.01.13 17:58:49.731270 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 2272 rows starting from the beginning of the part 2026.01.13 17:58:49.731319 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2026.01.13 17:58:49.731365 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 118 rows starting from the beginning of the part 2026.01.13 17:58:49.731411 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:58:49.731464 [ 193 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 120 rows starting from the beginning of the part 2026.01.13 17:58:49.731563 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.731600 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.731911 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:49.732128 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:49.732259 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} executeQuery: Read 35 rows, 2.61 KiB in 0.001172 sec., 29863.48122866894 rows/sec., 2.18 MiB/sec. 2026.01.13 17:58:49.732296 [ 276 ] {7d337c86-cc3d-4314-9fc2-49b8605af00a} TCPHandler: Processed in 0.001340424 sec. 2026.01.13 17:58:49.732398 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.732492 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:49.732531 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:49.732959 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.732994 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.733299 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:58:49.733511 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:49.733515 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 6163 rows, containing 5 columns (5 merged, 0 gathered) in 0.002483645 sec., 2481433.53820695 rows/sec., 210.74 MiB/sec. 2026.01.13 17:58:49.733628 [ 28 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:58:49.733641 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} executeQuery: Read 99 rows, 7.92 KiB in 0.001167 sec., 84832.90488431876 rows/sec., 6.63 MiB/sec. 2026.01.13 17:58:49.733685 [ 28 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.733714 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.733718 [ 276 ] {3ae6fc33-401d-4f5d-aaa1-b9500b63e6fa} TCPHandler: Processed in 0.001368815 sec. 2026.01.13 17:58:49.733788 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:49.733845 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:58:49.733849 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.733862 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:49.733901 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:58:49.733946 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1145 rows starting from the beginning of the part 2026.01.13 17:58:49.733963 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:49.733984 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2026.01.13 17:58:49.734009 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:49.734018 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 95 rows starting from the beginning of the part 2026.01.13 17:58:49.734055 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 689 rows starting from the beginning of the part 2026.01.13 17:58:49.734093 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 99 rows starting from the beginning of the part 2026.01.13 17:58:49.734196 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:49.734292 [ 199 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_66_13} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:58:49.734408 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2026.01.13 17:58:49.734430 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.734470 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.734818 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:58:49.735032 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:49.735148 [ 28 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:58:49.735163 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} executeQuery: Read 162 rows, 11.55 KiB in 0.001218 sec., 133004.9261083744 rows/sec., 9.26 MiB/sec. 2026.01.13 17:58:49.735199 [ 28 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.735222 [ 276 ] {c1188252-89b9-41fd-a4da-5825bed7822b} TCPHandler: Processed in 0.001424206 sec. 2026.01.13 17:58:49.735230 [ 193 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470166 sec., 2273212.684826067 rows/sec., 171.97 MiB/sec. 2026.01.13 17:58:49.735223 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.735342 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.735349 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:58:49.735442 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:49.735444 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:49.735443 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:58:49.735482 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18852 rows starting from the beginning of the part 2026.01.13 17:58:49.735499 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} 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.13 17:58:49.735534 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 924 rows starting from the beginning of the part 2026.01.13 17:58:49.735573 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 74 rows starting from the beginning of the part 2026.01.13 17:58:49.735610 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.01.13 17:58:49.735645 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 314 rows starting from the beginning of the part 2026.01.13 17:58:49.735682 [ 193 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 162 rows starting from the beginning of the part 2026.01.13 17:58:49.735764 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:49.735854 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_66_13} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:58:49.735939 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.01.13 17:58:49.736331 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.736372 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.736934 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.01.13 17:58:49.737165 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:49.737304 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} executeQuery: Read 31 rows, 56.88 KiB in 0.00188 sec., 16489.36170212766 rows/sec., 29.55 MiB/sec. 2026.01.13 17:58:49.737359 [ 276 ] {eb9e4402-8478-42fe-98a8-e3dfd80229ad} TCPHandler: Processed in 0.002067928 sec. 2026.01.13 17:58:49.737476 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:49.737570 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:49.737611 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:49.737953 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.737989 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.738302 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:58:49.738518 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:49.738626 [ 28 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:58:49.738646 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.01.13 17:58:49.738678 [ 28 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:49.738702 [ 276 ] {333422d3-6f6f-451d-b65d-384d5d642f23} TCPHandler: Processed in 0.001276193 sec. 2026.01.13 17:58:49.738704 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:49.738831 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:49.738961 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:49.739000 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4104 rows starting from the beginning of the part 2026.01.13 17:58:49.739064 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:58:49.739110 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part 2026.01.13 17:58:49.739153 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.01.13 17:58:49.739198 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 104 rows starting from the beginning of the part 2026.01.13 17:58:49.739240 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2026.01.13 17:58:49.741288 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4432 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494285 sec., 1776861.9063178424 rows/sec., 113.85 MiB/sec. 2026.01.13 17:58:49.741440 [ 187 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 20486 rows, containing 5 columns (5 merged, 0 gathered) in 0.00611971 sec., 3347544.2463776874 rows/sec., 225.60 MiB/sec. 2026.01.13 17:58:49.741740 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:58:49.741981 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:58:49.742039 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:49.742146 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_66_13} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:58:49.742235 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.13 17:58:49.742355 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:49.742453 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_66_13} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:58:49.742556 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.01.13 17:58:50.577771 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19643 2026.01.13 17:58:50.578454 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:50.578501 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:50.579005 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:58:50.579247 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:50.579375 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19643 2026.01.13 17:58:50.579380 [ 30 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:58:50.579418 [ 30 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:50.579437 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:50.579522 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.579738 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:50.579769 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17275 rows starting from the beginning of the part 2026.01.13 17:58:50.579860 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.579922 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.579969 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.580007 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.580042 [ 190 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:58:50.581864 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19643 rows, containing 4 columns (4 merged, 0 gathered) in 0.002375093 sec., 8270412.990143965 rows/sec., 118.31 MiB/sec. 2026.01.13 17:58:50.582304 [ 189 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:58:50.582723 [ 189 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:50.582816 [ 189 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_41_8} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:58:50.582950 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB. 2026.01.13 17:58:51.615721 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.01.13 17:58:51.632905 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:51.632962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:51.638998 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.01.13 17:58:51.639750 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:51.640051 [ 23 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.01.13 17:58:51.640127 [ 23 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:51.640154 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:51.640259 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:51.642867 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.01.13 17:58:51.644255 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:51.645786 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 271 rows starting from the beginning of the part 2026.01.13 17:58:51.650301 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.01.13 17:58:51.654770 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:51.659354 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:51.664368 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:51.668555 [ 187 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:58:51.719544 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.07932648 sec., 3895.29448426301 rows/sec., 20.14 MiB/sec. 2026.01.13 17:58:51.722026 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.01.13 17:58:51.724012 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:51.724093 [ 189 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_41_8} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.01.13 17:58:51.726736 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.13 17:58:53.141962 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1264 2026.01.13 17:58:53.144469 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:53.144527 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:53.145770 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:58:53.146053 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:58:53.146442 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1264 2026.01.13 17:58:54.738205 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.738413 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.738485 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:58:54.739448 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.739489 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.739883 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:58:54.740110 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:58:54.740262 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} executeQuery: Read 410 rows, 26.63 KiB in 0.001901 sec., 215675.96002104157 rows/sec., 13.68 MiB/sec. 2026.01.13 17:58:54.740302 [ 276 ] {c776ce64-6525-4bfe-8037-daaa639f3f35} TCPHandler: Processed in 0.002242431 sec. 2026.01.13 17:58:54.740430 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.740524 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:54.740564 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:54.741605 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.741641 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.742019 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:58:54.742244 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:54.742369 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} executeQuery: Read 1132 rows, 91.85 KiB in 0.001865 sec., 606970.5093833781 rows/sec., 48.09 MiB/sec. 2026.01.13 17:58:54.742406 [ 276 ] {926fb746-2156-44ff-8a43-db76fe6889f4} TCPHandler: Processed in 0.002025457 sec. 2026.01.13 17:58:54.742531 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.742625 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.742664 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:54.743240 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.743277 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.743588 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:54.743794 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:54.743932 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} executeQuery: Read 215 rows, 13.07 KiB in 0.001326 sec., 162141.7797888386 rows/sec., 9.62 MiB/sec. 2026.01.13 17:58:54.743970 [ 276 ] {4c471fcd-4791-4cfb-a260-bb72c657c929} TCPHandler: Processed in 0.001486777 sec. 2026.01.13 17:58:54.744086 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.744180 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.744219 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:58:54.744709 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.744745 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.745046 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:58:54.745264 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:58:54.745390 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} executeQuery: Read 212 rows, 14.00 KiB in 0.001228 sec., 172638.4364820847 rows/sec., 11.13 MiB/sec. 2026.01.13 17:58:54.745426 [ 276 ] {e374f790-936d-48c1-898b-d524900b22c8} TCPHandler: Processed in 0.001388235 sec. 2026.01.13 17:58:54.745540 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.745635 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.745674 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:58:54.746148 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.746184 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.746478 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:58:54.746703 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:58:54.746830 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} executeQuery: Read 211 rows, 12.27 KiB in 0.001213 sec., 173948.88705688374 rows/sec., 9.88 MiB/sec. 2026.01.13 17:58:54.746867 [ 276 ] {3a273cbc-8e90-4d27-89ca-9427b7b13673} TCPHandler: Processed in 0.001374055 sec. 2026.01.13 17:58:54.746964 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.747056 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:54.747094 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:54.747748 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.747783 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.748121 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:58:54.748329 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:54.748454 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} executeQuery: Read 689 rows, 49.27 KiB in 0.001415 sec., 486925.79505300353 rows/sec., 34.00 MiB/sec. 2026.01.13 17:58:54.748492 [ 276 ] {00e0f78d-fafd-494c-8e9b-8e8c05d15508} TCPHandler: Processed in 0.001573678 sec. 2026.01.13 17:58:54.748608 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.748727 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:58:54.748777 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:58:54.749159 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.749205 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.749645 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.13 17:58:54.749863 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:58:54.749991 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} executeQuery: Read 6 rows, 321.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 243.38 KiB/sec. 2026.01.13 17:58:54.749989 [ 24 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2026.01.13 17:58:54.750028 [ 276 ] {73f92690-d20e-48c4-884f-8345c3546a12} TCPHandler: Processed in 0.001478187 sec. 2026.01.13 17:58:54.750064 [ 24 ] {} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.750095 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.750142 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.750231 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2026.01.13 17:58:54.750239 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.750327 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:54.750390 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:58:54.750432 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 114 rows starting from the beginning of the part 2026.01.13 17:58:54.750499 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:54.750543 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:54.750586 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:54.750626 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:54.750670 [ 198 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.01.13 17:58:54.750789 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.750829 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.751237 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:58:54.751424 [ 200 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 144 rows, containing 4 columns (4 merged, 0 gathered) in 0.001252172 sec., 115000.17569471287 rows/sec., 5.87 MiB/sec. 2026.01.13 17:58:54.751455 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:54.751592 [ 196 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.01.13 17:58:54.751595 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} executeQuery: Read 314 rows, 21.12 KiB in 0.001373 sec., 228696.28550619082 rows/sec., 15.02 MiB/sec. 2026.01.13 17:58:54.751651 [ 276 ] {0b10eb7f-9e7c-4601-8bab-3835ae059842} TCPHandler: Processed in 0.001555988 sec. 2026.01.13 17:58:54.751761 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.751855 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.751898 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:58:54.751983 [ 196 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.13 17:58:54.752100 [ 196 ] {826fdc8e-3d6b-4202-9ce2-60a454a21d74::all_1_24_5} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2026.01.13 17:58:54.752222 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.752228 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:58:54.752266 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.752571 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:58:54.752794 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:58:54.752922 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.01.13 17:58:54.752957 [ 276 ] {75fa2f4c-97de-45d4-9f6a-3dba0dde341d} TCPHandler: Processed in 0.001243223 sec. 2026.01.13 17:58:54.753063 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.753155 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.753210 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} 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.13 17:58:54.753996 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.754032 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.754560 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.01.13 17:58:54.754783 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:54.754940 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} executeQuery: Read 10 rows, 18.35 KiB in 0.001802 sec., 5549.389567147614 rows/sec., 9.94 MiB/sec. 2026.01.13 17:58:54.754993 [ 276 ] {8f229ad8-bddb-4c16-bbb3-f4c897b548bf} TCPHandler: Processed in 0.001977626 sec. 2026.01.13 17:58:54.755102 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:54.755195 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:54.755235 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:54.755580 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:54.755616 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:54.755918 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:58:54.756123 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:54.756245 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} executeQuery: Read 104 rows, 6.53 KiB in 0.001068 sec., 97378.27715355805 rows/sec., 5.97 MiB/sec. 2026.01.13 17:58:54.756280 [ 276 ] {85f1da78-3697-4a6a-aa15-3009608a6539} TCPHandler: Processed in 0.001226222 sec. 2026.01.13 17:58:57.952982 [ 104 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:58:57.953036 [ 104 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:58:58.080419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20155 2026.01.13 17:58:58.080936 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:58.080983 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:58.081468 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:58:58.081694 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:58:58.081844 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20155 2026.01.13 17:58:59.143880 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.01.13 17:58:59.159024 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.159075 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.164672 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.01.13 17:58:59.165394 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:58:59.168096 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.01.13 17:58:59.727342 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.727565 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:58:59.727642 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:58:59.728398 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.728450 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.728855 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:58:59.729083 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:58:59.729252 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} executeQuery: Read 118 rows, 10.26 KiB in 0.001741 sec., 67777.13957495692 rows/sec., 5.75 MiB/sec. 2026.01.13 17:58:59.729303 [ 276 ] {28381a15-d841-41e7-99f5-8a0f38735aba} TCPHandler: Processed in 0.002102378 sec. 2026.01.13 17:58:59.729428 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.729530 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:58:59.729574 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:58:59.730003 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.730041 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.730375 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:59.730595 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:58:59.730736 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} executeQuery: Read 31 rows, 2.33 KiB in 0.001228 sec., 25244.299674267102 rows/sec., 1.85 MiB/sec. 2026.01.13 17:58:59.730775 [ 276 ] {b283c89a-259d-43a4-9880-92cd6ec3911c} TCPHandler: Processed in 0.001398425 sec. 2026.01.13 17:58:59.730880 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.730975 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:58:59.731015 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:58:59.731449 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.731485 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.731796 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:58:59.732013 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:58:59.732151 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} executeQuery: Read 95 rows, 7.60 KiB in 0.001196 sec., 79431.4381270903 rows/sec., 6.20 MiB/sec. 2026.01.13 17:58:59.732190 [ 276 ] {26cd508a-2637-4d35-a1d7-c414f6bbe8be} TCPHandler: Processed in 0.001358555 sec. 2026.01.13 17:58:59.732305 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.732401 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:59.732444 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:58:59.732847 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.732882 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.733227 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:58:59.733437 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:58:59.733576 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.01.13 17:58:59.733614 [ 276 ] {386b0963-1a2c-460f-b710-4084cd9116b4} TCPHandler: Processed in 0.001357714 sec. 2026.01.13 17:58:59.733730 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.733822 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:58:59.733877 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} 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.13 17:58:59.734732 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.734769 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.735347 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.01.13 17:58:59.735578 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:58:59.735727 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} executeQuery: Read 31 rows, 56.88 KiB in 0.001921 sec., 16137.428422696512 rows/sec., 28.92 MiB/sec. 2026.01.13 17:58:59.735810 [ 276 ] {b0106bf3-cb9f-49e4-a82f-404396f7616e} TCPHandler: Processed in 0.002129068 sec. 2026.01.13 17:58:59.735925 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:58:59.736018 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:58:59.736060 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:58:59.736401 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:58:59.736438 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:58:59.736749 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:58:59.736960 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:58:59.737088 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.01.13 17:58:59.737125 [ 276 ] {4220f378-0f1c-4632-bdf4-2b4aeb801b65} TCPHandler: Processed in 0.001248652 sec. 2026.01.13 17:59:02.283855 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.284049 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.284121 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:59:02.284900 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.284940 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.285338 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:59:02.285570 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:59:02.285733 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} executeQuery: Read 24 rows, 2.04 KiB in 0.001735 sec., 13832.8530259366 rows/sec., 1.15 MiB/sec. 2026.01.13 17:59:02.285776 [ 276 ] {fd802844-c4a9-486e-bbd9-c2544339f2d1} TCPHandler: Processed in 0.002058228 sec. 2026.01.13 17:59:02.285899 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.285992 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:59:02.286033 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:59:02.286461 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.286498 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.286808 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.13 17:59:02.287023 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:59:02.287160 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} executeQuery: Read 10 rows, 835.00 B in 0.001186 sec., 8431.703204047217 rows/sec., 687.55 KiB/sec. 2026.01.13 17:59:02.287199 [ 276 ] {0df8d1f0-d77b-42d2-8bb7-0d0b0f43902d} TCPHandler: Processed in 0.001350534 sec. 2026.01.13 17:59:02.287310 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.287403 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:02.287442 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:02.288536 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.288572 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.288973 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:02.289182 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:02.289318 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} executeQuery: Read 1341 rows, 114.80 KiB in 0.001932 sec., 694099.3788819876 rows/sec., 58.03 MiB/sec. 2026.01.13 17:59:02.289356 [ 276 ] {7058dbf8-13c8-418b-9810-f0c3f4127f65} TCPHandler: Processed in 0.002096648 sec. 2026.01.13 17:59:02.289468 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.289561 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.289601 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:02.290010 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.290047 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.290351 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:59:02.290562 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:02.290700 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} executeQuery: Read 32 rows, 2.41 KiB in 0.001157 sec., 27657.735522904062 rows/sec., 2.04 MiB/sec. 2026.01.13 17:59:02.290737 [ 276 ] {c368c730-fc95-48c7-abf4-24fa7399307a} TCPHandler: Processed in 0.001318114 sec. 2026.01.13 17:59:02.290839 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.290931 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.290969 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:59:02.291462 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.291498 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.291813 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:59:02.292021 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:02.292159 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} executeQuery: Read 252 rows, 17.85 KiB in 0.001246 sec., 202247.19101123596 rows/sec., 13.99 MiB/sec. 2026.01.13 17:59:02.292197 [ 276 ] {7ab86bef-84f7-4783-ac96-456cd7c0d501} TCPHandler: Processed in 0.001406905 sec. 2026.01.13 17:59:02.292308 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.292400 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.292440 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:59:02.292834 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.292870 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.293176 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:59:02.293382 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:59:02.293517 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} executeQuery: Read 12 rows, 960.00 B in 0.001133 sec., 10591.350397175642 rows/sec., 827.45 KiB/sec. 2026.01.13 17:59:02.293554 [ 276 ] {077241f4-f2c6-48e5-911b-7e87afaa93f0} TCPHandler: Processed in 0.001295573 sec. 2026.01.13 17:59:02.293666 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.293758 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:02.293797 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:02.294431 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.294467 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.294802 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:02.295009 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:02.295143 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} executeQuery: Read 576 rows, 44.28 KiB in 0.001403 sec., 410548.8239486814 rows/sec., 30.82 MiB/sec. 2026.01.13 17:59:02.295177 [ 276 ] {9778de2c-ccb2-4ae6-9659-0694c067996b} TCPHandler: Processed in 0.001564868 sec. 2026.01.13 17:59:02.295270 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.295357 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.295396 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:02.295969 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.296002 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.296457 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:02.296662 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:02.296797 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} executeQuery: Read 965 rows, 68.90 KiB in 0.001442 sec., 669209.4313453537 rows/sec., 46.66 MiB/sec. 2026.01.13 17:59:02.296834 [ 276 ] {8abec43c-cd72-4f26-8797-d60ab29dbbb4} TCPHandler: Processed in 0.001601629 sec. 2026.01.13 17:59:02.296946 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.297039 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.297095 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} 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.13 17:59:02.297885 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.297922 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.298431 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.01.13 17:59:02.298647 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:02.298791 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} executeQuery: Read 10 rows, 18.35 KiB in 0.001769 sec., 5652.911249293386 rows/sec., 10.13 MiB/sec. 2026.01.13 17:59:02.298852 [ 276 ] {1f3ae296-b3a1-442d-9137-24cbb8dc6528} TCPHandler: Processed in 0.001954705 sec. 2026.01.13 17:59:02.298961 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:02.299054 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:02.299095 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:02.299448 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:02.299483 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:02.299784 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:02.299989 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:02.300113 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} executeQuery: Read 36 rows, 2.48 KiB in 0.001077 sec., 33426.18384401114 rows/sec., 2.25 MiB/sec. 2026.01.13 17:59:02.300150 [ 276 ] {784e87f9-9bc3-48d0-a548-2eee649eae9c} TCPHandler: Processed in 0.001239063 sec. 2026.01.13 17:59:03.147606 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1318 2026.01.13 17:59:03.150299 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:03.150345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:03.151589 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:59:03.151851 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:03.152014 [ 125 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:59:03.152080 [ 125 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:03.152102 [ 125 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:03.152112 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1318 2026.01.13 17:59:03.152228 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:59:03.152859 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:03.153013 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1110 rows starting from the beginning of the part 2026.01.13 17:59:03.153390 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.01.13 17:59:03.153726 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2026.01.13 17:59:03.154084 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part 2026.01.13 17:59:03.154428 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2026.01.13 17:59:03.154781 [ 186 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 54 rows starting from the beginning of the part 2026.01.13 17:59:03.161599 [ 200 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1318 rows, containing 72 columns (72 merged, 0 gathered) in 0.00943229 sec., 139732.7690306384 rows/sec., 112.69 MiB/sec. 2026.01.13 17:59:03.162924 [ 194 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:59:03.163463 [ 194 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:03.163550 [ 194 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_31_6} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:59:03.163735 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.98 MiB. 2026.01.13 17:59:04.721444 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:04.721660 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:04.721735 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:04.722410 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:04.722459 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:04.722873 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:04.723126 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:04.723286 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} executeQuery: Read 56 rows, 4.41 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.56 MiB/sec. 2026.01.13 17:59:04.723328 [ 276 ] {046638e4-040d-4cc6-85c7-57f3e4df7a31} TCPHandler: Processed in 0.002025977 sec. 2026.01.13 17:59:04.723453 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:04.723547 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:04.723588 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:04.724022 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:04.724060 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:04.724369 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:04.724587 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:04.724720 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2026.01.13 17:59:04.724759 [ 276 ] {b1c1ebbe-c7eb-499c-923c-04bddfae2500} TCPHandler: Processed in 0.001356114 sec. 2026.01.13 17:59:04.724873 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:04.724966 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:04.725010 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:04.725374 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:04.725412 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:04.725748 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:04.725965 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:04.726094 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} executeQuery: Read 64 rows, 4.56 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 3.89 MiB/sec. 2026.01.13 17:59:04.726131 [ 276 ] {7a69b37c-cbbc-48ea-8b73-a6b483783b6a} TCPHandler: Processed in 0.001306803 sec. 2026.01.13 17:59:04.726244 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:04.726336 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:04.726376 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:04.726691 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:04.726727 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:04.727027 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:04.727246 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:04.727376 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} executeQuery: Read 24 rows, 1.66 KiB in 0.001056 sec., 22727.272727272724 rows/sec., 1.53 MiB/sec. 2026.01.13 17:59:04.727411 [ 276 ] {7e650b04-cedb-49e1-b1d7-a12f347c8de1} TCPHandler: Processed in 0.001215942 sec. 2026.01.13 17:59:05.582020 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20603 2026.01.13 17:59:05.582494 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:05.582530 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:05.582998 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:59:05.583218 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:05.583356 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20603 2026.01.13 17:59:06.668295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.01.13 17:59:06.685051 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:06.685111 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:06.691143 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.01.13 17:59:06.691860 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:06.694684 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.01.13 17:59:09.727456 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.727668 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:09.727741 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:09.728477 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.728520 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.728924 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:09.729162 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:09.729299 [ 146 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:09.729315 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} executeQuery: Read 118 rows, 10.26 KiB in 0.001701 sec., 69370.95825984715 rows/sec., 5.89 MiB/sec. 2026.01.13 17:59:09.729383 [ 146 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.729401 [ 276 ] {29cefaa0-6c26-45ee-962c-6401c83258e8} TCPHandler: Processed in 0.002084488 sec. 2026.01.13 17:59:09.729414 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.729539 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.729553 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:09.729637 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:09.729683 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:09.729699 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.729738 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2465 rows starting from the beginning of the part 2026.01.13 17:59:09.729804 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:59:09.729849 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 118 rows starting from the beginning of the part 2026.01.13 17:59:09.729911 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 1341 rows starting from the beginning of the part 2026.01.13 17:59:09.729963 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2026.01.13 17:59:09.730009 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 118 rows starting from the beginning of the part 2026.01.13 17:59:09.730117 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.730161 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.730513 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:59:09.730743 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:09.730860 [ 146 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:59:09.730892 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} executeQuery: Read 31 rows, 2.33 KiB in 0.001273 sec., 24351.92458758837 rows/sec., 1.79 MiB/sec. 2026.01.13 17:59:09.730892 [ 146 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.730933 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.730939 [ 276 ] {51049b96-1b00-4f80-b414-4fe7f490e904} TCPHandler: Processed in 0.001451237 sec. 2026.01.13 17:59:09.731029 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:09.731078 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.731118 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.731146 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:09.731171 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:09.731204 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 35 rows starting from the beginning of the part 2026.01.13 17:59:09.731211 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:09.731249 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 215 rows starting from the beginning of the part 2026.01.13 17:59:09.731291 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:09.731331 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 32 rows starting from the beginning of the part 2026.01.13 17:59:09.731370 [ 201 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:09.731661 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.731697 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:09.732165 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5230 rows, containing 5 columns (5 merged, 0 gathered) in 0.002672449 sec., 1957006.4760824249 rows/sec., 167.57 MiB/sec. 2026.01.13 17:59:09.732162 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 622 rows, containing 5 columns (5 merged, 0 gathered) in 0.001164491 sec., 534138.9499790038 rows/sec., 36.01 MiB/sec. 2026.01.13 17:59:09.732223 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:09.732359 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:59:09.732432 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:09.732485 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:09.732612 [ 146 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:09.732636 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} executeQuery: Read 95 rows, 7.60 KiB in 0.001482 sec., 64102.5641025641 rows/sec., 5.01 MiB/sec. 2026.01.13 17:59:09.732645 [ 146 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.732664 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:09.732678 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.732682 [ 276 ] {0fce5897-ad49-4913-816d-d6c10d2d9a41} TCPHandler: Processed in 0.00165447 sec. 2026.01.13 17:59:09.732746 [ 197 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_61_12} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:59:09.732755 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:09.732771 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:09.732809 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.13 17:59:09.732820 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.732833 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.732860 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:09.732868 [ 200 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_71_14} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:09.732904 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 689 rows starting from the beginning of the part 2026.01.13 17:59:09.732917 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:09.732944 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 95 rows starting from the beginning of the part 2026.01.13 17:59:09.732950 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.20 MiB. 2026.01.13 17:59:09.732961 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:09.732982 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 576 rows starting from the beginning of the part 2026.01.13 17:59:09.733016 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2026.01.13 17:59:09.733053 [ 201 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 95 rows starting from the beginning of the part 2026.01.13 17:59:09.733391 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.733426 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.733768 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:09.733980 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:09.734089 [ 146 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:09.734112 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2026.01.13 17:59:09.734120 [ 146 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.734143 [ 199 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001413785 sec., 1958572.2015723747 rows/sec., 149.93 MiB/sec. 2026.01.13 17:59:09.734151 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.734157 [ 276 ] {72b2237f-a868-4ec2-94e7-2bab788db2f1} TCPHandler: Processed in 0.001386405 sec. 2026.01.13 17:59:09.734236 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:59:09.734293 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.734316 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.734341 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20486 rows starting from the beginning of the part 2026.01.13 17:59:09.734342 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:09.734387 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 314 rows starting from the beginning of the part 2026.01.13 17:59:09.734391 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:09.734429 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:09.734453 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} 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.13 17:59:09.734467 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 965 rows starting from the beginning of the part 2026.01.13 17:59:09.734504 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2026.01.13 17:59:09.734542 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:09.734635 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:09.734728 [ 200 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_71_14} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:09.734831 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:59:09.735298 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.735338 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.735906 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.01.13 17:59:09.736136 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:09.736249 [ 146 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.01.13 17:59:09.736279 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} executeQuery: Read 31 rows, 56.88 KiB in 0.001906 sec., 16264.428121720883 rows/sec., 29.15 MiB/sec. 2026.01.13 17:59:09.736284 [ 146 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.736322 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:09.736340 [ 276 ] {098d1572-e1f2-411f-bdee-9a0b9378b042} TCPHandler: Processed in 0.002097698 sec. 2026.01.13 17:59:09.736400 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:59:09.736462 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:09.736556 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:09.736586 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.736597 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:09.736643 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1101 rows starting from the beginning of the part 2026.01.13 17:59:09.736770 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:09.736880 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:09.736935 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.736972 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:09.736985 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:09.737088 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:09.737188 [ 197 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:09.737294 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:09.737514 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:09.737622 [ 146 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:09.737648 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.13 17:59:09.737655 [ 146 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:09.737688 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:09.737690 [ 276 ] {4401533f-9927-4ea3-ac25-279f8f5aaec7} TCPHandler: Processed in 0.001278653 sec. 2026.01.13 17:59:09.737765 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:09.737860 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:09.737887 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4432 rows starting from the beginning of the part 2026.01.13 17:59:09.737931 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 104 rows starting from the beginning of the part 2026.01.13 17:59:09.737964 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.01.13 17:59:09.737998 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 36 rows starting from the beginning of the part 2026.01.13 17:59:09.738030 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2026.01.13 17:59:09.738060 [ 200 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.01.13 17:59:09.743108 [ 191 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 4716 rows, containing 4 columns (4 merged, 0 gathered) in 0.005373407 sec., 877655.4614232646 rows/sec., 56.29 MiB/sec. 2026.01.13 17:59:09.743689 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:09.744045 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:09.744149 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_71_14} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:09.744251 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2026.01.13 17:59:09.747699 [ 190 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 22149 rows, containing 5 columns (5 merged, 0 gathered) in 0.013485983 sec., 1642371.9353642964 rows/sec., 110.87 MiB/sec. 2026.01.13 17:59:09.748470 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:09.748788 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:09.748884 [ 195 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_71_14} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:09.748979 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.01.13 17:59:09.752176 [ 195 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1214 rows, containing 19 columns (19 merged, 0 gathered) in 0.015808345 sec., 76794.88270277501 rows/sec., 137.61 MiB/sec. 2026.01.13 17:59:09.754100 [ 190 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.01.13 17:59:09.754447 [ 190 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:09.754520 [ 190 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_61_12} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.01.13 17:59:09.754654 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. 2026.01.13 17:59:10.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.05 MiB, peak 329.67 MiB, free memory in arenas 0.00 B, will set to 322.18 MiB (RSS), difference: 7.13 MiB 2026.01.13 17:59:12.953842 [ 142 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:59:12.953889 [ 142 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:59:13.083571 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21115 2026.01.13 17:59:13.084129 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:13.084172 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:13.084665 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:59:13.084902 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:13.085040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21115 2026.01.13 17:59:13.152580 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1338 2026.01.13 17:59:13.154619 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:13.154663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:13.155811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:59:13.156079 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:13.156330 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1338 2026.01.13 17:59:13.309988 [ 141 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.13 17:59:13.310084 [ 141 ] {} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:13.310124 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:13.310290 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::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.13 17:59:13.310505 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:13.310574 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 434 rows starting from the beginning of the part 2026.01.13 17:59:13.310697 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2026.01.13 17:59:13.310789 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 410 rows starting from the beginning of the part 2026.01.13 17:59:13.310859 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 410 rows starting from the beginning of the part 2026.01.13 17:59:13.310909 [ 197 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.01.13 17:59:13.311955 [ 195 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001729202 sec., 976172.8242275917 rows/sec., 66.19 MiB/sec. 2026.01.13 17:59:13.312191 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.13 17:59:13.312532 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:59:13.312618 [ 187 ] {c518ca51-717d-4c11-8fbe-de2c2dfc273c::all_1_27_6} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.13 17:59:13.312725 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.13 17:59:13.563750 [ 141 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.01.13 17:59:13.563821 [ 141 ] {} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:13.563845 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:13.563970 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::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.13 17:59:13.564122 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:13.564159 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 223 rows starting from the beginning of the part 2026.01.13 17:59:13.564228 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2026.01.13 17:59:13.564277 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 211 rows starting from the beginning of the part 2026.01.13 17:59:13.564321 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 211 rows starting from the beginning of the part 2026.01.13 17:59:13.564366 [ 198 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.01.13 17:59:13.565174 [ 187 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001258933 sec., 689472.7519256385 rows/sec., 42.15 MiB/sec. 2026.01.13 17:59:13.565350 [ 195 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.01.13 17:59:13.565664 [ 195 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:59:13.565754 [ 195 ] {7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2::all_1_27_6} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.01.13 17:59:13.565851 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.13 17:59:14.194865 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.01.13 17:59:14.211720 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.211764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.218060 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.01.13 17:59:14.218783 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:14.221954 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.01.13 17:59:14.726976 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.727270 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:14.727375 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:14.728075 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.728117 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.728582 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.13 17:59:14.728841 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:14.729019 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} executeQuery: Read 76 rows, 6.41 KiB in 0.001823 sec., 41689.52276467362 rows/sec., 3.44 MiB/sec. 2026.01.13 17:59:14.729066 [ 276 ] {70adc69f-6316-4001-893f-5495fc746735} TCPHandler: Processed in 0.002274321 sec. 2026.01.13 17:59:14.729200 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.729312 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:14.729360 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:14.729769 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.729805 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.730092 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:59:14.730304 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:14.730436 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} executeQuery: Read 10 rows, 770.00 B in 0.001148 sec., 8710.801393728223 rows/sec., 655.01 KiB/sec. 2026.01.13 17:59:14.730473 [ 276 ] {2915700c-d205-4d3c-8fce-0ca915095155} TCPHandler: Processed in 0.001330564 sec. 2026.01.13 17:59:14.730578 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.730669 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:14.730707 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:14.731103 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.731138 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.731430 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.13 17:59:14.731632 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:14.731755 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} executeQuery: Read 74 rows, 5.92 KiB in 0.001104 sec., 67028.98550724638 rows/sec., 5.23 MiB/sec. 2026.01.13 17:59:14.731792 [ 276 ] {ec9b7546-f82d-4630-b61f-669ec2b127df} TCPHandler: Processed in 0.001260522 sec. 2026.01.13 17:59:14.731901 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.731992 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:14.732037 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:14.732421 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.732456 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.732766 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.13 17:59:14.732963 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:14.733090 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001116 sec., 143369.17562724015 rows/sec., 9.99 MiB/sec. 2026.01.13 17:59:14.733126 [ 276 ] {4b67bc95-f3a2-4170-88ac-ce7a06361a7e} TCPHandler: Processed in 0.001272672 sec. 2026.01.13 17:59:14.733226 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.733317 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:14.733369 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} 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.13 17:59:14.734096 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.734131 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.734631 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.01.13 17:59:14.734846 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:14.734982 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} executeQuery: Read 10 rows, 18.35 KiB in 0.001682 sec., 5945.303210463734 rows/sec., 10.65 MiB/sec. 2026.01.13 17:59:14.735033 [ 276 ] {c6df8d46-de73-461b-a1ef-57dcba42fa17} TCPHandler: Processed in 0.001852803 sec. 2026.01.13 17:59:14.735139 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:14.735230 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:14.735271 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:14.735588 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:14.735624 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.53 GiB. 2026.01.13 17:59:14.735913 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.01.13 17:59:14.736119 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:14.736240 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} executeQuery: Read 60 rows, 4.14 KiB in 0.001028 sec., 58365.75875486381 rows/sec., 3.93 MiB/sec. 2026.01.13 17:59:14.736274 [ 276 ] {c34c7022-d5d4-4d11-ae5c-2a761d6e5943} TCPHandler: Processed in 0.001182911 sec. 2026.01.13 17:59:19.728007 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.728304 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:59:19.728448 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:59:19.729241 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.729286 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.729649 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.13 17:59:19.729861 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:59:19.730013 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} executeQuery: Read 4 rows, 334.00 B in 0.001784 sec., 2242.152466367713 rows/sec., 182.83 KiB/sec. 2026.01.13 17:59:19.730054 [ 276 ] {8088b6ca-15f8-4983-ad2a-6c54cc657279} TCPHandler: Processed in 0.00223492 sec. 2026.01.13 17:59:19.730206 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.730299 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:19.730338 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:19.730851 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.730887 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.731247 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.13 17:59:19.731454 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:19.731579 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} executeQuery: Read 120 rows, 10.41 KiB in 0.001297 sec., 92521.20277563609 rows/sec., 7.84 MiB/sec. 2026.01.13 17:59:19.731615 [ 276 ] {87726ad9-f5d2-4adb-976e-7cd5a374b3d9} TCPHandler: Processed in 0.001456206 sec. 2026.01.13 17:59:19.731738 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.731830 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:19.731869 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:19.732292 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.732328 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.732621 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:59:19.732819 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:19.732943 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} executeQuery: Read 35 rows, 2.61 KiB in 0.00113 sec., 30973.45132743363 rows/sec., 2.26 MiB/sec. 2026.01.13 17:59:19.732979 [ 276 ] {c08dd003-6d1d-4f18-a633-840957e35e40} TCPHandler: Processed in 0.001287834 sec. 2026.01.13 17:59:19.733094 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.733185 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:19.733223 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:19.733684 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.733719 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.734015 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.13 17:59:19.734238 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:19.734362 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} executeQuery: Read 99 rows, 7.92 KiB in 0.001195 sec., 82845.18828451882 rows/sec., 6.48 MiB/sec. 2026.01.13 17:59:19.734399 [ 276 ] {d5e50079-d2c5-4cc3-9407-cc6fd4a88524} TCPHandler: Processed in 0.001351694 sec. 2026.01.13 17:59:19.734517 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.734608 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:19.734651 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:19.735067 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.735124 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.735438 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.13 17:59:19.735638 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:19.735766 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} executeQuery: Read 162 rows, 11.55 KiB in 0.001176 sec., 137755.10204081633 rows/sec., 9.59 MiB/sec. 2026.01.13 17:59:19.735802 [ 276 ] {42b2c9c2-33f2-4f7a-9a08-5396af3dcad0} TCPHandler: Processed in 0.001331444 sec. 2026.01.13 17:59:19.735909 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.735999 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:19.736052 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} 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.13 17:59:19.736879 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.736915 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.737440 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.01.13 17:59:19.737652 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:19.737785 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} executeQuery: Read 31 rows, 56.88 KiB in 0.001803 sec., 17193.56627842485 rows/sec., 30.81 MiB/sec. 2026.01.13 17:59:19.737836 [ 276 ] {e011602f-b581-4542-a355-0b052a5c6c04} TCPHandler: Processed in 0.001974435 sec. 2026.01.13 17:59:19.738010 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:19.738102 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:19.738143 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:19.738473 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:19.738508 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:19.738798 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.01.13 17:59:19.738992 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:19.739115 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} executeQuery: Read 60 rows, 4.14 KiB in 0.00103 sec., 58252.42718446601 rows/sec., 3.93 MiB/sec. 2026.01.13 17:59:19.739149 [ 276 ] {9721fd49-180d-40a0-b8b7-efa109dc75ed} TCPHandler: Processed in 0.001185951 sec. 2026.01.13 17:59:20.585114 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21563 2026.01.13 17:59:20.585657 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:20.585697 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:20.586177 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:59:20.586410 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:20.586559 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21563 2026.01.13 17:59:21.722971 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.01.13 17:59:21.742154 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:21.742211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:21.748497 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.01.13 17:59:21.749185 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:21.752485 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.01.13 17:59:23.157375 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1364 2026.01.13 17:59:23.159644 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:23.159681 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:23.160841 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.13 17:59:23.161094 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:23.161336 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1364 2026.01.13 17:59:24.726311 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.726514 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:24.726583 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:24.727267 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.727305 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.727695 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.13 17:59:24.727912 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:24.728060 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} executeQuery: Read 76 rows, 6.41 KiB in 0.001598 sec., 47559.449311639546 rows/sec., 3.92 MiB/sec. 2026.01.13 17:59:24.728100 [ 276 ] {940119d1-d458-4261-b094-44da5805084c} TCPHandler: Processed in 0.001926435 sec. 2026.01.13 17:59:24.728229 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.728323 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:24.728366 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:24.728760 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.728794 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.729085 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:59:24.729288 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:24.729410 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} executeQuery: Read 10 rows, 770.00 B in 0.001106 sec., 9041.591320072333 rows/sec., 679.89 KiB/sec. 2026.01.13 17:59:24.729446 [ 276 ] {42b55978-9622-4a4b-9801-f639ea2586ae} TCPHandler: Processed in 0.001264873 sec. 2026.01.13 17:59:24.729552 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.729644 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:24.729682 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:24.730086 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.730120 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.730404 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.13 17:59:24.730604 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:24.730726 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} executeQuery: Read 74 rows, 5.92 KiB in 0.001099 sec., 67333.93994540491 rows/sec., 5.26 MiB/sec. 2026.01.13 17:59:24.730761 [ 276 ] {7557d148-1ea9-4e26-bb54-fe219c2840eb} TCPHandler: Processed in 0.001255913 sec. 2026.01.13 17:59:24.730873 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.730964 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:24.731005 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:24.731507 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.731551 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.731941 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.13 17:59:24.732180 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:24.732330 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001381 sec., 115858.07385952208 rows/sec., 8.07 MiB/sec. 2026.01.13 17:59:24.732373 [ 276 ] {a65400b8-526c-4747-aef6-3796105632c3} TCPHandler: Processed in 0.001546758 sec. 2026.01.13 17:59:24.732500 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.732613 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:24.732675 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} 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.13 17:59:24.733476 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.733512 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.734016 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.01.13 17:59:24.734230 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:24.734364 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} executeQuery: Read 10 rows, 18.35 KiB in 0.001775 sec., 5633.802816901408 rows/sec., 10.10 MiB/sec. 2026.01.13 17:59:24.734415 [ 276 ] {849e0931-8cf3-4914-881d-0cf989c15f3f} TCPHandler: Processed in 0.001973995 sec. 2026.01.13 17:59:24.734526 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:24.734620 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:24.734662 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:24.734994 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:24.735027 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:24.735332 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.01.13 17:59:24.735532 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:24.735656 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2026.01.13 17:59:24.735690 [ 276 ] {1801672c-33fd-4657-86a1-46f18e85b27e} TCPHandler: Processed in 0.001211632 sec. 2026.01.13 17:59:27.953952 [ 127 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:59:27.954013 [ 127 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:59:28.087594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22075 2026.01.13 17:59:28.088134 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:28.088176 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:28.088643 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:59:28.088859 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:28.088987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22075 2026.01.13 17:59:28.089012 [ 127 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:59:28.089060 [ 127 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:28.089079 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:28.089193 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.089316 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:28.089353 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19643 rows starting from the beginning of the part 2026.01.13 17:59:28.089423 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.089466 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.089507 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.089547 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.089585 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::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.13 17:59:28.091543 [ 195 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22075 rows, containing 4 columns (4 merged, 0 gathered) in 0.002395593 sec., 9214837.411864202 rows/sec., 131.82 MiB/sec. 2026.01.13 17:59:28.091767 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:59:28.092009 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:28.092075 [ 187 ] {3e1656ea-c259-49fe-9ba0-58dc6ab6f9df::all_1_46_9} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:59:28.092143 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.01.13 17:59:29.253517 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.01.13 17:59:29.271378 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.271434 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.277450 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.01.13 17:59:29.278154 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:29.278456 [ 127 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.01.13 17:59:29.278545 [ 127 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.278578 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.278730 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.281331 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.01.13 17:59:29.282801 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:29.284114 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.289054 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.293990 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.298951 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.303632 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.307541 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::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.13 17:59:29.361932 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.08326239 sec., 4167.547916892609 rows/sec., 21.55 MiB/sec. 2026.01.13 17:59:29.363590 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.01.13 17:59:29.365207 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_46_9} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:29.365296 [ 188 ] {ae7e3c3e-b449-4f33-bec8-ffbb555a10ce::all_1_46_9} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.01.13 17:59:29.366736 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.01.13 17:59:29.728294 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.728524 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:29.728604 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:29.729302 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.729350 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.729750 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.13 17:59:29.729990 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:29.730139 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} executeQuery: Read 118 rows, 10.26 KiB in 0.001683 sec., 70112.89364230541 rows/sec., 5.95 MiB/sec. 2026.01.13 17:59:29.730181 [ 276 ] {a06cc2d3-d603-45d6-a1b4-57a47d910e5b} TCPHandler: Processed in 0.002028636 sec. 2026.01.13 17:59:29.730301 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.730398 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:29.730440 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:29.730846 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.730882 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.731191 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:59:29.731397 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:29.731532 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} executeQuery: Read 31 rows, 2.33 KiB in 0.001153 sec., 26886.383347788378 rows/sec., 1.97 MiB/sec. 2026.01.13 17:59:29.731570 [ 276 ] {a0df5d72-fced-4dab-8c56-55644ec06233} TCPHandler: Processed in 0.001319363 sec. 2026.01.13 17:59:29.731674 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.731768 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:29.731808 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:29.732244 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.732280 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.732594 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.13 17:59:29.732802 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:29.732930 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} executeQuery: Read 95 rows, 7.60 KiB in 0.001179 sec., 80576.75996607295 rows/sec., 6.29 MiB/sec. 2026.01.13 17:59:29.732967 [ 276 ] {827c2e2e-4450-4036-ad34-51f7427b5d43} TCPHandler: Processed in 0.001341105 sec. 2026.01.13 17:59:29.733078 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.733175 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:29.733219 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:29.733624 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.733661 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.733994 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.13 17:59:29.734207 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:29.734337 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.01.13 17:59:29.734373 [ 276 ] {ea00c82d-6876-4757-84c1-733a2364e384} TCPHandler: Processed in 0.001345344 sec. 2026.01.13 17:59:29.734480 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.734582 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:29.734637 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} 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.13 17:59:29.735480 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.735517 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.736093 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.01.13 17:59:29.736312 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:29.736454 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} executeQuery: Read 31 rows, 56.88 KiB in 0.001891 sec., 16393.442622950817 rows/sec., 29.38 MiB/sec. 2026.01.13 17:59:29.736508 [ 276 ] {02da061d-e180-4c04-a039-3f8a8290df7b} TCPHandler: Processed in 0.002079008 sec. 2026.01.13 17:59:29.736623 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:29.736719 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:29.736759 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:29.737094 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:29.737130 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:29.737441 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.01.13 17:59:29.737651 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:29.737777 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2026.01.13 17:59:29.737812 [ 276 ] {5056a150-30d5-43ef-b0dd-be5b54a94197} TCPHandler: Processed in 0.001239722 sec. 2026.01.13 17:59:31.942572 [ 124 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.01.13 17:59:31.942636 [ 124 ] {} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:31.942656 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:31.942799 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:59:31.942958 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:31.942992 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::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.13 17:59:31.943059 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.01.13 17:59:31.943108 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part 2026.01.13 17:59:31.943156 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:31.943197 [ 187 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 4 rows starting from the beginning of the part 2026.01.13 17:59:31.943962 [ 194 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 5 columns (5 merged, 0 gathered) in 0.001222523 sec., 34355.18186569905 rows/sec., 2.87 MiB/sec. 2026.01.13 17:59:31.944151 [ 186 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.01.13 17:59:31.944457 [ 186 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:59:31.944542 [ 186 ] {262b395f-daa4-48d1-aa34-e8cf0bb4ab49::all_1_17_4} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.01.13 17:59:31.944655 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.13 17:59:32.240262 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.240470 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.240546 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:59:32.241435 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.241486 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.241916 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:59:32.242141 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:59:32.242292 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} executeQuery: Read 410 rows, 26.63 KiB in 0.001878 sec., 218317.3588924388 rows/sec., 13.85 MiB/sec. 2026.01.13 17:59:32.242335 [ 276 ] {cf8b495c-6bfa-435e-85b5-68854682cfd8} TCPHandler: Processed in 0.002216009 sec. 2026.01.13 17:59:32.242459 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.242564 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:32.242605 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:32.244098 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.244137 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.244591 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.13 17:59:32.244796 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:32.244928 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} executeQuery: Read 2272 rows, 188.41 KiB in 0.002384 sec., 953020.134228188 rows/sec., 77.18 MiB/sec. 2026.01.13 17:59:32.244926 [ 123 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.13 17:59:32.244970 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.13 17:59:32.245014 [ 276 ] {37c2ba6d-d286-497c-b4d0-8d6c8e2d8335} TCPHandler: Processed in 0.002606867 sec. 2026.01.13 17:59:32.245032 [ 123 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.245074 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.245143 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.245248 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.245250 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:32.245288 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:32.245421 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.245466 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2465 rows starting from the beginning of the part 2026.01.13 17:59:32.245542 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:32.245597 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 120 rows starting from the beginning of the part 2026.01.13 17:59:32.245646 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:32.245714 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:32.245763 [ 194 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 2272 rows starting from the beginning of the part 2026.01.13 17:59:32.245817 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.245860 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.246219 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:59:32.246433 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:32.246548 [ 123 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:59:32.246566 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} executeQuery: Read 215 rows, 13.07 KiB in 0.001336 sec., 160928.14371257485 rows/sec., 9.55 MiB/sec. 2026.01.13 17:59:32.246586 [ 123 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.246609 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.246609 [ 276 ] {3ead03c4-4ec9-438a-9c53-f8d0ce7f6c00} TCPHandler: Processed in 0.001516608 sec. 2026.01.13 17:59:32.246702 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:32.246748 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.246808 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.246839 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:32.246878 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.246888 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:32.246937 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:59:32.246944 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 35 rows starting from the beginning of the part 2026.01.13 17:59:32.246995 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:32.247032 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:32.247071 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 215 rows starting from the beginning of the part 2026.01.13 17:59:32.247593 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.247642 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.247840 [ 192 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 5 columns (5 merged, 0 gathered) in 0.001170021 sec., 494862.9127169512 rows/sec., 32.99 MiB/sec. 2026.01.13 17:59:32.248049 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:59:32.248072 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:59:32.248089 [ 191 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5127 rows, containing 5 columns (5 merged, 0 gathered) in 0.002905182 sec., 1764777.5595470439 rows/sec., 150.76 MiB/sec. 2026.01.13 17:59:32.248324 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:32.248451 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.13 17:59:32.248480 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:32.248482 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} executeQuery: Read 440 rows, 29.81 KiB in 0.001628 sec., 270270.27027027024 rows/sec., 17.88 MiB/sec. 2026.01.13 17:59:32.248545 [ 276 ] {e9af308c-e2df-48f2-a158-ead182bc60dd} TCPHandler: Processed in 0.001858983 sec. 2026.01.13 17:59:32.248595 [ 199 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_66_13} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:59:32.248668 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.248719 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.13 17:59:32.248770 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.248776 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:32.248818 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:59:32.248870 [ 192 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_76_15} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.13 17:59:32.248978 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2026.01.13 17:59:32.249313 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.249356 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.249682 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:59:32.249890 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:59:32.250088 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} executeQuery: Read 211 rows, 12.27 KiB in 0.001279 sec., 164972.63487099297 rows/sec., 9.37 MiB/sec. 2026.01.13 17:59:32.250138 [ 276 ] {4f534d7f-ce02-4bae-a3b7-0137ea1c52e3} TCPHandler: Processed in 0.001520007 sec. 2026.01.13 17:59:32.250266 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.250364 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:32.250403 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:32.251240 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.251275 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.251632 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.13 17:59:32.251844 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:32.251962 [ 123 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.13 17:59:32.251973 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} executeQuery: Read 1145 rows, 83.56 KiB in 0.001627 sec., 703749.2317148126 rows/sec., 50.15 MiB/sec. 2026.01.13 17:59:32.252007 [ 123 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.252029 [ 276 ] {2ca3b70e-b18b-491a-9e91-c596c7190dad} TCPHandler: Processed in 0.001813883 sec. 2026.01.13 17:59:32.252033 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.252130 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:32.252159 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.252236 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.252260 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:59:32.252267 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:32.252311 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:59:32.252336 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:32.252387 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 99 rows starting from the beginning of the part 2026.01.13 17:59:32.252428 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 74 rows starting from the beginning of the part 2026.01.13 17:59:32.252466 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:32.252528 [ 194 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 1145 rows starting from the beginning of the part 2026.01.13 17:59:32.252689 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.252733 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.253057 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.13 17:59:32.253277 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:59:32.253405 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} executeQuery: Read 6 rows, 321.00 B in 0.001163 sec., 5159.071367153912 rows/sec., 269.54 KiB/sec. 2026.01.13 17:59:32.253442 [ 276 ] {a8202dc1-aa42-4d91-a0be-a77e85c2eebb} TCPHandler: Processed in 0.001334524 sec. 2026.01.13 17:59:32.253565 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.253689 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.253692 [ 192 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2737 rows, containing 5 columns (5 merged, 0 gathered) in 0.001595719 sec., 1715214.2701816547 rows/sec., 130.95 MiB/sec. 2026.01.13 17:59:32.253744 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:32.253901 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.13 17:59:32.254169 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:32.254245 [ 191 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_76_15} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.13 17:59:32.254333 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2026.01.13 17:59:32.254393 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.254436 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.254850 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.13 17:59:32.255080 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:32.255200 [ 123 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.13 17:59:32.255215 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} executeQuery: Read 924 rows, 62.61 KiB in 0.001552 sec., 595360.8247422681 rows/sec., 39.39 MiB/sec. 2026.01.13 17:59:32.255242 [ 123 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.255264 [ 276 ] {c626a239-de9e-406b-8438-2c7be339bf1c} TCPHandler: Processed in 0.001760562 sec. 2026.01.13 17:59:32.255268 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.255377 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:59:32.255392 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.255493 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.255503 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.255534 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22149 rows starting from the beginning of the part 2026.01.13 17:59:32.255558 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:59:32.255604 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:32.255655 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 162 rows starting from the beginning of the part 2026.01.13 17:59:32.255697 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:32.255737 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:32.255777 [ 200 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 924 rows starting from the beginning of the part 2026.01.13 17:59:32.255893 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.255937 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.256267 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:59:32.256492 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:59:32.256624 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} executeQuery: Read 1 rows, 69.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 59.11 KiB/sec. 2026.01.13 17:59:32.256662 [ 276 ] {e567e5a8-50b8-4718-8899-c492fd43fbad} TCPHandler: Processed in 0.001319074 sec. 2026.01.13 17:59:32.256772 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.256866 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.256921 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} 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.13 17:59:32.257726 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.257764 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.258337 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.01.13 17:59:32.258573 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:32.258718 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} executeQuery: Read 10 rows, 18.35 KiB in 0.00187 sec., 5347.593582887701 rows/sec., 9.58 MiB/sec. 2026.01.13 17:59:32.258727 [ 122 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.01.13 17:59:32.258775 [ 276 ] {4e95c9a8-5b79-486e-93cb-19101429157c} TCPHandler: Processed in 0.002051827 sec. 2026.01.13 17:59:32.258777 [ 122 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.258816 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.258897 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:32.258913 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:59:32.258999 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:32.259046 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:32.259127 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.259188 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1214 rows starting from the beginning of the part 2026.01.13 17:59:32.259318 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:32.259377 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.259420 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.259429 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:32.259545 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:32.259654 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:32.259755 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.01.13 17:59:32.259779 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:32.260000 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:32.260124 [ 122 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.01.13 17:59:32.260141 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} executeQuery: Read 76 rows, 4.59 KiB in 0.001161 sec., 65460.80964685616 rows/sec., 3.86 MiB/sec. 2026.01.13 17:59:32.260157 [ 122 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:32.260182 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:32.260185 [ 276 ] {632fdaec-7180-41e5-8ed4-831b46623a8f} TCPHandler: Processed in 0.001336764 sec. 2026.01.13 17:59:32.260278 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.260380 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:32.260407 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4716 rows starting from the beginning of the part 2026.01.13 17:59:32.260457 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.260497 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.260535 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.260571 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.260608 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:32.261798 [ 201 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 23715 rows, containing 5 columns (5 merged, 0 gathered) in 0.006460886 sec., 3670549.2095047026 rows/sec., 247.81 MiB/sec. 2026.01.13 17:59:32.262284 [ 190 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5032 rows, containing 4 columns (4 merged, 0 gathered) in 0.002045047 sec., 2460579.1456137686 rows/sec., 158.01 MiB/sec. 2026.01.13 17:59:32.262335 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.13 17:59:32.262628 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:32.262703 [ 191 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_76_15} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.13 17:59:32.262756 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.01.13 17:59:32.262785 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2026.01.13 17:59:32.263023 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:32.263092 [ 201 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_76_15} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.01.13 17:59:32.263167 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.13 17:59:32.266686 [ 191 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1306 rows, containing 19 columns (19 merged, 0 gathered) in 0.00780752 sec., 167274.62753857818 rows/sec., 299.75 MiB/sec. 2026.01.13 17:59:32.268063 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.01.13 17:59:32.268440 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:32.268525 [ 201 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_66_13} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.01.13 17:59:32.268639 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. 2026.01.13 17:59:33.000249 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 325.16 MiB, peak 337.50 MiB, free memory in arenas 0.00 B, will set to 328.34 MiB (RSS), difference: 3.17 MiB 2026.01.13 17:59:33.161513 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 1410 2026.01.13 17:59:33.164147 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:33.164197 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:33.165428 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.13 17:59:33.165689 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:33.165961 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1410 2026.01.13 17:59:34.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 324.34 MiB, peak 337.50 MiB, free memory in arenas 0.00 B, will set to 328.34 MiB (RSS), difference: 4.00 MiB 2026.01.13 17:59:34.722437 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:34.722626 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:34.722690 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:34.723404 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:34.723445 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:34.723831 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.13 17:59:34.724050 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:34.724200 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} executeQuery: Read 56 rows, 4.41 KiB in 0.001623 sec., 34504.00492914356 rows/sec., 2.65 MiB/sec. 2026.01.13 17:59:34.724240 [ 276 ] {9e2e20a9-3283-4781-8b09-b0f2a718adb0} TCPHandler: Processed in 0.001940195 sec. 2026.01.13 17:59:34.724367 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:34.724460 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:34.724531 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:34.725008 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:34.725073 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:34.725416 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.13 17:59:34.725630 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:34.725761 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} executeQuery: Read 64 rows, 5.12 KiB in 0.001319 sec., 48521.60727824109 rows/sec., 3.79 MiB/sec. 2026.01.13 17:59:34.725800 [ 276 ] {351b464e-d32f-4371-9334-465bc83541e1} TCPHandler: Processed in 0.001481646 sec. 2026.01.13 17:59:34.725920 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:34.726017 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:34.726066 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:34.726440 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:34.726476 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:34.726805 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.13 17:59:34.727011 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:34.727141 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} executeQuery: Read 74 rows, 5.27 KiB in 0.001142 sec., 64798.59894921191 rows/sec., 4.51 MiB/sec. 2026.01.13 17:59:34.727178 [ 276 ] {f2612f38-d219-4937-8b74-73af843a9f4d} TCPHandler: Processed in 0.001308464 sec. 2026.01.13 17:59:34.727295 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:34.727393 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:34.727435 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:34.727761 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:34.727797 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:34.728111 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.01.13 17:59:34.728318 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:34.728445 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} executeQuery: Read 28 rows, 1.94 KiB in 0.001073 sec., 26095.0605778192 rows/sec., 1.76 MiB/sec. 2026.01.13 17:59:34.728482 [ 276 ] {5f26adbe-7544-4060-8535-90104ff9c5a7} TCPHandler: Processed in 0.001237132 sec. 2026.01.13 17:59:35.589141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22523 2026.01.13 17:59:35.589632 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:35.589677 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:35.590143 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:59:35.590375 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:35.590524 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22523 2026.01.13 17:59:36.781535 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.01.13 17:59:36.796686 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:36.796732 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:36.802130 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.01.13 17:59:36.802858 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:36.805499 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.01.13 17:59:39.425687 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42645 2026.01.13 17:59:39.425805 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.425833 [ 287 ] {} TCP-Session: cb127f90-9121-48f1-a999-605f488a8593 Authenticating user 'default' from [fd00:1122:3344:101::e]:42645 2026.01.13 17:59:39.425856 [ 287 ] {} TCP-Session: cb127f90-9121-48f1-a999-605f488a8593 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.425870 [ 287 ] {} TCP-Session: cb127f90-9121-48f1-a999-605f488a8593 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426063 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40774 2026.01.13 17:59:39.426107 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50170 2026.01.13 17:59:39.426121 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42337 2026.01.13 17:59:39.426132 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42024 2026.01.13 17:59:39.426107 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50865 2026.01.13 17:59:39.426202 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.426204 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.426254 [ 353 ] {} TCP-Session: 59737827-f106-472d-9a9c-fd5767ac52d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:50170 2026.01.13 17:59:39.426239 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.426285 [ 353 ] {} TCP-Session: 59737827-f106-472d-9a9c-fd5767ac52d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426281 [ 289 ] {} TCP-Session: e3fb6d0d-7cd3-4f15-a21d-19da5b321b62 Authenticating user 'default' from [fd00:1122:3344:101::e]:40774 2026.01.13 17:59:39.426313 [ 353 ] {} TCP-Session: 59737827-f106-472d-9a9c-fd5767ac52d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426318 [ 354 ] {} TCP-Session: 65036958-4379-4265-a073-dc1b2399e0c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:42337 2026.01.13 17:59:39.426332 [ 289 ] {} TCP-Session: e3fb6d0d-7cd3-4f15-a21d-19da5b321b62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426357 [ 354 ] {} TCP-Session: 65036958-4379-4265-a073-dc1b2399e0c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426376 [ 289 ] {} TCP-Session: e3fb6d0d-7cd3-4f15-a21d-19da5b321b62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426383 [ 354 ] {} TCP-Session: 65036958-4379-4265-a073-dc1b2399e0c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426277 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.426277 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.426446 [ 355 ] {} TCP-Session: 57aa1fe1-8cbb-4e31-87fc-33b2d9746506 Authenticating user 'default' from [fd00:1122:3344:101::e]:42024 2026.01.13 17:59:39.426238 [ 287 ] {} TCP-Session: cb127f90-9121-48f1-a999-605f488a8593 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.426472 [ 355 ] {} TCP-Session: 57aa1fe1-8cbb-4e31-87fc-33b2d9746506 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426464 [ 351 ] {} TCP-Session: 5491bb60-6994-4a5e-8ba5-b70874416f8e Authenticating user 'default' from [fd00:1122:3344:101::e]:50865 2026.01.13 17:59:39.426505 [ 355 ] {} TCP-Session: 57aa1fe1-8cbb-4e31-87fc-33b2d9746506 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426520 [ 351 ] {} TCP-Session: 5491bb60-6994-4a5e-8ba5-b70874416f8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426082 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56272 2026.01.13 17:59:39.426542 [ 351 ] {} TCP-Session: 5491bb60-6994-4a5e-8ba5-b70874416f8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.426065 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50593 2026.01.13 17:59:39.426068 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55427 2026.01.13 17:59:39.426648 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} executeQuery: (from [fd00:1122:3344:101::e]:42645) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:59:39.426931 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:59:39.426992 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:59:39.427081 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.427115 [ 350 ] {} TCP-Session: c67c4995-7081-4ca0-8291-c80d65ffb916 Authenticating user 'default' from [fd00:1122:3344:101::e]:56272 2026.01.13 17:59:39.427133 [ 350 ] {} TCP-Session: c67c4995-7081-4ca0-8291-c80d65ffb916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.427145 [ 350 ] {} TCP-Session: c67c4995-7081-4ca0-8291-c80d65ffb916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.427208 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.427243 [ 291 ] {} TCP-Session: 12df948e-f187-4aa8-b5a9-f1e43ac0a9ec Authenticating user 'default' from [fd00:1122:3344:101::e]:55427 2026.01.13 17:59:39.427261 [ 291 ] {} TCP-Session: 12df948e-f187-4aa8-b5a9-f1e43ac0a9ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.427277 [ 291 ] {} TCP-Session: 12df948e-f187-4aa8-b5a9-f1e43ac0a9ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.427305 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:59:39.427319 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.427358 [ 290 ] {} TCP-Session: 84ccd8b3-691b-42cf-81d8-7eca08415c14 Authenticating user 'default' from [fd00:1122:3344:101::e]:50593 2026.01.13 17:59:39.427375 [ 290 ] {} TCP-Session: 84ccd8b3-691b-42cf-81d8-7eca08415c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.427387 [ 290 ] {} TCP-Session: 84ccd8b3-691b-42cf-81d8-7eca08415c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.428298 [ 328 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} AggregatingTransform: Aggregating 2026.01.13 17:59:39.428347 [ 328 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} Aggregator: Aggregation method: without_key 2026.01.13 17:59:39.428379 [ 328 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000966517 sec. (1034.643 rows/sec., 40.42 KiB/sec.) 2026.01.13 17:59:39.428394 [ 328 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} Aggregator: Merging aggregated data 2026.01.13 17:59:39.429616 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} executeQuery: Read 1 rows, 40.00 B in 0.003025 sec., 330.57851239669424 rows/sec., 12.91 KiB/sec. 2026.01.13 17:59:39.429771 [ 287 ] {a6773896-a098-48c0-a668-a72eb2d60b0f} TCPHandler: Processed in 0.003667766 sec. 2026.01.13 17:59:39.429890 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429904 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429920 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429937 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429962 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429986 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.430000 [ 353 ] {} TCP-Session: 59737827-f106-472d-9a9c-fd5767ac52d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.430022 [ 291 ] {} TCP-Session: 12df948e-f187-4aa8-b5a9-f1e43ac0a9ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.430040 [ 351 ] {} TCP-Session: 5491bb60-6994-4a5e-8ba5-b70874416f8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.430005 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429983 [ 290 ] {} TCP-Session: 84ccd8b3-691b-42cf-81d8-7eca08415c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.429969 [ 289 ] {} TCP-Session: e3fb6d0d-7cd3-4f15-a21d-19da5b321b62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.430099 [ 354 ] {} TCP-Session: 65036958-4379-4265-a073-dc1b2399e0c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.429948 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.429940 [ 287 ] {} TCP-Session: cb127f90-9121-48f1-a999-605f488a8593 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.430171 [ 355 ] {} TCP-Session: 57aa1fe1-8cbb-4e31-87fc-33b2d9746506 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.429977 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.430228 [ 350 ] {} TCP-Session: c67c4995-7081-4ca0-8291-c80d65ffb916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.617794 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45385 2026.01.13 17:59:39.617916 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.617943 [ 287 ] {} TCP-Session: 2d9090e1-70a2-40b2-b46e-d56478c19120 Authenticating user 'default' from [fd00:1122:3344:101::e]:45385 2026.01.13 17:59:39.617971 [ 287 ] {} TCP-Session: 2d9090e1-70a2-40b2-b46e-d56478c19120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.617985 [ 287 ] {} TCP-Session: 2d9090e1-70a2-40b2-b46e-d56478c19120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618207 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51158 2026.01.13 17:59:39.618229 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47885 2026.01.13 17:59:39.618254 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63430 2026.01.13 17:59:39.618280 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39924 2026.01.13 17:59:39.618304 [ 287 ] {} TCP-Session: 2d9090e1-70a2-40b2-b46e-d56478c19120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.618320 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618371 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618320 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618398 [ 350 ] {} TCP-Session: 3212c978-03be-47d8-a61a-6a7f27782d41 Authenticating user 'default' from [fd00:1122:3344:101::e]:47885 2026.01.13 17:59:39.618413 [ 353 ] {} TCP-Session: 3fdd8915-5eee-42df-9f9f-28cf85525daf Authenticating user 'default' from [fd00:1122:3344:101::e]:63430 2026.01.13 17:59:39.618431 [ 290 ] {} TCP-Session: aa895b5d-cc55-4030-b82f-8717c7ec4bc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:51158 2026.01.13 17:59:39.618441 [ 350 ] {} TCP-Session: 3212c978-03be-47d8-a61a-6a7f27782d41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618455 [ 353 ] {} TCP-Session: 3fdd8915-5eee-42df-9f9f-28cf85525daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618463 [ 290 ] {} TCP-Session: aa895b5d-cc55-4030-b82f-8717c7ec4bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618477 [ 350 ] {} TCP-Session: 3212c978-03be-47d8-a61a-6a7f27782d41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618487 [ 353 ] {} TCP-Session: 3fdd8915-5eee-42df-9f9f-28cf85525daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618498 [ 290 ] {} TCP-Session: aa895b5d-cc55-4030-b82f-8717c7ec4bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618514 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} executeQuery: (from [fd00:1122:3344:101::e]:45385) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:59:39.618401 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618259 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60887 2026.01.13 17:59:39.618625 [ 355 ] {} TCP-Session: f7a28808-de0f-4b13-b86b-f5fc2290776d Authenticating user 'default' from [fd00:1122:3344:101::e]:39924 2026.01.13 17:59:39.618254 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44058 2026.01.13 17:59:39.618659 [ 355 ] {} TCP-Session: f7a28808-de0f-4b13-b86b-f5fc2290776d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618214 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64623 2026.01.13 17:59:39.618678 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618712 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618732 [ 354 ] {} TCP-Session: 36e72b23-e1e2-4a3f-bd8e-449e16357706 Authenticating user 'default' from [fd00:1122:3344:101::e]:60887 2026.01.13 17:59:39.618748 [ 351 ] {} TCP-Session: 70644946-c2d4-42c7-8c52-2a17aede24f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44058 2026.01.13 17:59:39.618753 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618763 [ 354 ] {} TCP-Session: 36e72b23-e1e2-4a3f-bd8e-449e16357706 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618776 [ 351 ] {} TCP-Session: 70644946-c2d4-42c7-8c52-2a17aede24f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618804 [ 354 ] {} TCP-Session: 36e72b23-e1e2-4a3f-bd8e-449e16357706 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618824 [ 351 ] {} TCP-Session: 70644946-c2d4-42c7-8c52-2a17aede24f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618680 [ 355 ] {} TCP-Session: f7a28808-de0f-4b13-b86b-f5fc2290776d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618212 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48799 2026.01.13 17:59:39.618794 [ 289 ] {} TCP-Session: f888fa52-1f35-4e78-a3b9-e815af6e2943 Authenticating user 'default' from [fd00:1122:3344:101::e]:64623 2026.01.13 17:59:39.618917 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:59:39.618921 [ 289 ] {} TCP-Session: f888fa52-1f35-4e78-a3b9-e815af6e2943 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618950 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.618976 [ 289 ] {} TCP-Session: f888fa52-1f35-4e78-a3b9-e815af6e2943 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.618996 [ 291 ] {} TCP-Session: a50c3455-5fff-4fd0-86b4-b0e7dcad2dc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48799 2026.01.13 17:59:39.619001 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:59:39.619020 [ 291 ] {} TCP-Session: a50c3455-5fff-4fd0-86b4-b0e7dcad2dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.619034 [ 291 ] {} TCP-Session: a50c3455-5fff-4fd0-86b4-b0e7dcad2dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.619404 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:59:39.620434 [ 337 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} AggregatingTransform: Aggregating 2026.01.13 17:59:39.620488 [ 337 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} Aggregator: Aggregation method: without_key 2026.01.13 17:59:39.620528 [ 337 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000989648 sec. (1010.460 rows/sec., 39.47 KiB/sec.) 2026.01.13 17:59:39.620548 [ 337 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} Aggregator: Merging aggregated data 2026.01.13 17:59:39.622212 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} executeQuery: Read 1 rows, 40.00 B in 0.003755 sec., 266.31158455392807 rows/sec., 10.40 KiB/sec. 2026.01.13 17:59:39.622395 [ 287 ] {931ef70c-026d-43ec-97c5-4f61e57e847b} TCPHandler: Processed in 0.004206736 sec. 2026.01.13 17:59:39.622547 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622574 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622588 [ 287 ] {} TCP-Session: 2d9090e1-70a2-40b2-b46e-d56478c19120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622596 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622628 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622645 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622685 [ 289 ] {} TCP-Session: f888fa52-1f35-4e78-a3b9-e815af6e2943 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622706 [ 290 ] {} TCP-Session: aa895b5d-cc55-4030-b82f-8717c7ec4bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622718 [ 350 ] {} TCP-Session: 3212c978-03be-47d8-a61a-6a7f27782d41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622721 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622702 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622681 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622799 [ 353 ] {} TCP-Session: 3fdd8915-5eee-42df-9f9f-28cf85525daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622820 [ 351 ] {} TCP-Session: 70644946-c2d4-42c7-8c52-2a17aede24f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622841 [ 354 ] {} TCP-Session: 36e72b23-e1e2-4a3f-bd8e-449e16357706 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622620 [ 355 ] {} TCP-Session: f7a28808-de0f-4b13-b86b-f5fc2290776d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.622613 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.622943 [ 291 ] {} TCP-Session: a50c3455-5fff-4fd0-86b4-b0e7dcad2dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669442 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33703 2026.01.13 17:59:39.669555 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.669581 [ 351 ] {} TCP-Session: b210a407-f6f8-4257-a53e-8fffd9cd8260 Authenticating user 'default' from [fd00:1122:3344:101::e]:33703 2026.01.13 17:59:39.669603 [ 351 ] {} TCP-Session: b210a407-f6f8-4257-a53e-8fffd9cd8260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669615 [ 351 ] {} TCP-Session: b210a407-f6f8-4257-a53e-8fffd9cd8260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669806 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45233 2026.01.13 17:59:39.669806 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59180 2026.01.13 17:59:39.669844 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58760 2026.01.13 17:59:39.669864 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37713 2026.01.13 17:59:39.669899 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.669868 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51907 2026.01.13 17:59:39.669944 [ 354 ] {} TCP-Session: 195ec931-a22f-406a-8ca8-a7a386d76838 Authenticating user 'default' from [fd00:1122:3344:101::e]:45233 2026.01.13 17:59:39.669940 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.669975 [ 354 ] {} TCP-Session: 195ec931-a22f-406a-8ca8-a7a386d76838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669985 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.670001 [ 353 ] {} TCP-Session: d2a1278e-59f4-4a3c-bfcf-f11e0f31fe8b Authenticating user 'default' from [fd00:1122:3344:101::e]:59180 2026.01.13 17:59:39.670000 [ 354 ] {} TCP-Session: 195ec931-a22f-406a-8ca8-a7a386d76838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670026 [ 291 ] {} TCP-Session: 46564d33-ccf2-4576-aecb-7704c1661ea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:37713 2026.01.13 17:59:39.670038 [ 353 ] {} TCP-Session: d2a1278e-59f4-4a3c-bfcf-f11e0f31fe8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669995 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.670087 [ 353 ] {} TCP-Session: d2a1278e-59f4-4a3c-bfcf-f11e0f31fe8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670114 [ 350 ] {} TCP-Session: b4b3dd4d-67b7-4d80-a4b6-c28ef3b75cc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51907 2026.01.13 17:59:39.670084 [ 291 ] {} TCP-Session: 46564d33-ccf2-4576-aecb-7704c1661ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670141 [ 350 ] {} TCP-Session: b4b3dd4d-67b7-4d80-a4b6-c28ef3b75cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670159 [ 291 ] {} TCP-Session: 46564d33-ccf2-4576-aecb-7704c1661ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670172 [ 350 ] {} TCP-Session: b4b3dd4d-67b7-4d80-a4b6-c28ef3b75cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669940 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.669851 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62628 2026.01.13 17:59:39.670224 [ 289 ] {} TCP-Session: df258218-3bc0-4101-b375-9bbc3bf8514c Authenticating user 'default' from [fd00:1122:3344:101::e]:58760 2026.01.13 17:59:39.669814 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45489 2026.01.13 17:59:39.670264 [ 289 ] {} TCP-Session: df258218-3bc0-4101-b375-9bbc3bf8514c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670282 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.670300 [ 289 ] {} TCP-Session: df258218-3bc0-4101-b375-9bbc3bf8514c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670322 [ 290 ] {} TCP-Session: b2db8fe7-23a6-43cc-a232-9f6fa79a1d3f Authenticating user 'default' from [fd00:1122:3344:101::e]:62628 2026.01.13 17:59:39.670331 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.670350 [ 290 ] {} TCP-Session: b2db8fe7-23a6-43cc-a232-9f6fa79a1d3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670368 [ 355 ] {} TCP-Session: 205f2aad-428f-4976-b7a1-802e01ca4863 Authenticating user 'default' from [fd00:1122:3344:101::e]:45489 2026.01.13 17:59:39.670376 [ 290 ] {} TCP-Session: b2db8fe7-23a6-43cc-a232-9f6fa79a1d3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670394 [ 355 ] {} TCP-Session: 205f2aad-428f-4976-b7a1-802e01ca4863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669838 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58524 2026.01.13 17:59:39.670417 [ 355 ] {} TCP-Session: 205f2aad-428f-4976-b7a1-802e01ca4863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.669939 [ 351 ] {} TCP-Session: b210a407-f6f8-4257-a53e-8fffd9cd8260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.670505 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.13 17:59:39.670546 [ 287 ] {} TCP-Session: 1756ccdb-8c1a-4dc9-bb15-d9d558bebfad Authenticating user 'default' from [fd00:1122:3344:101::e]:58524 2026.01.13 17:59:39.670571 [ 287 ] {} TCP-Session: 1756ccdb-8c1a-4dc9-bb15-d9d558bebfad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670592 [ 287 ] {} TCP-Session: 1756ccdb-8c1a-4dc9-bb15-d9d558bebfad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.670651 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} executeQuery: (from [fd00:1122:3344:101::e]:33703) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.13 17:59:39.670955 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.13 17:59:39.671011 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.13 17:59:39.671316 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} oximeter.version (ec6d3268-d4a5-4477-b7c8-4f23357a5c23) (SelectExecutor): Key condition: unknown 2026.01.13 17:59:39.672346 [ 331 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} AggregatingTransform: Aggregating 2026.01.13 17:59:39.672393 [ 331 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} Aggregator: Aggregation method: without_key 2026.01.13 17:59:39.672431 [ 331 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001016848 sec. (983.431 rows/sec., 38.42 KiB/sec.) 2026.01.13 17:59:39.672450 [ 331 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} Aggregator: Merging aggregated data 2026.01.13 17:59:39.673875 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} executeQuery: Read 1 rows, 40.00 B in 0.003282 sec., 304.69226081657524 rows/sec., 11.90 KiB/sec. 2026.01.13 17:59:39.674006 [ 351 ] {35d02fba-a8bb-48a9-8c8c-e16c5e5eda31} TCPHandler: Processed in 0.004217756 sec. 2026.01.13 17:59:39.674102 [ 355 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674132 [ 354 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674140 [ 355 ] {} TCP-Session: 205f2aad-428f-4976-b7a1-802e01ca4863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674157 [ 350 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674177 [ 354 ] {} TCP-Session: 195ec931-a22f-406a-8ca8-a7a386d76838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674177 [ 353 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674211 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674229 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674251 [ 353 ] {} TCP-Session: d2a1278e-59f4-4a3c-bfcf-f11e0f31fe8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674266 [ 287 ] {} TCP-Session: 1756ccdb-8c1a-4dc9-bb15-d9d558bebfad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674282 [ 291 ] {} TCP-Session: 46564d33-ccf2-4576-aecb-7704c1661ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674250 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674208 [ 350 ] {} TCP-Session: b4b3dd4d-67b7-4d80-a4b6-c28ef3b75cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674193 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674348 [ 290 ] {} TCP-Session: b2db8fe7-23a6-43cc-a232-9f6fa79a1d3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674270 [ 351 ] {} TCPHandler: Done processing connection. 2026.01.13 17:59:39.674384 [ 289 ] {} TCP-Session: df258218-3bc0-4101-b375-9bbc3bf8514c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.674422 [ 351 ] {} TCP-Session: b210a407-f6f8-4257-a53e-8fffd9cd8260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.13 17:59:39.729044 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.729227 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:39.729297 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:39.730062 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.730112 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.730532 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.13 17:59:39.730779 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:39.730942 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} executeQuery: Read 118 rows, 10.26 KiB in 0.001762 sec., 66969.35300794552 rows/sec., 5.69 MiB/sec. 2026.01.13 17:59:39.730987 [ 276 ] {1f0030eb-6d24-4645-8d98-0b8654327ad1} TCPHandler: Processed in 0.002088457 sec. 2026.01.13 17:59:39.731118 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.731217 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:39.731258 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:39.731680 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.731718 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.732012 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:59:39.732225 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:39.732362 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} executeQuery: Read 31 rows, 2.33 KiB in 0.001166 sec., 26586.62092624357 rows/sec., 1.95 MiB/sec. 2026.01.13 17:59:39.732402 [ 276 ] {b801f0b1-5253-4058-9e37-0dd9d05b308f} TCPHandler: Processed in 0.001335944 sec. 2026.01.13 17:59:39.732512 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.732611 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:39.732652 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:39.733088 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.733126 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.733435 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.13 17:59:39.733650 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:39.733791 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} executeQuery: Read 95 rows, 7.60 KiB in 0.001197 sec., 79365.07936507936 rows/sec., 6.20 MiB/sec. 2026.01.13 17:59:39.733829 [ 276 ] {fcc735ac-beb6-4076-8568-8967a301d861} TCPHandler: Processed in 0.001367765 sec. 2026.01.13 17:59:39.733986 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.734093 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:39.734145 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:39.734607 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.734645 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.735001 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.13 17:59:39.735218 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:39.735363 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} executeQuery: Read 160 rows, 11.41 KiB in 0.001288 sec., 124223.60248447204 rows/sec., 8.65 MiB/sec. 2026.01.13 17:59:39.735412 [ 276 ] {354b4713-3baa-472c-b143-f88c337a6621} TCPHandler: Processed in 0.001488337 sec. 2026.01.13 17:59:39.735548 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.735643 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:39.735699 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} 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.13 17:59:39.736746 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.736788 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.737394 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.01.13 17:59:39.737652 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:39.737796 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} executeQuery: Read 31 rows, 56.88 KiB in 0.002171 sec., 14279.13403961308 rows/sec., 25.59 MiB/sec. 2026.01.13 17:59:39.737860 [ 276 ] {a6b747a7-d61e-4f10-a11c-73649d6546bd} TCPHandler: Processed in 0.002375643 sec. 2026.01.13 17:59:39.738040 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:39.738138 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:39.738296 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:39.738638 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:39.738675 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:39.738987 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.01.13 17:59:39.739201 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:39.739360 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. 2026.01.13 17:59:39.739400 [ 276 ] {2251b749-810c-4d5f-bd69-3511fd597562} TCPHandler: Processed in 0.001410175 sec. 2026.01.13 17:59:40.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.55 MiB, peak 340.23 MiB, free memory in arenas 0.00 B, will set to 328.49 MiB (RSS), difference: -1.06 MiB 2026.01.13 17:59:42.954055 [ 110 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:59:42.954109 [ 110 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:59:43.090789 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23035 2026.01.13 17:59:43.091280 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:43.091322 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:43.091807 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:59:43.092043 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:43.092188 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23035 2026.01.13 17:59:43.166422 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1436 2026.01.13 17:59:43.168993 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:43.169036 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:43.170210 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.13 17:59:43.170481 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:43.170742 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1436 2026.01.13 17:59:44.001305 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000835945 sec. 2026.01.13 17:59:44.305696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.01.13 17:59:44.322325 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.322376 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.328729 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.01.13 17:59:44.329429 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:44.332527 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.01.13 17:59:44.738340 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.738622 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.738686 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:59:44.739472 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.739509 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.739892 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:59:44.740112 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:59:44.740260 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} executeQuery: Read 410 rows, 26.63 KiB in 0.001704 sec., 240610.32863849765 rows/sec., 15.26 MiB/sec. 2026.01.13 17:59:44.740302 [ 276 ] {e5e35985-dcfe-40fa-bfa5-16db0f7ba7c6} TCPHandler: Processed in 0.002136968 sec. 2026.01.13 17:59:44.740420 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.740515 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:44.740555 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:44.741409 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.741446 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.741809 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.13 17:59:44.742020 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:44.742146 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} executeQuery: Read 1132 rows, 91.85 KiB in 0.001649 sec., 686476.6525166767 rows/sec., 54.39 MiB/sec. 2026.01.13 17:59:44.742184 [ 276 ] {b5ebc25d-8b58-4415-b95d-af1c5f2f28df} TCPHandler: Processed in 0.001812062 sec. 2026.01.13 17:59:44.742302 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.742396 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.742435 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:44.742957 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.742995 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.743301 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:59:44.743505 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:44.743634 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} executeQuery: Read 215 rows, 13.07 KiB in 0.001255 sec., 171314.74103585657 rows/sec., 10.17 MiB/sec. 2026.01.13 17:59:44.743673 [ 276 ] {125b3a57-4d3b-4afb-b588-410d230b1b3f} TCPHandler: Processed in 0.001417765 sec. 2026.01.13 17:59:44.743782 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.743876 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.743916 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:59:44.744376 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.744413 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.744703 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:59:44.744909 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:44.745032 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} executeQuery: Read 212 rows, 14.00 KiB in 0.001174 sec., 180579.21635434413 rows/sec., 11.65 MiB/sec. 2026.01.13 17:59:44.745069 [ 276 ] {27480d3a-afdc-4211-a226-f55997d02240} TCPHandler: Processed in 0.001334264 sec. 2026.01.13 17:59:44.745171 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.745263 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.745301 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:59:44.745832 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.745877 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.746263 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:59:44.746515 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:59:44.746656 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} executeQuery: Read 211 rows, 12.27 KiB in 0.001411 sec., 149539.33380581148 rows/sec., 8.49 MiB/sec. 2026.01.13 17:59:44.746695 [ 276 ] {004d2d7f-ed3b-40c9-8a67-627fc98782da} TCPHandler: Processed in 0.001570239 sec. 2026.01.13 17:59:44.746825 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.746919 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:44.746958 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:44.747634 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.747675 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.748015 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.13 17:59:44.748227 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:44.748354 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} executeQuery: Read 689 rows, 49.27 KiB in 0.001454 sec., 473865.19944979367 rows/sec., 33.09 MiB/sec. 2026.01.13 17:59:44.748392 [ 276 ] {a1fd2abe-fb76-43b5-b7cb-8b45904c705a} TCPHandler: Processed in 0.001616729 sec. 2026.01.13 17:59:44.748520 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.748612 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:59:44.748654 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:59:44.749029 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.749074 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.749442 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.13 17:59:44.749674 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:59:44.749795 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} executeQuery: Read 6 rows, 321.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 258.86 KiB/sec. 2026.01.13 17:59:44.749832 [ 276 ] {03530348-d012-4b7a-b470-6eac23969807} TCPHandler: Processed in 0.001375494 sec. 2026.01.13 17:59:44.749940 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.750030 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.750071 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:44.750501 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.750535 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.750926 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.13 17:59:44.751130 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:44.751257 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} executeQuery: Read 314 rows, 21.12 KiB in 0.001217 sec., 258011.5036976171 rows/sec., 16.95 MiB/sec. 2026.01.13 17:59:44.751295 [ 276 ] {6b25266c-a8ca-4673-855f-3aa5a323b4dd} TCPHandler: Processed in 0.001383435 sec. 2026.01.13 17:59:44.751407 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.751501 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.751544 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:59:44.751859 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.751895 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.752178 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:59:44.752378 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:59:44.752505 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} executeQuery: Read 1 rows, 69.00 B in 0.001021 sec., 979.4319294809011 rows/sec., 66.00 KiB/sec. 2026.01.13 17:59:44.752541 [ 276 ] {2dd34368-d3c0-4943-ad13-5bb451b5f23a} TCPHandler: Processed in 0.001182841 sec. 2026.01.13 17:59:44.752650 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.752743 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.752798 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} 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.13 17:59:44.753558 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.753594 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.754090 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.01.13 17:59:44.754304 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:44.754439 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} executeQuery: Read 10 rows, 18.35 KiB in 0.001713 sec., 5837.711617046119 rows/sec., 10.46 MiB/sec. 2026.01.13 17:59:44.754493 [ 276 ] {d24dab10-8326-4c1f-ac62-b68d42a5e6cd} TCPHandler: Processed in 0.001891494 sec. 2026.01.13 17:59:44.754597 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:44.754692 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:44.754733 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:44.755065 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:44.755101 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. 2026.01.13 17:59:44.755397 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.01.13 17:59:44.755596 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:44.755722 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} executeQuery: Read 104 rows, 6.53 KiB in 0.001049 sec., 99142.04003813156 rows/sec., 6.07 MiB/sec. 2026.01.13 17:59:44.755758 [ 276 ] {baf17dd4-3342-4fb7-a3e5-51f719706b38} TCPHandler: Processed in 0.001209612 sec. 2026.01.13 17:59:45.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.80 MiB, peak 340.23 MiB, free memory in arenas 0.00 B, will set to 328.49 MiB (RSS), difference: -1.31 MiB 2026.01.13 17:59:49.728393 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.728587 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.13 17:59:49.728654 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.13 17:59:49.729264 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.729305 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.729690 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.13 17:59:49.729914 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} oximeter.fields_ipaddr (262b395f-daa4-48d1-aa34-e8cf0bb4ab49): 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.13 17:59:49.730074 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} executeQuery: Read 4 rows, 334.00 B in 0.001536 sec., 2604.1666666666665 rows/sec., 212.35 KiB/sec. 2026.01.13 17:59:49.730125 [ 276 ] {d0916e8e-f114-4f4a-b3a6-ca58e04c6e4a} TCPHandler: Processed in 0.001859063 sec. 2026.01.13 17:59:49.730244 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.730348 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:49.730390 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:49.730846 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.730882 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.731205 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.13 17:59:49.731421 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:49.731556 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} executeQuery: Read 121 rows, 10.50 KiB in 0.001231 sec., 98294.06986190089 rows/sec., 8.33 MiB/sec. 2026.01.13 17:59:49.731595 [ 276 ] {ee01a5b8-aca1-4c35-aca9-ed860eb62d96} TCPHandler: Processed in 0.001402676 sec. 2026.01.13 17:59:49.731713 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.731811 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.731853 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:49.732263 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.732297 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.732589 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:49.732795 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:49.732925 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} executeQuery: Read 35 rows, 2.61 KiB in 0.001132 sec., 30918.727915194348 rows/sec., 2.25 MiB/sec. 2026.01.13 17:59:49.732962 [ 276 ] {ab116ed4-61c7-43d8-bce3-cbdacfb947a8} TCPHandler: Processed in 0.001299363 sec. 2026.01.13 17:59:49.733071 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.733166 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.733205 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:59:49.733575 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.733608 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.733888 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.13 17:59:49.734091 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:49.734216 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} executeQuery: Read 1 rows, 68.00 B in 0.001068 sec., 936.3295880149814 rows/sec., 62.18 KiB/sec. 2026.01.13 17:59:49.734243 [ 103 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.13 17:59:49.734253 [ 276 ] {98984220-1978-4133-987e-f9fd42cd0e20} TCPHandler: Processed in 0.001229752 sec. 2026.01.13 17:59:49.734326 [ 103 ] {} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.734358 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.734409 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.734497 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::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.13 17:59:49.734507 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:49.734594 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:49.734663 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:49.734707 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 465 rows starting from the beginning of the part 2026.01.13 17:59:49.734781 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 212 rows starting from the beginning of the part 2026.01.13 17:59:49.734833 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 252 rows starting from the beginning of the part 2026.01.13 17:59:49.734874 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 440 rows starting from the beginning of the part 2026.01.13 17:59:49.734913 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 212 rows starting from the beginning of the part 2026.01.13 17:59:49.734954 [ 190 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.735002 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.735043 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.735386 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.13 17:59:49.735611 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:49.735743 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} executeQuery: Read 99 rows, 7.92 KiB in 0.001253 sec., 79010.37509976058 rows/sec., 6.18 MiB/sec. 2026.01.13 17:59:49.735781 [ 276 ] {4b9982a4-2ee3-4f54-a356-879f8338ca07} TCPHandler: Processed in 0.001419896 sec. 2026.01.13 17:59:49.735890 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.735955 [ 201 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1582 rows, containing 5 columns (5 merged, 0 gathered) in 0.001524517 sec., 1037705.712694578 rows/sec., 72.91 MiB/sec. 2026.01.13 17:59:49.735984 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.736027 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:49.736148 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.13 17:59:49.736424 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.736452 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:49.736465 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.736547 [ 191 ] {283989db-30f4-4232-8589-7a68eae304b8::all_1_31_6} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.13 17:59:49.736655 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.13 17:59:49.736829 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.13 17:59:49.737040 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:49.737169 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} executeQuery: Read 162 rows, 11.55 KiB in 0.001201 sec., 134887.59367194003 rows/sec., 9.39 MiB/sec. 2026.01.13 17:59:49.737206 [ 276 ] {f34d8f6c-fdfb-4eb6-9389-890b859a4dfb} TCPHandler: Processed in 0.001364255 sec. 2026.01.13 17:59:49.737314 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.737418 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.737463 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:59:49.737798 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.737835 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.738159 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.13 17:59:49.738371 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:59:49.738479 [ 103 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Selected 6 parts from all_1_23_5 to all_28_28_0 2026.01.13 17:59:49.738502 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} executeQuery: Read 1 rows, 65.00 B in 0.001102 sec., 907.4410163339384 rows/sec., 57.60 KiB/sec. 2026.01.13 17:59:49.738515 [ 103 ] {} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.738544 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.738548 [ 276 ] {785e4984-74ee-41d5-9f6c-ff70bbd2f3e4} TCPHandler: Processed in 0.001285673 sec. 2026.01.13 17:59:49.738631 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_23_5 to all_28_28_0 into Compact with storage Full 2026.01.13 17:59:49.738666 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.738753 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:49.738776 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.738787 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 23 rows starting from the beginning of the part 2026.01.13 17:59:49.738839 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} 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.13 17:59:49.738848 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.738901 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.738936 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.738970 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.739009 [ 198 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.01.13 17:59:49.739667 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.739698 [ 191 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 4 columns (4 merged, 0 gathered) in 0.00110419 sec., 25357.95469982521 rows/sec., 1.66 MiB/sec. 2026.01.13 17:59:49.739710 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.739838 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} MergedBlockOutputStream: filled checksums all_1_28_6 (state Temporary) 2026.01.13 17:59:49.740120 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Renaming temporary part tmp_merge_all_1_28_6 to all_1_28_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.13 17:59:49.740186 [ 201 ] {1c067b5b-75e1-467d-a7e3-d4b172727ac8::all_1_28_6} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8) (MergerMutator): Merged 6 parts: [all_1_23_5, all_28_28_0] -> all_1_28_6 2026.01.13 17:59:49.740262 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.13 17:59:49.740337 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.01.13 17:59:49.740566 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:49.740707 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} executeQuery: Read 31 rows, 56.88 KiB in 0.00195 sec., 15897.435897435898 rows/sec., 28.49 MiB/sec. 2026.01.13 17:59:49.740775 [ 276 ] {f91b3ce8-2add-4a55-a3a4-7594ca60bc2d} TCPHandler: Processed in 0.002159659 sec. 2026.01.13 17:59:49.740892 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:49.740988 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:49.741030 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:49.741365 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:49.741401 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:49.741710 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.01.13 17:59:49.741918 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:49.742048 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.01.13 17:59:49.742084 [ 276 ] {5bd61d5b-cfc4-4e18-80b6-3fe228cc2857} TCPHandler: Processed in 0.001242243 sec. 2026.01.13 17:59:50.592396 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23483 2026.01.13 17:59:50.592925 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:50.592970 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:50.593438 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:59:50.593660 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:50.593789 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23483 2026.01.13 17:59:51.832727 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.01.13 17:59:51.849982 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:51.850050 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:51.856312 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.01.13 17:59:51.857058 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:51.860222 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.01.13 17:59:53.171031 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1476 2026.01.13 17:59:53.173575 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:53.173623 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:53.174829 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.01.13 17:59:53.175101 [ 243 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:53.175277 [ 31 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.01.13 17:59:53.175346 [ 31 ] {} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:53.175362 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1476 2026.01.13 17:59:53.175369 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:53.175521 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::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.13 17:59:53.176135 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:53.176284 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1318 rows starting from the beginning of the part 2026.01.13 17:59:53.176654 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 20 rows starting from the beginning of the part 2026.01.13 17:59:53.177032 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part 2026.01.13 17:59:53.177427 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part 2026.01.13 17:59:53.177811 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part 2026.01.13 17:59:53.178160 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2026.01.13 17:59:53.185271 [ 197 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 72 columns (72 merged, 0 gathered) in 0.009814807 sec., 150385.025400907 rows/sec., 119.77 MiB/sec. 2026.01.13 17:59:53.187036 [ 191 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.01.13 17:59:53.187709 [ 191 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a): 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.13 17:59:53.187794 [ 191 ] {7e309dc9-d6d6-4af1-816a-0936f503f03a::all_1_36_7} system.query_log (7e309dc9-d6d6-4af1-816a-0936f503f03a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.01.13 17:59:53.188058 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.01.13 17:59:54.739170 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.739383 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.739457 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.13 17:59:54.740423 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.740469 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.740867 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:59:54.741085 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} oximeter.fields_i16 (c518ca51-717d-4c11-8fbe-de2c2dfc273c): 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.13 17:59:54.741234 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} executeQuery: Read 410 rows, 26.63 KiB in 0.001905 sec., 215223.09711286088 rows/sec., 13.65 MiB/sec. 2026.01.13 17:59:54.741275 [ 276 ] {2a7e5ea1-d64c-42c4-8a49-1ec0fc2cdc89} TCPHandler: Processed in 0.002251181 sec. 2026.01.13 17:59:54.741400 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.741497 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:54.741538 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:54.742472 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.742506 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.742869 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.13 17:59:54.743075 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:54.743184 [ 61 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.13 17:59:54.743201 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} executeQuery: Read 1132 rows, 91.85 KiB in 0.001723 sec., 656993.615786419 rows/sec., 52.06 MiB/sec. 2026.01.13 17:59:54.743229 [ 61 ] {} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.743245 [ 276 ] {1384cd4a-61a7-41ed-9dca-c7e9196d7e88} TCPHandler: Processed in 0.001895324 sec. 2026.01.13 17:59:54.743252 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.743363 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.743376 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::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.13 17:59:54.743458 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.743502 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:54.743513 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:54.743551 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2465 rows starting from the beginning of the part 2026.01.13 17:59:54.743615 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2026.01.13 17:59:54.743660 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 118 rows starting from the beginning of the part 2026.01.13 17:59:54.743728 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:59:54.743776 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 121 rows starting from the beginning of the part 2026.01.13 17:59:54.743818 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1132 rows starting from the beginning of the part 2026.01.13 17:59:54.743996 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.744038 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.744375 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:54.744598 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:54.744730 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} executeQuery: Read 215 rows, 13.07 KiB in 0.00129 sec., 166666.6666666667 rows/sec., 9.89 MiB/sec. 2026.01.13 17:59:54.744769 [ 276 ] {6275d831-faa8-43f9-971e-9d0542490576} TCPHandler: Processed in 0.001455327 sec. 2026.01.13 17:59:54.744885 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.744981 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.745021 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.13 17:59:54.745494 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.745529 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.745830 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.13 17:59:54.745863 [ 195 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5024 rows, containing 5 columns (5 merged, 0 gathered) in 0.002541776 sec., 1976570.7127614708 rows/sec., 167.15 MiB/sec. 2026.01.13 17:59:54.746043 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} oximeter.fields_u32 (283989db-30f4-4232-8589-7a68eae304b8): 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.13 17:59:54.746149 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.13 17:59:54.746180 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} executeQuery: Read 212 rows, 14.00 KiB in 0.001216 sec., 174342.1052631579 rows/sec., 11.24 MiB/sec. 2026.01.13 17:59:54.746223 [ 276 ] {b0cad193-50f1-47e8-8778-310b70f09f35} TCPHandler: Processed in 0.001386835 sec. 2026.01.13 17:59:54.746342 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.746438 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:54.746440 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.746498 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.13 17:59:54.746520 [ 196 ] {77a17854-21fd-4eb9-b38a-cb9d607110a8::all_1_81_16} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.13 17:59:54.746596 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2026.01.13 17:59:54.746975 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.747015 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.747319 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.13 17:59:54.747526 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} oximeter.fields_u8 (7d5959b3-3fa8-49d8-9069-8b4bc7b3c5b2): 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.13 17:59:54.747652 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} executeQuery: Read 211 rows, 12.27 KiB in 0.00123 sec., 171544.71544715448 rows/sec., 9.74 MiB/sec. 2026.01.13 17:59:54.747688 [ 276 ] {f2a293aa-0f1f-4786-b217-d06171785426} TCPHandler: Processed in 0.001394945 sec. 2026.01.13 17:59:54.747803 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.747898 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:54.747937 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:54.748599 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.748633 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.748952 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.13 17:59:54.749181 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:54.749283 [ 61 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.13 17:59:54.749307 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} executeQuery: Read 689 rows, 49.27 KiB in 0.001427 sec., 482831.11422564817 rows/sec., 33.72 MiB/sec. 2026.01.13 17:59:54.749313 [ 61 ] {} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.749340 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.749346 [ 276 ] {baa4ae4c-23e6-47be-9c10-f62a0ab903f0} TCPHandler: Processed in 0.001597979 sec. 2026.01.13 17:59:54.749437 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:54.749466 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.749567 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.13 17:59:54.749584 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:54.749608 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.13 17:59:54.749626 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::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.13 17:59:54.749705 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2026.01.13 17:59:54.749762 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 95 rows starting from the beginning of the part 2026.01.13 17:59:54.749811 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 689 rows starting from the beginning of the part 2026.01.13 17:59:54.749856 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 99 rows starting from the beginning of the part 2026.01.13 17:59:54.749901 [ 187 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 689 rows starting from the beginning of the part 2026.01.13 17:59:54.749986 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.750036 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.750423 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.13 17:59:54.750685 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} oximeter.measurements_bool (826fdc8e-3d6b-4202-9ce2-60a454a21d74): 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.13 17:59:54.750837 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} executeQuery: Read 6 rows, 321.00 B in 0.001287 sec., 4662.004662004662 rows/sec., 243.57 KiB/sec. 2026.01.13 17:59:54.750879 [ 276 ] {4fcb7b08-8e78-48ec-95f8-58d5a406d8ca} TCPHandler: Processed in 0.001463707 sec. 2026.01.13 17:59:54.750993 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.751086 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.751128 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:54.751139 [ 196 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 5 columns (5 merged, 0 gathered) in 0.001749281 sec., 1649820.6977609657 rows/sec., 124.39 MiB/sec. 2026.01.13 17:59:54.751341 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.13 17:59:54.751590 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.751606 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:54.751634 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.751697 [ 195 ] {0562eddd-c6c5-4824-bbb4-010a4a2db035::all_1_81_16} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.13 17:59:54.751779 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.01.13 17:59:54.751985 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.13 17:59:54.752196 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:54.752296 [ 61 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.13 17:59:54.752320 [ 61 ] {} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.752323 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} executeQuery: Read 314 rows, 21.12 KiB in 0.001256 sec., 250000 rows/sec., 16.42 MiB/sec. 2026.01.13 17:59:54.752335 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.752363 [ 276 ] {55cdcaab-f80d-4f11-bfff-5a653aa5309e} TCPHandler: Processed in 0.001419265 sec. 2026.01.13 17:59:54.752431 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::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.13 17:59:54.752474 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.752568 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:54.752571 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.752610 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23715 rows starting from the beginning of the part 2026.01.13 17:59:54.752627 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.13 17:59:54.752679 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 74 rows starting from the beginning of the part 2026.01.13 17:59:54.752729 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part 2026.01.13 17:59:54.752771 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 314 rows starting from the beginning of the part 2026.01.13 17:59:54.752811 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 162 rows starting from the beginning of the part 2026.01.13 17:59:54.752849 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 314 rows starting from the beginning of the part 2026.01.13 17:59:54.752947 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.752988 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.753297 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.13 17:59:54.753497 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} oximeter.measurements_f64 (1c067b5b-75e1-467d-a7e3-d4b172727ac8): 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.13 17:59:54.753622 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} executeQuery: Read 1 rows, 69.00 B in 0.00107 sec., 934.5794392523364 rows/sec., 62.97 KiB/sec. 2026.01.13 17:59:54.753657 [ 276 ] {dacb1cde-ecbc-4a48-b594-9da91564a42b} TCPHandler: Processed in 0.001230842 sec. 2026.01.13 17:59:54.753763 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.753853 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.753905 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} 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.13 17:59:54.754693 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.754727 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.755249 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.01.13 17:59:54.755480 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:54.755617 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} executeQuery: Read 10 rows, 18.35 KiB in 0.001781 sec., 5614.823133071308 rows/sec., 10.06 MiB/sec. 2026.01.13 17:59:54.755675 [ 276 ] {8036885e-5af5-4578-a6f7-cd08dc46da7e} TCPHandler: Processed in 0.001959725 sec. 2026.01.13 17:59:54.755795 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:54.755887 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:54.755927 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:54.756263 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.756298 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.756601 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.01.13 17:59:54.756799 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:54.756893 [ 61 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.01.13 17:59:54.756917 [ 61 ] {} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:54.756922 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} executeQuery: Read 104 rows, 6.53 KiB in 0.001053 sec., 98765.43209876544 rows/sec., 6.05 MiB/sec. 2026.01.13 17:59:54.756933 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:54.756957 [ 276 ] {e551d713-d7cb-4f14-ba35-dd8e7ebd43f3} TCPHandler: Processed in 0.001209622 sec. 2026.01.13 17:59:54.757015 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:54.757118 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:54.757147 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5032 rows starting from the beginning of the part 2026.01.13 17:59:54.757190 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 28 rows starting from the beginning of the part 2026.01.13 17:59:54.757221 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:54.757253 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 104 rows starting from the beginning of the part 2026.01.13 17:59:54.757285 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::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.13 17:59:54.757315 [ 196 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 104 rows starting from the beginning of the part 2026.01.13 17:59:54.758119 [ 189 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 24739 rows, containing 5 columns (5 merged, 0 gathered) in 0.005733983 sec., 4314452.9727416355 rows/sec., 291.23 MiB/sec. 2026.01.13 17:59:54.758409 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.13 17:59:54.758682 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:54.758752 [ 186 ] {416dfd08-7172-4cc1-ae34-dcebbbad91ec::all_1_81_16} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.13 17:59:54.758822 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.01.13 17:59:54.759180 [ 186 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5388 rows, containing 4 columns (4 merged, 0 gathered) in 0.00220673 sec., 2441621.7661426635 rows/sec., 156.73 MiB/sec. 2026.01.13 17:59:54.759531 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.01.13 17:59:54.759804 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:54.759869 [ 192 ] {ba11529b-06bc-414c-94cf-eceb24f0d2fe::all_1_81_16} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.01.13 17:59:54.759929 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.01.13 17:59:57.954357 [ 29 ] {} DNSResolver: Updating DNS cache 2026.01.13 17:59:57.954458 [ 29 ] {} DNSResolver: Updated DNS cache 2026.01.13 17:59:58.093895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23995 2026.01.13 17:59:58.094463 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:58.094508 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:58.095055 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:59:58.095307 [ 245 ] {} system.asynchronous_metric_log (3e1656ea-c259-49fe-9ba0-58dc6ab6f9df): 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.13 17:59:58.095452 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23995 2026.01.13 17:59:59.360321 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.01.13 17:59:59.376835 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.376883 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.382908 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.01.13 17:59:59.383664 [ 244 ] {} system.metric_log (ae7e3c3e-b449-4f33-bec8-ffbb555a10ce): 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.13 17:59:59.386498 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.01.13 17:59:59.728132 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.728363 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.13 17:59:59.728432 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.13 17:59:59.729181 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.729221 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.729606 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.13 17:59:59.729823 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} oximeter.fields_string (77a17854-21fd-4eb9-b38a-cb9d607110a8): 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.13 17:59:59.729977 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} executeQuery: Read 118 rows, 10.26 KiB in 0.001665 sec., 70870.87087087087 rows/sec., 6.02 MiB/sec. 2026.01.13 17:59:59.730017 [ 276 ] {4a9cae4d-3f40-47fe-bda0-cf4acd71bea8} TCPHandler: Processed in 0.002060657 sec. 2026.01.13 17:59:59.730141 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.730234 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.13 17:59:59.730274 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.13 17:59:59.730674 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.730708 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.730993 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:59.731193 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:59.731310 [ 100 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:59.731321 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} executeQuery: Read 31 rows, 2.33 KiB in 0.001105 sec., 28054.298642533933 rows/sec., 2.06 MiB/sec. 2026.01.13 17:59:59.731385 [ 100 ] {} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.731410 [ 276 ] {c7a0153b-46e8-4d10-a6b2-8ed0deeca93f} TCPHandler: Processed in 0.001315714 sec. 2026.01.13 17:59:59.731411 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.731539 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:59.731554 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.731646 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:59.731658 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.13 17:59:59.731680 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::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.13 17:59:59.731699 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.13 17:59:59.731744 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:59.731794 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 215 rows starting from the beginning of the part 2026.01.13 17:59:59.731849 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 35 rows starting from the beginning of the part 2026.01.13 17:59:59.731897 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 215 rows starting from the beginning of the part 2026.01.13 17:59:59.731942 [ 193 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:59.732142 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.732177 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.732505 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.13 17:59:59.732721 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} oximeter.fields_uuid (0562eddd-c6c5-4824-bbb4-010a4a2db035): 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.13 17:59:59.732785 [ 192 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289624 sec., 624212.9488905293 rows/sec., 41.12 MiB/sec. 2026.01.13 17:59:59.732855 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} executeQuery: Read 95 rows, 7.60 KiB in 0.001215 sec., 78189.30041152264 rows/sec., 6.11 MiB/sec. 2026.01.13 17:59:59.732897 [ 276 ] {448ed0e6-397d-426e-806e-6c7cfc4f3dec} TCPHandler: Processed in 0.001391705 sec. 2026.01.13 17:59:59.733007 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:59.733017 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.733134 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:59.733178 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.13 17:59:59.733347 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e): 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.13 17:59:59.733441 [ 186 ] {8ece6492-3ddc-4aaf-92d6-3b808e19571e::all_1_71_14} oximeter.fields_u16 (8ece6492-3ddc-4aaf-92d6-3b808e19571e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:59.733539 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.13 17:59:59.733580 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.733620 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.733958 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.13 17:59:59.734165 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} oximeter.measurements_cumulativeu64 (416dfd08-7172-4cc1-ae34-dcebbbad91ec): 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.13 17:59:59.734294 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.01.13 17:59:59.734330 [ 276 ] {15530805-777f-4989-a005-87d4e5524370} TCPHandler: Processed in 0.001360965 sec. 2026.01.13 17:59:59.734434 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.734535 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.13 17:59:59.734593 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} 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.13 17:59:59.735413 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.735450 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.735998 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.01.13 17:59:59.736220 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:59.736337 [ 100 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.01.13 17:59:59.736360 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} executeQuery: Read 31 rows, 56.88 KiB in 0.001844 sec., 16811.279826464208 rows/sec., 30.13 MiB/sec. 2026.01.13 17:59:59.736375 [ 100 ] {} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.736406 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.736421 [ 276 ] {05318e5d-454d-4f89-8d20-af36ff247bff} TCPHandler: Processed in 0.002037436 sec. 2026.01.13 17:59:59.736497 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::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.13 17:59:59.736547 [ 276 ] {} TCP-Session: 7c8890bd-e289-4bf2-b766-126a11ad8231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.13 17:59:59.736641 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} executeQuery: (from [fd00:1122:3344:101::d]:40332) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.13 17:59:59.736682 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.13 17:59:59.736702 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.13 17:59:59.736756 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1306 rows starting from the beginning of the part 2026.01.13 17:59:59.736885 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:59.736992 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:59.737027 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.13 17:59:59.737063 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. 2026.01.13 17:59:59.737092 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:59.737188 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 10 rows starting from the beginning of the part 2026.01.13 17:59:59.737271 [ 189 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 31 rows starting from the beginning of the part 2026.01.13 17:59:59.737373 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.01.13 17:59:59.737613 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} oximeter.measurements_u64 (ba11529b-06bc-414c-94cf-eceb24f0d2fe): 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.13 17:59:59.737742 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2026.01.13 17:59:59.737778 [ 276 ] {fc89c0b6-e546-41b0-9b71-b760b71a45bb} TCPHandler: Processed in 0.001282243 sec. 2026.01.13 17:59:59.741960 [ 192 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1419 rows, containing 19 columns (19 merged, 0 gathered) in 0.005500679 sec., 257968.15265897175 rows/sec., 462.27 MiB/sec. 2026.01.13 17:59:59.744025 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.01.13 17:59:59.744385 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879): 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.13 17:59:59.744476 [ 194 ] {993752ba-a452-49ad-8ea4-c05fcfd95879::all_1_71_14} oximeter.measurements_histogramu64 (993752ba-a452-49ad-8ea4-c05fcfd95879) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.01.13 17:59:59.744611 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.46 MiB.